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

fortios.system.getSittunnel

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 an fortios system sittunnel

    Using getSittunnel

    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 getSittunnel(args: GetSittunnelArgs, opts?: InvokeOptions): Promise<GetSittunnelResult>
    function getSittunnelOutput(args: GetSittunnelOutputArgs, opts?: InvokeOptions): Output<GetSittunnelResult>
    def get_sittunnel(name: Optional[str] = None,
                      vdomparam: Optional[str] = None,
                      opts: Optional[InvokeOptions] = None) -> GetSittunnelResult
    def get_sittunnel_output(name: Optional[pulumi.Input[str]] = None,
                      vdomparam: Optional[pulumi.Input[str]] = None,
                      opts: Optional[InvokeOptions] = None) -> Output[GetSittunnelResult]
    func LookupSittunnel(ctx *Context, args *LookupSittunnelArgs, opts ...InvokeOption) (*LookupSittunnelResult, error)
    func LookupSittunnelOutput(ctx *Context, args *LookupSittunnelOutputArgs, opts ...InvokeOption) LookupSittunnelResultOutput

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

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

    The following arguments are supported:

    Name string
    Specify the name of the desired system sittunnel.
    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.
    Name string
    Specify the name of the desired system sittunnel.
    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.
    name String
    Specify the name of the desired system sittunnel.
    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.
    name string
    Specify the name of the desired system sittunnel.
    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.
    name str
    Specify the name of the desired system sittunnel.
    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.
    name String
    Specify the name of the desired system sittunnel.
    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.

    getSittunnel Result

    The following output properties are available:

    AutoAsicOffload string
    Enable/disable tunnel ASIC offloading.
    Destination string
    Destination IP address of the tunnel.
    Id string
    The provider-assigned unique ID for this managed resource.
    Interface string
    Interface name.
    Ip6 string
    IPv6 address of the tunnel.
    Name string
    Tunnel name.
    Source string
    Source IP address of the tunnel.
    UseSdwan string
    Enable/disable use of SD-WAN to reach remote gateway.
    Vdomparam string
    AutoAsicOffload string
    Enable/disable tunnel ASIC offloading.
    Destination string
    Destination IP address of the tunnel.
    Id string
    The provider-assigned unique ID for this managed resource.
    Interface string
    Interface name.
    Ip6 string
    IPv6 address of the tunnel.
    Name string
    Tunnel name.
    Source string
    Source IP address of the tunnel.
    UseSdwan string
    Enable/disable use of SD-WAN to reach remote gateway.
    Vdomparam string
    autoAsicOffload String
    Enable/disable tunnel ASIC offloading.
    destination String
    Destination IP address of the tunnel.
    id String
    The provider-assigned unique ID for this managed resource.
    interface_ String
    Interface name.
    ip6 String
    IPv6 address of the tunnel.
    name String
    Tunnel name.
    source String
    Source IP address of the tunnel.
    useSdwan String
    Enable/disable use of SD-WAN to reach remote gateway.
    vdomparam String
    autoAsicOffload string
    Enable/disable tunnel ASIC offloading.
    destination string
    Destination IP address of the tunnel.
    id string
    The provider-assigned unique ID for this managed resource.
    interface string
    Interface name.
    ip6 string
    IPv6 address of the tunnel.
    name string
    Tunnel name.
    source string
    Source IP address of the tunnel.
    useSdwan string
    Enable/disable use of SD-WAN to reach remote gateway.
    vdomparam string
    auto_asic_offload str
    Enable/disable tunnel ASIC offloading.
    destination str
    Destination IP address of the tunnel.
    id str
    The provider-assigned unique ID for this managed resource.
    interface str
    Interface name.
    ip6 str
    IPv6 address of the tunnel.
    name str
    Tunnel name.
    source str
    Source IP address of the tunnel.
    use_sdwan str
    Enable/disable use of SD-WAN to reach remote gateway.
    vdomparam str
    autoAsicOffload String
    Enable/disable tunnel ASIC offloading.
    destination String
    Destination IP address of the tunnel.
    id String
    The provider-assigned unique ID for this managed resource.
    interface String
    Interface name.
    ip6 String
    IPv6 address of the tunnel.
    name String
    Tunnel name.
    source String
    Source IP address of the tunnel.
    useSdwan String
    Enable/disable use of SD-WAN to reach remote gateway.
    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