fortimanager.DvmCmdDelDevice
Explore with Pulumi AI
Import
Dvm CmdDelDevice can be imported using any of these accepted formats:
$ export “FORTIMANAGER_IMPORT_TABLE”=“true”
$ pulumi import fortimanager:index/dvmCmdDelDevice:DvmCmdDelDevice labelname DvmCmdDelDevice
$ unset “FORTIMANAGER_IMPORT_TABLE”
Create DvmCmdDelDevice Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new DvmCmdDelDevice(name: string, args?: DvmCmdDelDeviceArgs, opts?: CustomResourceOptions);
@overload
def DvmCmdDelDevice(resource_name: str,
args: Optional[DvmCmdDelDeviceArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def DvmCmdDelDevice(resource_name: str,
opts: Optional[ResourceOptions] = None,
device: Optional[str] = None,
dvm_cmd_del_device_id: Optional[str] = None,
flags: Optional[Sequence[str]] = None,
fmgadom: Optional[str] = None,
force_recreate: Optional[str] = None)
func NewDvmCmdDelDevice(ctx *Context, name string, args *DvmCmdDelDeviceArgs, opts ...ResourceOption) (*DvmCmdDelDevice, error)
public DvmCmdDelDevice(string name, DvmCmdDelDeviceArgs? args = null, CustomResourceOptions? opts = null)
public DvmCmdDelDevice(String name, DvmCmdDelDeviceArgs args)
public DvmCmdDelDevice(String name, DvmCmdDelDeviceArgs args, CustomResourceOptions options)
type: fortimanager:DvmCmdDelDevice
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 DvmCmdDelDeviceArgs
- 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 DvmCmdDelDeviceArgs
- 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 DvmCmdDelDeviceArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args DvmCmdDelDeviceArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args DvmCmdDelDeviceArgs
- 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 dvmCmdDelDeviceResource = new Fortimanager.DvmCmdDelDevice("dvmCmdDelDeviceResource", new()
{
Device = "string",
DvmCmdDelDeviceId = "string",
Flags = new[]
{
"string",
},
Fmgadom = "string",
ForceRecreate = "string",
});
example, err := fortimanager.NewDvmCmdDelDevice(ctx, "dvmCmdDelDeviceResource", &fortimanager.DvmCmdDelDeviceArgs{
Device: pulumi.String("string"),
DvmCmdDelDeviceId: pulumi.String("string"),
Flags: pulumi.StringArray{
pulumi.String("string"),
},
Fmgadom: pulumi.String("string"),
ForceRecreate: pulumi.String("string"),
})
var dvmCmdDelDeviceResource = new DvmCmdDelDevice("dvmCmdDelDeviceResource", DvmCmdDelDeviceArgs.builder()
.device("string")
.dvmCmdDelDeviceId("string")
.flags("string")
.fmgadom("string")
.forceRecreate("string")
.build());
dvm_cmd_del_device_resource = fortimanager.DvmCmdDelDevice("dvmCmdDelDeviceResource",
device="string",
dvm_cmd_del_device_id="string",
flags=["string"],
fmgadom="string",
force_recreate="string")
const dvmCmdDelDeviceResource = new fortimanager.DvmCmdDelDevice("dvmCmdDelDeviceResource", {
device: "string",
dvmCmdDelDeviceId: "string",
flags: ["string"],
fmgadom: "string",
forceRecreate: "string",
});
type: fortimanager:DvmCmdDelDevice
properties:
device: string
dvmCmdDelDeviceId: string
flags:
- string
fmgadom: string
forceRecreate: string
DvmCmdDelDevice 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 DvmCmdDelDevice resource accepts the following input properties:
- Device string
- Name or ID of the target device.
- Dvm
Cmd stringDel Device Id - an identifier for the resource.
- 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.
- Device string
- Name or ID of the target device.
- Dvm
Cmd stringDel Device Id - an identifier for the resource.
- 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.
- device String
- Name or ID of the target device.
- dvm
Cmd StringDel Device Id - an identifier for the resource.
- 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.
- device string
- Name or ID of the target device.
- dvm
Cmd stringDel Device Id - an identifier for the resource.
- 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.
- device str
- Name or ID of the target device.
- dvm_
cmd_ strdel_ device_ id - an identifier for the resource.
- 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.
- device String
- Name or ID of the target device.
- dvm
Cmd StringDel Device Id - an identifier for the resource.
- 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.
Outputs
All input properties are implicitly available as output properties. Additionally, the DvmCmdDelDevice 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 DvmCmdDelDevice Resource
Get an existing DvmCmdDelDevice 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?: DvmCmdDelDeviceState, opts?: CustomResourceOptions): DvmCmdDelDevice
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
device: Optional[str] = None,
dvm_cmd_del_device_id: Optional[str] = None,
flags: Optional[Sequence[str]] = None,
fmgadom: Optional[str] = None,
force_recreate: Optional[str] = None) -> DvmCmdDelDevice
func GetDvmCmdDelDevice(ctx *Context, name string, id IDInput, state *DvmCmdDelDeviceState, opts ...ResourceOption) (*DvmCmdDelDevice, error)
public static DvmCmdDelDevice Get(string name, Input<string> id, DvmCmdDelDeviceState? state, CustomResourceOptions? opts = null)
public static DvmCmdDelDevice get(String name, Output<String> id, DvmCmdDelDeviceState state, CustomResourceOptions options)
resources: _: type: fortimanager:DvmCmdDelDevice 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.
- Device string
- Name or ID of the target device.
- Dvm
Cmd stringDel Device Id - an identifier for the resource.
- 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.
- Device string
- Name or ID of the target device.
- Dvm
Cmd stringDel Device Id - an identifier for the resource.
- 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.
- device String
- Name or ID of the target device.
- dvm
Cmd StringDel Device Id - an identifier for the resource.
- 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.
- device string
- Name or ID of the target device.
- dvm
Cmd stringDel Device Id - an identifier for the resource.
- 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.
- device str
- Name or ID of the target device.
- dvm_
cmd_ strdel_ device_ id - an identifier for the resource.
- 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.
- device String
- Name or ID of the target device.
- dvm
Cmd StringDel Device Id - an identifier for the resource.
- 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.
Package Details
- Repository
- fortimanager fortinetdev/terraform-provider-fortimanager
- License
- Notes
- This Pulumi package is based on the
fortimanager
Terraform Provider.