Fortios v0.0.6 published on Tuesday, Jul 9, 2024 by pulumiverse
fortios.system.getManagementtunnel
Explore with Pulumi AI
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:
- Allow
Collect stringStatistics - Enable/disable collection of run time statistics.
- Allow
Config stringRestore - Enable/disable allow config restore.
- Allow
Push stringConfiguration - Enable/disable push configuration.
- Allow
Push stringFirmware - Enable/disable push firmware.
- string
- Enable/disable restriction of authorized manager only.
- Id string
- The provider-assigned unique ID for this managed resource.
- Serial
Number string - Serial number.
- Status string
- Enable/disable FGFM tunnel.
- Vdomparam string
- Allow
Collect stringStatistics - Enable/disable collection of run time statistics.
- Allow
Config stringRestore - Enable/disable allow config restore.
- Allow
Push stringConfiguration - Enable/disable push configuration.
- Allow
Push stringFirmware - Enable/disable push firmware.
- string
- Enable/disable restriction of authorized manager only.
- Id string
- The provider-assigned unique ID for this managed resource.
- Serial
Number string - Serial number.
- Status string
- Enable/disable FGFM tunnel.
- Vdomparam string
- allow
Collect StringStatistics - Enable/disable collection of run time statistics.
- allow
Config StringRestore - Enable/disable allow config restore.
- allow
Push StringConfiguration - Enable/disable push configuration.
- allow
Push StringFirmware - Enable/disable push firmware.
- String
- Enable/disable restriction of authorized manager only.
- id String
- The provider-assigned unique ID for this managed resource.
- serial
Number String - Serial number.
- status String
- Enable/disable FGFM tunnel.
- vdomparam String
- allow
Collect stringStatistics - Enable/disable collection of run time statistics.
- allow
Config stringRestore - Enable/disable allow config restore.
- allow
Push stringConfiguration - Enable/disable push configuration.
- allow
Push stringFirmware - Enable/disable push firmware.
- string
- Enable/disable restriction of authorized manager only.
- id string
- The provider-assigned unique ID for this managed resource.
- serial
Number string - Serial number.
- status string
- Enable/disable FGFM tunnel.
- vdomparam string
- allow_
collect_ strstatistics - Enable/disable collection of run time statistics.
- allow_
config_ strrestore - Enable/disable allow config restore.
- allow_
push_ strconfiguration - Enable/disable push configuration.
- allow_
push_ strfirmware - Enable/disable push firmware.
- 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
- allow
Collect StringStatistics - Enable/disable collection of run time statistics.
- allow
Config StringRestore - Enable/disable allow config restore.
- allow
Push StringConfiguration - Enable/disable push configuration.
- allow
Push StringFirmware - Enable/disable push firmware.
- String
- Enable/disable restriction of authorized manager only.
- id String
- The provider-assigned unique ID for this managed resource.
- serial
Number 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.