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

fortimanager.ExecFgfmReclaimdevtunnel

Explore with Pulumi AI

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

    Import

    Exec FgfmReclaimDevTunnel can be imported using any of these accepted formats:

    Set import_options = [“device_name=YOUR_VALUE”] in the provider section.

    $ export “FORTIMANAGER_IMPORT_TABLE”=“true”

    $ pulumi import fortimanager:index/execFgfmReclaimdevtunnel:ExecFgfmReclaimdevtunnel labelname ExecFgfmReclaimDevTunnel
    

    $ unset “FORTIMANAGER_IMPORT_TABLE”

    Create ExecFgfmReclaimdevtunnel Resource

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

    Constructor syntax

    new ExecFgfmReclaimdevtunnel(name: string, args: ExecFgfmReclaimdevtunnelArgs, opts?: CustomResourceOptions);
    @overload
    def ExecFgfmReclaimdevtunnel(resource_name: str,
                                 args: ExecFgfmReclaimdevtunnelArgs,
                                 opts: Optional[ResourceOptions] = None)
    
    @overload
    def ExecFgfmReclaimdevtunnel(resource_name: str,
                                 opts: Optional[ResourceOptions] = None,
                                 device_name: Optional[str] = None,
                                 exec_fgfm_reclaimdevtunnel_id: Optional[str] = None,
                                 flags: Optional[Sequence[str]] = None,
                                 force_recreate: Optional[str] = None)
    func NewExecFgfmReclaimdevtunnel(ctx *Context, name string, args ExecFgfmReclaimdevtunnelArgs, opts ...ResourceOption) (*ExecFgfmReclaimdevtunnel, error)
    public ExecFgfmReclaimdevtunnel(string name, ExecFgfmReclaimdevtunnelArgs args, CustomResourceOptions? opts = null)
    public ExecFgfmReclaimdevtunnel(String name, ExecFgfmReclaimdevtunnelArgs args)
    public ExecFgfmReclaimdevtunnel(String name, ExecFgfmReclaimdevtunnelArgs args, CustomResourceOptions options)
    
    type: fortimanager:ExecFgfmReclaimdevtunnel
    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 ExecFgfmReclaimdevtunnelArgs
    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 ExecFgfmReclaimdevtunnelArgs
    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 ExecFgfmReclaimdevtunnelArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ExecFgfmReclaimdevtunnelArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ExecFgfmReclaimdevtunnelArgs
    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 execFgfmReclaimdevtunnelResource = new Fortimanager.ExecFgfmReclaimdevtunnel("execFgfmReclaimdevtunnelResource", new()
    {
        DeviceName = "string",
        ExecFgfmReclaimdevtunnelId = "string",
        Flags = new[]
        {
            "string",
        },
        ForceRecreate = "string",
    });
    
    example, err := fortimanager.NewExecFgfmReclaimdevtunnel(ctx, "execFgfmReclaimdevtunnelResource", &fortimanager.ExecFgfmReclaimdevtunnelArgs{
    DeviceName: pulumi.String("string"),
    ExecFgfmReclaimdevtunnelId: pulumi.String("string"),
    Flags: pulumi.StringArray{
    pulumi.String("string"),
    },
    ForceRecreate: pulumi.String("string"),
    })
    
    var execFgfmReclaimdevtunnelResource = new ExecFgfmReclaimdevtunnel("execFgfmReclaimdevtunnelResource", ExecFgfmReclaimdevtunnelArgs.builder()
        .deviceName("string")
        .execFgfmReclaimdevtunnelId("string")
        .flags("string")
        .forceRecreate("string")
        .build());
    
    exec_fgfm_reclaimdevtunnel_resource = fortimanager.ExecFgfmReclaimdevtunnel("execFgfmReclaimdevtunnelResource",
        device_name="string",
        exec_fgfm_reclaimdevtunnel_id="string",
        flags=["string"],
        force_recreate="string")
    
    const execFgfmReclaimdevtunnelResource = new fortimanager.ExecFgfmReclaimdevtunnel("execFgfmReclaimdevtunnelResource", {
        deviceName: "string",
        execFgfmReclaimdevtunnelId: "string",
        flags: ["string"],
        forceRecreate: "string",
    });
    
    type: fortimanager:ExecFgfmReclaimdevtunnel
    properties:
        deviceName: string
        execFgfmReclaimdevtunnelId: string
        flags:
            - string
        forceRecreate: string
    

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

    DeviceName string
    FortiManager managed device name. This variable is used in the request URL. If not specified, it will inherit the variable device_name of the provider.
    ExecFgfmReclaimdevtunnelId string
    an identifier for the resource.
    Flags List<string>
    Flags. Valid values: force.
    ForceRecreate string
    The argument is optional, if it is set, when the value changes, the resource will be re-created.
    DeviceName string
    FortiManager managed device name. This variable is used in the request URL. If not specified, it will inherit the variable device_name of the provider.
    ExecFgfmReclaimdevtunnelId string
    an identifier for the resource.
    Flags []string
    Flags. Valid values: force.
    ForceRecreate string
    The argument is optional, if it is set, when the value changes, the resource will be re-created.
    deviceName String
    FortiManager managed device name. This variable is used in the request URL. If not specified, it will inherit the variable device_name of the provider.
    execFgfmReclaimdevtunnelId String
    an identifier for the resource.
    flags List<String>
    Flags. Valid values: force.
    forceRecreate String
    The argument is optional, if it is set, when the value changes, the resource will be re-created.
    deviceName string
    FortiManager managed device name. This variable is used in the request URL. If not specified, it will inherit the variable device_name of the provider.
    execFgfmReclaimdevtunnelId string
    an identifier for the resource.
    flags string[]
    Flags. Valid values: force.
    forceRecreate string
    The argument is optional, if it is set, when the value changes, the resource will be re-created.
    device_name str
    FortiManager managed device name. This variable is used in the request URL. If not specified, it will inherit the variable device_name of the provider.
    exec_fgfm_reclaimdevtunnel_id str
    an identifier for the resource.
    flags Sequence[str]
    Flags. Valid values: force.
    force_recreate str
    The argument is optional, if it is set, when the value changes, the resource will be re-created.
    deviceName String
    FortiManager managed device name. This variable is used in the request URL. If not specified, it will inherit the variable device_name of the provider.
    execFgfmReclaimdevtunnelId String
    an identifier for the resource.
    flags List<String>
    Flags. Valid values: force.
    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 ExecFgfmReclaimdevtunnel 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 ExecFgfmReclaimdevtunnel Resource

    Get an existing ExecFgfmReclaimdevtunnel 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?: ExecFgfmReclaimdevtunnelState, opts?: CustomResourceOptions): ExecFgfmReclaimdevtunnel
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            device_name: Optional[str] = None,
            exec_fgfm_reclaimdevtunnel_id: Optional[str] = None,
            flags: Optional[Sequence[str]] = None,
            force_recreate: Optional[str] = None) -> ExecFgfmReclaimdevtunnel
    func GetExecFgfmReclaimdevtunnel(ctx *Context, name string, id IDInput, state *ExecFgfmReclaimdevtunnelState, opts ...ResourceOption) (*ExecFgfmReclaimdevtunnel, error)
    public static ExecFgfmReclaimdevtunnel Get(string name, Input<string> id, ExecFgfmReclaimdevtunnelState? state, CustomResourceOptions? opts = null)
    public static ExecFgfmReclaimdevtunnel get(String name, Output<String> id, ExecFgfmReclaimdevtunnelState state, CustomResourceOptions options)
    resources:  _:    type: fortimanager:ExecFgfmReclaimdevtunnel    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:
    DeviceName string
    FortiManager managed device name. This variable is used in the request URL. If not specified, it will inherit the variable device_name of the provider.
    ExecFgfmReclaimdevtunnelId string
    an identifier for the resource.
    Flags List<string>
    Flags. Valid values: force.
    ForceRecreate string
    The argument is optional, if it is set, when the value changes, the resource will be re-created.
    DeviceName string
    FortiManager managed device name. This variable is used in the request URL. If not specified, it will inherit the variable device_name of the provider.
    ExecFgfmReclaimdevtunnelId string
    an identifier for the resource.
    Flags []string
    Flags. Valid values: force.
    ForceRecreate string
    The argument is optional, if it is set, when the value changes, the resource will be re-created.
    deviceName String
    FortiManager managed device name. This variable is used in the request URL. If not specified, it will inherit the variable device_name of the provider.
    execFgfmReclaimdevtunnelId String
    an identifier for the resource.
    flags List<String>
    Flags. Valid values: force.
    forceRecreate String
    The argument is optional, if it is set, when the value changes, the resource will be re-created.
    deviceName string
    FortiManager managed device name. This variable is used in the request URL. If not specified, it will inherit the variable device_name of the provider.
    execFgfmReclaimdevtunnelId string
    an identifier for the resource.
    flags string[]
    Flags. Valid values: force.
    forceRecreate string
    The argument is optional, if it is set, when the value changes, the resource will be re-created.
    device_name str
    FortiManager managed device name. This variable is used in the request URL. If not specified, it will inherit the variable device_name of the provider.
    exec_fgfm_reclaimdevtunnel_id str
    an identifier for the resource.
    flags Sequence[str]
    Flags. Valid values: force.
    force_recreate str
    The argument is optional, if it is set, when the value changes, the resource will be re-created.
    deviceName String
    FortiManager managed device name. This variable is used in the request URL. If not specified, it will inherit the variable device_name of the provider.
    execFgfmReclaimdevtunnelId String
    an identifier for the resource.
    flags List<String>
    Flags. Valid values: force.
    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