1. Packages
  2. Fortios
  3. API Docs
  4. system
  5. getManagementtunnel
Fortios v0.0.5 published on Tuesday, Apr 9, 2024 by pulumiverse

fortios.system.getManagementtunnel

Explore with Pulumi AI

fortios logo
Fortios v0.0.5 published on Tuesday, Apr 9, 2024 by pulumiverse

    Use this data source to get information on fortios system managementtunnel

    Using getManagementtunnel

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getManagementtunnel(args: GetManagementtunnelArgs, opts?: InvokeOptions): Promise<GetManagementtunnelResult>
    function getManagementtunnelOutput(args: GetManagementtunnelOutputArgs, opts?: InvokeOptions): Output<GetManagementtunnelResult>
    def get_managementtunnel(vdomparam: Optional[str] = None,
                             opts: Optional[InvokeOptions] = None) -> GetManagementtunnelResult
    def get_managementtunnel_output(vdomparam: Optional[pulumi.Input[str]] = None,
                             opts: Optional[InvokeOptions] = None) -> Output[GetManagementtunnelResult]
    func LookupManagementtunnel(ctx *Context, args *LookupManagementtunnelArgs, opts ...InvokeOption) (*LookupManagementtunnelResult, error)
    func LookupManagementtunnelOutput(ctx *Context, args *LookupManagementtunnelOutputArgs, opts ...InvokeOption) LookupManagementtunnelResultOutput

    > Note: This function is named LookupManagementtunnel in the Go SDK.

    public static class GetManagementtunnel 
    {
        public static Task<GetManagementtunnelResult> InvokeAsync(GetManagementtunnelArgs args, InvokeOptions? opts = null)
        public static Output<GetManagementtunnelResult> Invoke(GetManagementtunnelInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetManagementtunnelResult> getManagementtunnel(GetManagementtunnelArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: fortios:system/getManagementtunnel:getManagementtunnel
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Vdomparam string
    Specifies the vdom to which the data source will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
    Vdomparam string
    Specifies the vdom to which the data source will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
    vdomparam String
    Specifies the vdom to which the data source will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
    vdomparam string
    Specifies the vdom to which the data source will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
    vdomparam str
    Specifies the vdom to which the data source will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
    vdomparam String
    Specifies the vdom to which the data source will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.

    getManagementtunnel Result

    The following output properties are available:

    AllowCollectStatistics string
    Enable/disable collection of run time statistics.
    AllowConfigRestore string
    Enable/disable allow config restore.
    AllowPushConfiguration string
    Enable/disable push configuration.
    AllowPushFirmware string
    Enable/disable push firmware.
    AuthorizedManagerOnly string
    Enable/disable restriction of authorized manager only.
    Id string
    The provider-assigned unique ID for this managed resource.
    SerialNumber string
    Serial number.
    Status string
    Enable/disable FGFM tunnel.
    Vdomparam string
    AllowCollectStatistics string
    Enable/disable collection of run time statistics.
    AllowConfigRestore string
    Enable/disable allow config restore.
    AllowPushConfiguration string
    Enable/disable push configuration.
    AllowPushFirmware string
    Enable/disable push firmware.
    AuthorizedManagerOnly string
    Enable/disable restriction of authorized manager only.
    Id string
    The provider-assigned unique ID for this managed resource.
    SerialNumber string
    Serial number.
    Status string
    Enable/disable FGFM tunnel.
    Vdomparam string
    allowCollectStatistics String
    Enable/disable collection of run time statistics.
    allowConfigRestore String
    Enable/disable allow config restore.
    allowPushConfiguration String
    Enable/disable push configuration.
    allowPushFirmware String
    Enable/disable push firmware.
    authorizedManagerOnly String
    Enable/disable restriction of authorized manager only.
    id String
    The provider-assigned unique ID for this managed resource.
    serialNumber String
    Serial number.
    status String
    Enable/disable FGFM tunnel.
    vdomparam String
    allowCollectStatistics string
    Enable/disable collection of run time statistics.
    allowConfigRestore string
    Enable/disable allow config restore.
    allowPushConfiguration string
    Enable/disable push configuration.
    allowPushFirmware string
    Enable/disable push firmware.
    authorizedManagerOnly string
    Enable/disable restriction of authorized manager only.
    id string
    The provider-assigned unique ID for this managed resource.
    serialNumber string
    Serial number.
    status string
    Enable/disable FGFM tunnel.
    vdomparam string
    allow_collect_statistics str
    Enable/disable collection of run time statistics.
    allow_config_restore str
    Enable/disable allow config restore.
    allow_push_configuration str
    Enable/disable push configuration.
    allow_push_firmware str
    Enable/disable push firmware.
    authorized_manager_only str
    Enable/disable restriction of authorized manager only.
    id str
    The provider-assigned unique ID for this managed resource.
    serial_number str
    Serial number.
    status str
    Enable/disable FGFM tunnel.
    vdomparam str
    allowCollectStatistics String
    Enable/disable collection of run time statistics.
    allowConfigRestore String
    Enable/disable allow config restore.
    allowPushConfiguration String
    Enable/disable push configuration.
    allowPushFirmware String
    Enable/disable push firmware.
    authorizedManagerOnly String
    Enable/disable restriction of authorized manager only.
    id String
    The provider-assigned unique ID for this managed resource.
    serialNumber String
    Serial number.
    status String
    Enable/disable FGFM tunnel.
    vdomparam String

    Package Details

    Repository
    fortios pulumiverse/pulumi-fortios
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the fortios Terraform Provider.
    fortios logo
    Fortios v0.0.5 published on Tuesday, Apr 9, 2024 by pulumiverse