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

fortimanager.DvmCmdDelDevlist

Explore with Pulumi AI

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

    Import

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

    $ export “FORTIMANAGER_IMPORT_TABLE”=“true”

    $ pulumi import fortimanager:index/dvmCmdDelDevlist:DvmCmdDelDevlist labelname DvmCmdDelDevList
    

    $ unset “FORTIMANAGER_IMPORT_TABLE”

    Create DvmCmdDelDevlist Resource

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

    Constructor syntax

    new DvmCmdDelDevlist(name: string, args?: DvmCmdDelDevlistArgs, opts?: CustomResourceOptions);
    @overload
    def DvmCmdDelDevlist(resource_name: str,
                         args: Optional[DvmCmdDelDevlistArgs] = None,
                         opts: Optional[ResourceOptions] = None)
    
    @overload
    def DvmCmdDelDevlist(resource_name: str,
                         opts: Optional[ResourceOptions] = None,
                         del_dev_member_lists: Optional[Sequence[DvmCmdDelDevlistDelDevMemberListArgs]] = None,
                         dvm_cmd_del_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)
    func NewDvmCmdDelDevlist(ctx *Context, name string, args *DvmCmdDelDevlistArgs, opts ...ResourceOption) (*DvmCmdDelDevlist, error)
    public DvmCmdDelDevlist(string name, DvmCmdDelDevlistArgs? args = null, CustomResourceOptions? opts = null)
    public DvmCmdDelDevlist(String name, DvmCmdDelDevlistArgs args)
    public DvmCmdDelDevlist(String name, DvmCmdDelDevlistArgs args, CustomResourceOptions options)
    
    type: fortimanager:DvmCmdDelDevlist
    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 DvmCmdDelDevlistArgs
    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 DvmCmdDelDevlistArgs
    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 DvmCmdDelDevlistArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args DvmCmdDelDevlistArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args DvmCmdDelDevlistArgs
    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 dvmCmdDelDevlistResource = new Fortimanager.DvmCmdDelDevlist("dvmCmdDelDevlistResource", new()
    {
        DelDevMemberLists = new[]
        {
            new Fortimanager.Inputs.DvmCmdDelDevlistDelDevMemberListArgs
            {
                Name = "string",
                Vdom = "string",
            },
        },
        DvmCmdDelDevlistId = "string",
        DynamicSortSubtable = "string",
        Flags = new[]
        {
            "string",
        },
        Fmgadom = "string",
        ForceRecreate = "string",
    });
    
    example, err := fortimanager.NewDvmCmdDelDevlist(ctx, "dvmCmdDelDevlistResource", &fortimanager.DvmCmdDelDevlistArgs{
    DelDevMemberLists: .DvmCmdDelDevlistDelDevMemberListArray{
    &.DvmCmdDelDevlistDelDevMemberListArgs{
    Name: pulumi.String("string"),
    Vdom: pulumi.String("string"),
    },
    },
    DvmCmdDelDevlistId: pulumi.String("string"),
    DynamicSortSubtable: pulumi.String("string"),
    Flags: pulumi.StringArray{
    pulumi.String("string"),
    },
    Fmgadom: pulumi.String("string"),
    ForceRecreate: pulumi.String("string"),
    })
    
    var dvmCmdDelDevlistResource = new DvmCmdDelDevlist("dvmCmdDelDevlistResource", DvmCmdDelDevlistArgs.builder()
        .delDevMemberLists(DvmCmdDelDevlistDelDevMemberListArgs.builder()
            .name("string")
            .vdom("string")
            .build())
        .dvmCmdDelDevlistId("string")
        .dynamicSortSubtable("string")
        .flags("string")
        .fmgadom("string")
        .forceRecreate("string")
        .build());
    
    dvm_cmd_del_devlist_resource = fortimanager.DvmCmdDelDevlist("dvmCmdDelDevlistResource",
        del_dev_member_lists=[{
            "name": "string",
            "vdom": "string",
        }],
        dvm_cmd_del_devlist_id="string",
        dynamic_sort_subtable="string",
        flags=["string"],
        fmgadom="string",
        force_recreate="string")
    
    const dvmCmdDelDevlistResource = new fortimanager.DvmCmdDelDevlist("dvmCmdDelDevlistResource", {
        delDevMemberLists: [{
            name: "string",
            vdom: "string",
        }],
        dvmCmdDelDevlistId: "string",
        dynamicSortSubtable: "string",
        flags: ["string"],
        fmgadom: "string",
        forceRecreate: "string",
    });
    
    type: fortimanager:DvmCmdDelDevlist
    properties:
        delDevMemberLists:
            - name: string
              vdom: string
        dvmCmdDelDevlistId: string
        dynamicSortSubtable: string
        flags:
            - string
        fmgadom: string
        forceRecreate: string
    

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

    DelDevMemberLists List<DvmCmdDelDevlistDelDevMemberList>
    Del-Dev-Member-List. The structure of del_dev_member_list block is documented below.
    DvmCmdDelDevlistId string
    an identifier for the resource.
    DynamicSortSubtable string
    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.
    ForceRecreate string
    The argument is optional, if it is set, when the value changes, the resource will be re-created.
    DelDevMemberLists []DvmCmdDelDevlistDelDevMemberListArgs
    Del-Dev-Member-List. The structure of del_dev_member_list block is documented below.
    DvmCmdDelDevlistId string
    an identifier for the resource.
    DynamicSortSubtable string
    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.
    ForceRecreate string
    The argument is optional, if it is set, when the value changes, the resource will be re-created.
    delDevMemberLists List<DvmCmdDelDevlistDelDevMemberList>
    Del-Dev-Member-List. The structure of del_dev_member_list block is documented below.
    dvmCmdDelDevlistId String
    an identifier for the resource.
    dynamicSortSubtable String
    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.
    forceRecreate String
    The argument is optional, if it is set, when the value changes, the resource will be re-created.
    delDevMemberLists DvmCmdDelDevlistDelDevMemberList[]
    Del-Dev-Member-List. The structure of del_dev_member_list block is documented below.
    dvmCmdDelDevlistId string
    an identifier for the resource.
    dynamicSortSubtable string
    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.
    forceRecreate string
    The argument is optional, if it is set, when the value changes, the resource will be re-created.
    del_dev_member_lists Sequence[DvmCmdDelDevlistDelDevMemberListArgs]
    Del-Dev-Member-List. The structure of del_dev_member_list block is documented below.
    dvm_cmd_del_devlist_id str
    an identifier for the resource.
    dynamic_sort_subtable str
    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.
    delDevMemberLists List<Property Map>
    Del-Dev-Member-List. The structure of del_dev_member_list block is documented below.
    dvmCmdDelDevlistId String
    an identifier for the resource.
    dynamicSortSubtable String
    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.
    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 DvmCmdDelDevlist 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 DvmCmdDelDevlist Resource

    Get an existing DvmCmdDelDevlist 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?: DvmCmdDelDevlistState, opts?: CustomResourceOptions): DvmCmdDelDevlist
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            del_dev_member_lists: Optional[Sequence[DvmCmdDelDevlistDelDevMemberListArgs]] = None,
            dvm_cmd_del_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) -> DvmCmdDelDevlist
    func GetDvmCmdDelDevlist(ctx *Context, name string, id IDInput, state *DvmCmdDelDevlistState, opts ...ResourceOption) (*DvmCmdDelDevlist, error)
    public static DvmCmdDelDevlist Get(string name, Input<string> id, DvmCmdDelDevlistState? state, CustomResourceOptions? opts = null)
    public static DvmCmdDelDevlist get(String name, Output<String> id, DvmCmdDelDevlistState state, CustomResourceOptions options)
    resources:  _:    type: fortimanager:DvmCmdDelDevlist    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:
    DelDevMemberLists List<DvmCmdDelDevlistDelDevMemberList>
    Del-Dev-Member-List. The structure of del_dev_member_list block is documented below.
    DvmCmdDelDevlistId string
    an identifier for the resource.
    DynamicSortSubtable string
    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.
    ForceRecreate string
    The argument is optional, if it is set, when the value changes, the resource will be re-created.
    DelDevMemberLists []DvmCmdDelDevlistDelDevMemberListArgs
    Del-Dev-Member-List. The structure of del_dev_member_list block is documented below.
    DvmCmdDelDevlistId string
    an identifier for the resource.
    DynamicSortSubtable string
    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.
    ForceRecreate string
    The argument is optional, if it is set, when the value changes, the resource will be re-created.
    delDevMemberLists List<DvmCmdDelDevlistDelDevMemberList>
    Del-Dev-Member-List. The structure of del_dev_member_list block is documented below.
    dvmCmdDelDevlistId String
    an identifier for the resource.
    dynamicSortSubtable String
    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.
    forceRecreate String
    The argument is optional, if it is set, when the value changes, the resource will be re-created.
    delDevMemberLists DvmCmdDelDevlistDelDevMemberList[]
    Del-Dev-Member-List. The structure of del_dev_member_list block is documented below.
    dvmCmdDelDevlistId string
    an identifier for the resource.
    dynamicSortSubtable string
    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.
    forceRecreate string
    The argument is optional, if it is set, when the value changes, the resource will be re-created.
    del_dev_member_lists Sequence[DvmCmdDelDevlistDelDevMemberListArgs]
    Del-Dev-Member-List. The structure of del_dev_member_list block is documented below.
    dvm_cmd_del_devlist_id str
    an identifier for the resource.
    dynamic_sort_subtable str
    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.
    delDevMemberLists List<Property Map>
    Del-Dev-Member-List. The structure of del_dev_member_list block is documented below.
    dvmCmdDelDevlistId String
    an identifier for the resource.
    dynamicSortSubtable String
    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.
    forceRecreate String
    The argument is optional, if it is set, when the value changes, the resource will be re-created.

    Supporting Types

    DvmCmdDelDevlistDelDevMemberList, DvmCmdDelDevlistDelDevMemberListArgs

    Name string
    Name.
    Vdom string
    Vdom.
    Name string
    Name.
    Vdom string
    Vdom.
    name String
    Name.
    vdom String
    Vdom.
    name string
    Name.
    vdom string
    Vdom.
    name str
    Name.
    vdom str
    Vdom.
    name String
    Name.
    vdom String
    Vdom.

    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