fortimanager.FmupdateFdssettingPushoverridetoclient
Explore with Pulumi AI
Enable/disable push updates, and override the default IP address and port used by FortiGuard to send antivirus and IPS push messages for clients.
This resource is a sub resource for variable
push_override_to_client
of resourcefortimanager.FmupdateFdssetting
. Conflict and overwrite may occur if use both of them. The following variables have sub resource. Avoid using them together, otherwise conflicts and overwrites may occur.
announce_ip
:fortimanager_fmupdate_fdssetting_pushoverridetoclient_announceip
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as fortimanager from "@pulumi/fortimanager";
const trname = new fortimanager.FmupdateFdssettingPushoverridetoclient("trname", {
dynamicSortSubtable: "terr-tefv",
status: "enable",
});
import pulumi
import pulumi_fortimanager as fortimanager
trname = fortimanager.FmupdateFdssettingPushoverridetoclient("trname",
dynamic_sort_subtable="terr-tefv",
status="enable")
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/fortimanager/fortimanager"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := fortimanager.NewFmupdateFdssettingPushoverridetoclient(ctx, "trname", &fortimanager.FmupdateFdssettingPushoverridetoclientArgs{
DynamicSortSubtable: pulumi.String("terr-tefv"),
Status: pulumi.String("enable"),
})
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Fortimanager = Pulumi.Fortimanager;
return await Deployment.RunAsync(() =>
{
var trname = new Fortimanager.FmupdateFdssettingPushoverridetoclient("trname", new()
{
DynamicSortSubtable = "terr-tefv",
Status = "enable",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.fortimanager.FmupdateFdssettingPushoverridetoclient;
import com.pulumi.fortimanager.FmupdateFdssettingPushoverridetoclientArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var trname = new FmupdateFdssettingPushoverridetoclient("trname", FmupdateFdssettingPushoverridetoclientArgs.builder()
.dynamicSortSubtable("terr-tefv")
.status("enable")
.build());
}
}
resources:
trname:
type: fortimanager:FmupdateFdssettingPushoverridetoclient
properties:
dynamicSortSubtable: terr-tefv
status: enable
Create FmupdateFdssettingPushoverridetoclient Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new FmupdateFdssettingPushoverridetoclient(name: string, args?: FmupdateFdssettingPushoverridetoclientArgs, opts?: CustomResourceOptions);
@overload
def FmupdateFdssettingPushoverridetoclient(resource_name: str,
args: Optional[FmupdateFdssettingPushoverridetoclientArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def FmupdateFdssettingPushoverridetoclient(resource_name: str,
opts: Optional[ResourceOptions] = None,
announce_ips: Optional[Sequence[FmupdateFdssettingPushoverridetoclientAnnounceIpArgs]] = None,
dynamic_sort_subtable: Optional[str] = None,
fmupdate_fdssetting_pushoverridetoclient_id: Optional[str] = None,
status: Optional[str] = None)
func NewFmupdateFdssettingPushoverridetoclient(ctx *Context, name string, args *FmupdateFdssettingPushoverridetoclientArgs, opts ...ResourceOption) (*FmupdateFdssettingPushoverridetoclient, error)
public FmupdateFdssettingPushoverridetoclient(string name, FmupdateFdssettingPushoverridetoclientArgs? args = null, CustomResourceOptions? opts = null)
public FmupdateFdssettingPushoverridetoclient(String name, FmupdateFdssettingPushoverridetoclientArgs args)
public FmupdateFdssettingPushoverridetoclient(String name, FmupdateFdssettingPushoverridetoclientArgs args, CustomResourceOptions options)
type: fortimanager:FmupdateFdssettingPushoverridetoclient
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args FmupdateFdssettingPushoverridetoclientArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args FmupdateFdssettingPushoverridetoclientArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args FmupdateFdssettingPushoverridetoclientArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args FmupdateFdssettingPushoverridetoclientArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args FmupdateFdssettingPushoverridetoclientArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var fmupdateFdssettingPushoverridetoclientResource = new Fortimanager.FmupdateFdssettingPushoverridetoclient("fmupdateFdssettingPushoverridetoclientResource", new()
{
AnnounceIps = new[]
{
new Fortimanager.Inputs.FmupdateFdssettingPushoverridetoclientAnnounceIpArgs
{
Id = 0,
Ip = "string",
Port = 0,
},
},
DynamicSortSubtable = "string",
FmupdateFdssettingPushoverridetoclientId = "string",
Status = "string",
});
example, err := fortimanager.NewFmupdateFdssettingPushoverridetoclient(ctx, "fmupdateFdssettingPushoverridetoclientResource", &fortimanager.FmupdateFdssettingPushoverridetoclientArgs{
AnnounceIps: .FmupdateFdssettingPushoverridetoclientAnnounceIpArray{
&.FmupdateFdssettingPushoverridetoclientAnnounceIpArgs{
Id: pulumi.Float64(0),
Ip: pulumi.String("string"),
Port: pulumi.Float64(0),
},
},
DynamicSortSubtable: pulumi.String("string"),
FmupdateFdssettingPushoverridetoclientId: pulumi.String("string"),
Status: pulumi.String("string"),
})
var fmupdateFdssettingPushoverridetoclientResource = new FmupdateFdssettingPushoverridetoclient("fmupdateFdssettingPushoverridetoclientResource", FmupdateFdssettingPushoverridetoclientArgs.builder()
.announceIps(FmupdateFdssettingPushoverridetoclientAnnounceIpArgs.builder()
.id(0)
.ip("string")
.port(0)
.build())
.dynamicSortSubtable("string")
.fmupdateFdssettingPushoverridetoclientId("string")
.status("string")
.build());
fmupdate_fdssetting_pushoverridetoclient_resource = fortimanager.FmupdateFdssettingPushoverridetoclient("fmupdateFdssettingPushoverridetoclientResource",
announce_ips=[{
"id": 0,
"ip": "string",
"port": 0,
}],
dynamic_sort_subtable="string",
fmupdate_fdssetting_pushoverridetoclient_id="string",
status="string")
const fmupdateFdssettingPushoverridetoclientResource = new fortimanager.FmupdateFdssettingPushoverridetoclient("fmupdateFdssettingPushoverridetoclientResource", {
announceIps: [{
id: 0,
ip: "string",
port: 0,
}],
dynamicSortSubtable: "string",
fmupdateFdssettingPushoverridetoclientId: "string",
status: "string",
});
type: fortimanager:FmupdateFdssettingPushoverridetoclient
properties:
announceIps:
- id: 0
ip: string
port: 0
dynamicSortSubtable: string
fmupdateFdssettingPushoverridetoclientId: string
status: string
FmupdateFdssettingPushoverridetoclient Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The FmupdateFdssettingPushoverridetoclient resource accepts the following input properties:
- Announce
Ips List<FmupdateFdssetting Pushoverridetoclient Announce Ip> - Announce-Ip. The structure of
announce_ip
block is documented below. - Dynamic
Sort stringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- Fmupdate
Fdssetting stringPushoverridetoclient Id - an identifier for the resource.
- Status string
- Enable/disable push updates (default = disable). disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
.
- Announce
Ips []FmupdateFdssetting Pushoverridetoclient Announce Ip Args - Announce-Ip. The structure of
announce_ip
block is documented below. - Dynamic
Sort stringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- Fmupdate
Fdssetting stringPushoverridetoclient Id - an identifier for the resource.
- Status string
- Enable/disable push updates (default = disable). disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
.
- announce
Ips List<FmupdateFdssetting Pushoverridetoclient Announce Ip> - Announce-Ip. The structure of
announce_ip
block is documented below. - dynamic
Sort StringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- fmupdate
Fdssetting StringPushoverridetoclient Id - an identifier for the resource.
- status String
- Enable/disable push updates (default = disable). disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
.
- announce
Ips FmupdateFdssetting Pushoverridetoclient Announce Ip[] - Announce-Ip. The structure of
announce_ip
block is documented below. - dynamic
Sort stringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- fmupdate
Fdssetting stringPushoverridetoclient Id - an identifier for the resource.
- status string
- Enable/disable push updates (default = disable). disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
.
- announce_
ips Sequence[FmupdateFdssetting Pushoverridetoclient Announce Ip Args] - Announce-Ip. The structure of
announce_ip
block is documented below. - dynamic_
sort_ strsubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- fmupdate_
fdssetting_ strpushoverridetoclient_ id - an identifier for the resource.
- status str
- Enable/disable push updates (default = disable). disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
.
- announce
Ips List<Property Map> - Announce-Ip. The structure of
announce_ip
block is documented below. - dynamic
Sort StringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- fmupdate
Fdssetting StringPushoverridetoclient Id - an identifier for the resource.
- status String
- Enable/disable push updates (default = disable). disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
.
Outputs
All input properties are implicitly available as output properties. Additionally, the FmupdateFdssettingPushoverridetoclient resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing FmupdateFdssettingPushoverridetoclient Resource
Get an existing FmupdateFdssettingPushoverridetoclient resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: FmupdateFdssettingPushoverridetoclientState, opts?: CustomResourceOptions): FmupdateFdssettingPushoverridetoclient
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
announce_ips: Optional[Sequence[FmupdateFdssettingPushoverridetoclientAnnounceIpArgs]] = None,
dynamic_sort_subtable: Optional[str] = None,
fmupdate_fdssetting_pushoverridetoclient_id: Optional[str] = None,
status: Optional[str] = None) -> FmupdateFdssettingPushoverridetoclient
func GetFmupdateFdssettingPushoverridetoclient(ctx *Context, name string, id IDInput, state *FmupdateFdssettingPushoverridetoclientState, opts ...ResourceOption) (*FmupdateFdssettingPushoverridetoclient, error)
public static FmupdateFdssettingPushoverridetoclient Get(string name, Input<string> id, FmupdateFdssettingPushoverridetoclientState? state, CustomResourceOptions? opts = null)
public static FmupdateFdssettingPushoverridetoclient get(String name, Output<String> id, FmupdateFdssettingPushoverridetoclientState state, CustomResourceOptions options)
resources: _: type: fortimanager:FmupdateFdssettingPushoverridetoclient get: id: ${id}
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Announce
Ips List<FmupdateFdssetting Pushoverridetoclient Announce Ip> - Announce-Ip. The structure of
announce_ip
block is documented below. - Dynamic
Sort stringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- Fmupdate
Fdssetting stringPushoverridetoclient Id - an identifier for the resource.
- Status string
- Enable/disable push updates (default = disable). disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
.
- Announce
Ips []FmupdateFdssetting Pushoverridetoclient Announce Ip Args - Announce-Ip. The structure of
announce_ip
block is documented below. - Dynamic
Sort stringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- Fmupdate
Fdssetting stringPushoverridetoclient Id - an identifier for the resource.
- Status string
- Enable/disable push updates (default = disable). disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
.
- announce
Ips List<FmupdateFdssetting Pushoverridetoclient Announce Ip> - Announce-Ip. The structure of
announce_ip
block is documented below. - dynamic
Sort StringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- fmupdate
Fdssetting StringPushoverridetoclient Id - an identifier for the resource.
- status String
- Enable/disable push updates (default = disable). disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
.
- announce
Ips FmupdateFdssetting Pushoverridetoclient Announce Ip[] - Announce-Ip. The structure of
announce_ip
block is documented below. - dynamic
Sort stringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- fmupdate
Fdssetting stringPushoverridetoclient Id - an identifier for the resource.
- status string
- Enable/disable push updates (default = disable). disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
.
- announce_
ips Sequence[FmupdateFdssetting Pushoverridetoclient Announce Ip Args] - Announce-Ip. The structure of
announce_ip
block is documented below. - dynamic_
sort_ strsubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- fmupdate_
fdssetting_ strpushoverridetoclient_ id - an identifier for the resource.
- status str
- Enable/disable push updates (default = disable). disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
.
- announce
Ips List<Property Map> - Announce-Ip. The structure of
announce_ip
block is documented below. - dynamic
Sort StringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- fmupdate
Fdssetting StringPushoverridetoclient Id - an identifier for the resource.
- status String
- Enable/disable push updates (default = disable). disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
.
Supporting Types
FmupdateFdssettingPushoverridetoclientAnnounceIp, FmupdateFdssettingPushoverridetoclientAnnounceIpArgs
Import
Fmupdate FdsSettingPushOverrideToClient can be imported using any of these accepted formats:
$ export “FORTIMANAGER_IMPORT_TABLE”=“true”
$ pulumi import fortimanager:index/fmupdateFdssettingPushoverridetoclient:FmupdateFdssettingPushoverridetoclient labelname FmupdateFdsSettingPushOverrideToClient
$ unset “FORTIMANAGER_IMPORT_TABLE”
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- fortimanager fortinetdev/terraform-provider-fortimanager
- License
- Notes
- This Pulumi package is based on the
fortimanager
Terraform Provider.