fortimanager.DvmCmdUpdateDevlist
Explore with Pulumi AI
Import
Dvm CmdUpdateDevList can be imported using any of these accepted formats:
$ export “FORTIMANAGER_IMPORT_TABLE”=“true”
$ pulumi import fortimanager:index/dvmCmdUpdateDevlist:DvmCmdUpdateDevlist labelname DvmCmdUpdateDevList
$ unset “FORTIMANAGER_IMPORT_TABLE”
Create DvmCmdUpdateDevlist Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new DvmCmdUpdateDevlist(name: string, args?: DvmCmdUpdateDevlistArgs, opts?: CustomResourceOptions);
@overload
def DvmCmdUpdateDevlist(resource_name: str,
args: Optional[DvmCmdUpdateDevlistArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def DvmCmdUpdateDevlist(resource_name: str,
opts: Optional[ResourceOptions] = None,
dvm_cmd_update_devlist_id: Optional[str] = None,
dynamic_sort_subtable: Optional[str] = None,
flags: Optional[Sequence[str]] = None,
fmgadom: Optional[str] = None,
force_recreate: Optional[str] = None,
update_dev_member_lists: Optional[Sequence[DvmCmdUpdateDevlistUpdateDevMemberListArgs]] = None)
func NewDvmCmdUpdateDevlist(ctx *Context, name string, args *DvmCmdUpdateDevlistArgs, opts ...ResourceOption) (*DvmCmdUpdateDevlist, error)
public DvmCmdUpdateDevlist(string name, DvmCmdUpdateDevlistArgs? args = null, CustomResourceOptions? opts = null)
public DvmCmdUpdateDevlist(String name, DvmCmdUpdateDevlistArgs args)
public DvmCmdUpdateDevlist(String name, DvmCmdUpdateDevlistArgs args, CustomResourceOptions options)
type: fortimanager:DvmCmdUpdateDevlist
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 DvmCmdUpdateDevlistArgs
- 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 DvmCmdUpdateDevlistArgs
- 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 DvmCmdUpdateDevlistArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args DvmCmdUpdateDevlistArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args DvmCmdUpdateDevlistArgs
- 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 dvmCmdUpdateDevlistResource = new Fortimanager.DvmCmdUpdateDevlist("dvmCmdUpdateDevlistResource", new()
{
DvmCmdUpdateDevlistId = "string",
DynamicSortSubtable = "string",
Flags = new[]
{
"string",
},
Fmgadom = "string",
ForceRecreate = "string",
UpdateDevMemberLists = new[]
{
new Fortimanager.Inputs.DvmCmdUpdateDevlistUpdateDevMemberListArgs
{
Name = "string",
Vdom = "string",
},
},
});
example, err := fortimanager.NewDvmCmdUpdateDevlist(ctx, "dvmCmdUpdateDevlistResource", &fortimanager.DvmCmdUpdateDevlistArgs{
DvmCmdUpdateDevlistId: pulumi.String("string"),
DynamicSortSubtable: pulumi.String("string"),
Flags: pulumi.StringArray{
pulumi.String("string"),
},
Fmgadom: pulumi.String("string"),
ForceRecreate: pulumi.String("string"),
UpdateDevMemberLists: .DvmCmdUpdateDevlistUpdateDevMemberListArray{
&.DvmCmdUpdateDevlistUpdateDevMemberListArgs{
Name: pulumi.String("string"),
Vdom: pulumi.String("string"),
},
},
})
var dvmCmdUpdateDevlistResource = new DvmCmdUpdateDevlist("dvmCmdUpdateDevlistResource", DvmCmdUpdateDevlistArgs.builder()
.dvmCmdUpdateDevlistId("string")
.dynamicSortSubtable("string")
.flags("string")
.fmgadom("string")
.forceRecreate("string")
.updateDevMemberLists(DvmCmdUpdateDevlistUpdateDevMemberListArgs.builder()
.name("string")
.vdom("string")
.build())
.build());
dvm_cmd_update_devlist_resource = fortimanager.DvmCmdUpdateDevlist("dvmCmdUpdateDevlistResource",
dvm_cmd_update_devlist_id="string",
dynamic_sort_subtable="string",
flags=["string"],
fmgadom="string",
force_recreate="string",
update_dev_member_lists=[{
"name": "string",
"vdom": "string",
}])
const dvmCmdUpdateDevlistResource = new fortimanager.DvmCmdUpdateDevlist("dvmCmdUpdateDevlistResource", {
dvmCmdUpdateDevlistId: "string",
dynamicSortSubtable: "string",
flags: ["string"],
fmgadom: "string",
forceRecreate: "string",
updateDevMemberLists: [{
name: "string",
vdom: "string",
}],
});
type: fortimanager:DvmCmdUpdateDevlist
properties:
dvmCmdUpdateDevlistId: string
dynamicSortSubtable: string
flags:
- string
fmgadom: string
forceRecreate: string
updateDevMemberLists:
- name: string
vdom: string
DvmCmdUpdateDevlist 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 DvmCmdUpdateDevlist resource accepts the following input properties:
- Dvm
Cmd stringUpdate Devlist Id - an identifier for the resource.
- 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.
- Flags List<string>
- create_task - Create a new task in task manager database. nonblocking - The API will return immediately in for non-blocking call. This flag will be set automatically when the adding, importing, updating, and deleting a list of devices. Valid values:
none
,create_task
,nonblocking
,log_dev
. - Fmgadom string
- Name or ID of the ADOM where the command is to be executed on.
- Force
Recreate string - The argument is optional, if it is set, when the value changes, the resource will be re-created.
- Update
Dev List<DvmMember Lists Cmd Update Devlist Update Dev Member List> - Update-Dev-Member-List. The structure of
update_dev_member_list
block is documented below.
- Dvm
Cmd stringUpdate Devlist Id - an identifier for the resource.
- 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.
- Flags []string
- create_task - Create a new task in task manager database. nonblocking - The API will return immediately in for non-blocking call. This flag will be set automatically when the adding, importing, updating, and deleting a list of devices. Valid values:
none
,create_task
,nonblocking
,log_dev
. - Fmgadom string
- Name or ID of the ADOM where the command is to be executed on.
- Force
Recreate string - The argument is optional, if it is set, when the value changes, the resource will be re-created.
- Update
Dev []DvmMember Lists Cmd Update Devlist Update Dev Member List Args - Update-Dev-Member-List. The structure of
update_dev_member_list
block is documented below.
- dvm
Cmd StringUpdate Devlist Id - an identifier for the resource.
- 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.
- flags List<String>
- create_task - Create a new task in task manager database. nonblocking - The API will return immediately in for non-blocking call. This flag will be set automatically when the adding, importing, updating, and deleting a list of devices. Valid values:
none
,create_task
,nonblocking
,log_dev
. - fmgadom String
- Name or ID of the ADOM where the command is to be executed on.
- force
Recreate String - The argument is optional, if it is set, when the value changes, the resource will be re-created.
- update
Dev List<DvmMember Lists Cmd Update Devlist Update Dev Member List> - Update-Dev-Member-List. The structure of
update_dev_member_list
block is documented below.
- dvm
Cmd stringUpdate Devlist Id - an identifier for the resource.
- 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.
- flags string[]
- create_task - Create a new task in task manager database. nonblocking - The API will return immediately in for non-blocking call. This flag will be set automatically when the adding, importing, updating, and deleting a list of devices. Valid values:
none
,create_task
,nonblocking
,log_dev
. - fmgadom string
- Name or ID of the ADOM where the command is to be executed on.
- force
Recreate string - The argument is optional, if it is set, when the value changes, the resource will be re-created.
- update
Dev DvmMember Lists Cmd Update Devlist Update Dev Member List[] - Update-Dev-Member-List. The structure of
update_dev_member_list
block is documented below.
- dvm_
cmd_ strupdate_ devlist_ id - an identifier for the resource.
- 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.
- flags Sequence[str]
- create_task - Create a new task in task manager database. nonblocking - The API will return immediately in for non-blocking call. This flag will be set automatically when the adding, importing, updating, and deleting a list of devices. Valid values:
none
,create_task
,nonblocking
,log_dev
. - fmgadom str
- Name or ID of the ADOM where the command is to be executed on.
- force_
recreate str - The argument is optional, if it is set, when the value changes, the resource will be re-created.
- update_
dev_ Sequence[Dvmmember_ lists Cmd Update Devlist Update Dev Member List Args] - Update-Dev-Member-List. The structure of
update_dev_member_list
block is documented below.
- dvm
Cmd StringUpdate Devlist Id - an identifier for the resource.
- 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.
- flags List<String>
- create_task - Create a new task in task manager database. nonblocking - The API will return immediately in for non-blocking call. This flag will be set automatically when the adding, importing, updating, and deleting a list of devices. Valid values:
none
,create_task
,nonblocking
,log_dev
. - fmgadom String
- Name or ID of the ADOM where the command is to be executed on.
- force
Recreate String - The argument is optional, if it is set, when the value changes, the resource will be re-created.
- update
Dev List<Property Map>Member Lists - Update-Dev-Member-List. The structure of
update_dev_member_list
block is documented below.
Outputs
All input properties are implicitly available as output properties. Additionally, the DvmCmdUpdateDevlist 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 DvmCmdUpdateDevlist Resource
Get an existing DvmCmdUpdateDevlist 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?: DvmCmdUpdateDevlistState, opts?: CustomResourceOptions): DvmCmdUpdateDevlist
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
dvm_cmd_update_devlist_id: Optional[str] = None,
dynamic_sort_subtable: Optional[str] = None,
flags: Optional[Sequence[str]] = None,
fmgadom: Optional[str] = None,
force_recreate: Optional[str] = None,
update_dev_member_lists: Optional[Sequence[DvmCmdUpdateDevlistUpdateDevMemberListArgs]] = None) -> DvmCmdUpdateDevlist
func GetDvmCmdUpdateDevlist(ctx *Context, name string, id IDInput, state *DvmCmdUpdateDevlistState, opts ...ResourceOption) (*DvmCmdUpdateDevlist, error)
public static DvmCmdUpdateDevlist Get(string name, Input<string> id, DvmCmdUpdateDevlistState? state, CustomResourceOptions? opts = null)
public static DvmCmdUpdateDevlist get(String name, Output<String> id, DvmCmdUpdateDevlistState state, CustomResourceOptions options)
resources: _: type: fortimanager:DvmCmdUpdateDevlist 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.
- Dvm
Cmd stringUpdate Devlist Id - an identifier for the resource.
- 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.
- Flags List<string>
- create_task - Create a new task in task manager database. nonblocking - The API will return immediately in for non-blocking call. This flag will be set automatically when the adding, importing, updating, and deleting a list of devices. Valid values:
none
,create_task
,nonblocking
,log_dev
. - Fmgadom string
- Name or ID of the ADOM where the command is to be executed on.
- Force
Recreate string - The argument is optional, if it is set, when the value changes, the resource will be re-created.
- Update
Dev List<DvmMember Lists Cmd Update Devlist Update Dev Member List> - Update-Dev-Member-List. The structure of
update_dev_member_list
block is documented below.
- Dvm
Cmd stringUpdate Devlist Id - an identifier for the resource.
- 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.
- Flags []string
- create_task - Create a new task in task manager database. nonblocking - The API will return immediately in for non-blocking call. This flag will be set automatically when the adding, importing, updating, and deleting a list of devices. Valid values:
none
,create_task
,nonblocking
,log_dev
. - Fmgadom string
- Name or ID of the ADOM where the command is to be executed on.
- Force
Recreate string - The argument is optional, if it is set, when the value changes, the resource will be re-created.
- Update
Dev []DvmMember Lists Cmd Update Devlist Update Dev Member List Args - Update-Dev-Member-List. The structure of
update_dev_member_list
block is documented below.
- dvm
Cmd StringUpdate Devlist Id - an identifier for the resource.
- 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.
- flags List<String>
- create_task - Create a new task in task manager database. nonblocking - The API will return immediately in for non-blocking call. This flag will be set automatically when the adding, importing, updating, and deleting a list of devices. Valid values:
none
,create_task
,nonblocking
,log_dev
. - fmgadom String
- Name or ID of the ADOM where the command is to be executed on.
- force
Recreate String - The argument is optional, if it is set, when the value changes, the resource will be re-created.
- update
Dev List<DvmMember Lists Cmd Update Devlist Update Dev Member List> - Update-Dev-Member-List. The structure of
update_dev_member_list
block is documented below.
- dvm
Cmd stringUpdate Devlist Id - an identifier for the resource.
- 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.
- flags string[]
- create_task - Create a new task in task manager database. nonblocking - The API will return immediately in for non-blocking call. This flag will be set automatically when the adding, importing, updating, and deleting a list of devices. Valid values:
none
,create_task
,nonblocking
,log_dev
. - fmgadom string
- Name or ID of the ADOM where the command is to be executed on.
- force
Recreate string - The argument is optional, if it is set, when the value changes, the resource will be re-created.
- update
Dev DvmMember Lists Cmd Update Devlist Update Dev Member List[] - Update-Dev-Member-List. The structure of
update_dev_member_list
block is documented below.
- dvm_
cmd_ strupdate_ devlist_ id - an identifier for the resource.
- 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.
- flags Sequence[str]
- create_task - Create a new task in task manager database. nonblocking - The API will return immediately in for non-blocking call. This flag will be set automatically when the adding, importing, updating, and deleting a list of devices. Valid values:
none
,create_task
,nonblocking
,log_dev
. - fmgadom str
- Name or ID of the ADOM where the command is to be executed on.
- force_
recreate str - The argument is optional, if it is set, when the value changes, the resource will be re-created.
- update_
dev_ Sequence[Dvmmember_ lists Cmd Update Devlist Update Dev Member List Args] - Update-Dev-Member-List. The structure of
update_dev_member_list
block is documented below.
- dvm
Cmd StringUpdate Devlist Id - an identifier for the resource.
- 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.
- flags List<String>
- create_task - Create a new task in task manager database. nonblocking - The API will return immediately in for non-blocking call. This flag will be set automatically when the adding, importing, updating, and deleting a list of devices. Valid values:
none
,create_task
,nonblocking
,log_dev
. - fmgadom String
- Name or ID of the ADOM where the command is to be executed on.
- force
Recreate String - The argument is optional, if it is set, when the value changes, the resource will be re-created.
- update
Dev List<Property Map>Member Lists - Update-Dev-Member-List. The structure of
update_dev_member_list
block is documented below.
Supporting Types
DvmCmdUpdateDevlistUpdateDevMemberList, DvmCmdUpdateDevlistUpdateDevMemberListArgs
Package Details
- Repository
- fortimanager fortinetdev/terraform-provider-fortimanager
- License
- Notes
- This Pulumi package is based on the
fortimanager
Terraform Provider.