1. Packages
  2. Fortimanager Provider
  3. API Docs
  4. DvmCmdUpdateDevice
fortimanager 1.13.0 published on Thursday, Mar 13, 2025 by fortinetdev

fortimanager.DvmCmdUpdateDevice

Explore with Pulumi AI

fortimanager logo
fortimanager 1.13.0 published on Thursday, Mar 13, 2025 by fortinetdev

    Import

    Dvm CmdUpdateDevice can be imported using any of these accepted formats:

    $ export “FORTIMANAGER_IMPORT_TABLE”=“true”

    $ pulumi import fortimanager:index/dvmCmdUpdateDevice:DvmCmdUpdateDevice labelname DvmCmdUpdateDevice
    

    $ unset “FORTIMANAGER_IMPORT_TABLE”

    Create DvmCmdUpdateDevice Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new DvmCmdUpdateDevice(name: string, args?: DvmCmdUpdateDeviceArgs, opts?: CustomResourceOptions);
    @overload
    def DvmCmdUpdateDevice(resource_name: str,
                           args: Optional[DvmCmdUpdateDeviceArgs] = None,
                           opts: Optional[ResourceOptions] = None)
    
    @overload
    def DvmCmdUpdateDevice(resource_name: str,
                           opts: Optional[ResourceOptions] = None,
                           device: Optional[str] = None,
                           dvm_cmd_update_device_id: Optional[str] = None,
                           flags: Optional[Sequence[str]] = None,
                           fmgadom: Optional[str] = None,
                           force_recreate: Optional[str] = None)
    func NewDvmCmdUpdateDevice(ctx *Context, name string, args *DvmCmdUpdateDeviceArgs, opts ...ResourceOption) (*DvmCmdUpdateDevice, error)
    public DvmCmdUpdateDevice(string name, DvmCmdUpdateDeviceArgs? args = null, CustomResourceOptions? opts = null)
    public DvmCmdUpdateDevice(String name, DvmCmdUpdateDeviceArgs args)
    public DvmCmdUpdateDevice(String name, DvmCmdUpdateDeviceArgs args, CustomResourceOptions options)
    
    type: fortimanager:DvmCmdUpdateDevice
    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 DvmCmdUpdateDeviceArgs
    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 DvmCmdUpdateDeviceArgs
    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 DvmCmdUpdateDeviceArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args DvmCmdUpdateDeviceArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args DvmCmdUpdateDeviceArgs
    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 dvmCmdUpdateDeviceResource = new Fortimanager.DvmCmdUpdateDevice("dvmCmdUpdateDeviceResource", new()
    {
        Device = "string",
        DvmCmdUpdateDeviceId = "string",
        Flags = new[]
        {
            "string",
        },
        Fmgadom = "string",
        ForceRecreate = "string",
    });
    
    example, err := fortimanager.NewDvmCmdUpdateDevice(ctx, "dvmCmdUpdateDeviceResource", &fortimanager.DvmCmdUpdateDeviceArgs{
    Device: pulumi.String("string"),
    DvmCmdUpdateDeviceId: pulumi.String("string"),
    Flags: pulumi.StringArray{
    pulumi.String("string"),
    },
    Fmgadom: pulumi.String("string"),
    ForceRecreate: pulumi.String("string"),
    })
    
    var dvmCmdUpdateDeviceResource = new DvmCmdUpdateDevice("dvmCmdUpdateDeviceResource", DvmCmdUpdateDeviceArgs.builder()
        .device("string")
        .dvmCmdUpdateDeviceId("string")
        .flags("string")
        .fmgadom("string")
        .forceRecreate("string")
        .build());
    
    dvm_cmd_update_device_resource = fortimanager.DvmCmdUpdateDevice("dvmCmdUpdateDeviceResource",
        device="string",
        dvm_cmd_update_device_id="string",
        flags=["string"],
        fmgadom="string",
        force_recreate="string")
    
    const dvmCmdUpdateDeviceResource = new fortimanager.DvmCmdUpdateDevice("dvmCmdUpdateDeviceResource", {
        device: "string",
        dvmCmdUpdateDeviceId: "string",
        flags: ["string"],
        fmgadom: "string",
        forceRecreate: "string",
    });
    
    type: fortimanager:DvmCmdUpdateDevice
    properties:
        device: string
        dvmCmdUpdateDeviceId: string
        flags:
            - string
        fmgadom: string
        forceRecreate: string
    

    DvmCmdUpdateDevice 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 DvmCmdUpdateDevice resource accepts the following input properties:

    Device string
    Name or ID of the target device.
    DvmCmdUpdateDeviceId string
    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.
    ForceRecreate 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.
    DvmCmdUpdateDeviceId string
    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.
    ForceRecreate 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.
    dvmCmdUpdateDeviceId String
    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.
    forceRecreate 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.
    dvmCmdUpdateDeviceId string
    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.
    forceRecreate 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_update_device_id str
    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.
    dvmCmdUpdateDeviceId String
    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.
    forceRecreate 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 DvmCmdUpdateDevice 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 DvmCmdUpdateDevice Resource

    Get an existing DvmCmdUpdateDevice 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?: DvmCmdUpdateDeviceState, opts?: CustomResourceOptions): DvmCmdUpdateDevice
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            device: Optional[str] = None,
            dvm_cmd_update_device_id: Optional[str] = None,
            flags: Optional[Sequence[str]] = None,
            fmgadom: Optional[str] = None,
            force_recreate: Optional[str] = None) -> DvmCmdUpdateDevice
    func GetDvmCmdUpdateDevice(ctx *Context, name string, id IDInput, state *DvmCmdUpdateDeviceState, opts ...ResourceOption) (*DvmCmdUpdateDevice, error)
    public static DvmCmdUpdateDevice Get(string name, Input<string> id, DvmCmdUpdateDeviceState? state, CustomResourceOptions? opts = null)
    public static DvmCmdUpdateDevice get(String name, Output<String> id, DvmCmdUpdateDeviceState state, CustomResourceOptions options)
    resources:  _:    type: fortimanager:DvmCmdUpdateDevice    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.
    The following state arguments are supported:
    Device string
    Name or ID of the target device.
    DvmCmdUpdateDeviceId string
    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.
    ForceRecreate 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.
    DvmCmdUpdateDeviceId string
    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.
    ForceRecreate 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.
    dvmCmdUpdateDeviceId String
    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.
    forceRecreate 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.
    dvmCmdUpdateDeviceId string
    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.
    forceRecreate 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_update_device_id str
    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.
    dvmCmdUpdateDeviceId String
    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.
    forceRecreate 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.
    fortimanager logo
    fortimanager 1.13.0 published on Thursday, Mar 13, 2025 by fortinetdev