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

fortios.system.getIpv6tunnel

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 ipv6tunnel

    Using getIpv6tunnel

    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 getIpv6tunnel(args: GetIpv6tunnelArgs, opts?: InvokeOptions): Promise<GetIpv6tunnelResult>
    function getIpv6tunnelOutput(args: GetIpv6tunnelOutputArgs, opts?: InvokeOptions): Output<GetIpv6tunnelResult>
    def get_ipv6tunnel(name: Optional[str] = None,
                       vdomparam: Optional[str] = None,
                       opts: Optional[InvokeOptions] = None) -> GetIpv6tunnelResult
    def get_ipv6tunnel_output(name: Optional[pulumi.Input[str]] = None,
                       vdomparam: Optional[pulumi.Input[str]] = None,
                       opts: Optional[InvokeOptions] = None) -> Output[GetIpv6tunnelResult]
    func LookupIpv6tunnel(ctx *Context, args *LookupIpv6tunnelArgs, opts ...InvokeOption) (*LookupIpv6tunnelResult, error)
    func LookupIpv6tunnelOutput(ctx *Context, args *LookupIpv6tunnelOutputArgs, opts ...InvokeOption) LookupIpv6tunnelResultOutput

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

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

    The following arguments are supported:

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

    getIpv6tunnel Result

    The following output properties are available:

    AutoAsicOffload string
    Enable/disable tunnel ASIC offloading.
    Destination string
    Remote IPv6 address of the tunnel.
    Id string
    The provider-assigned unique ID for this managed resource.
    Interface string
    Interface name.
    Name string
    IPv6 tunnel name.
    Source string
    Local IPv6 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
    Remote IPv6 address of the tunnel.
    Id string
    The provider-assigned unique ID for this managed resource.
    Interface string
    Interface name.
    Name string
    IPv6 tunnel name.
    Source string
    Local IPv6 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
    Remote IPv6 address of the tunnel.
    id String
    The provider-assigned unique ID for this managed resource.
    interface_ String
    Interface name.
    name String
    IPv6 tunnel name.
    source String
    Local IPv6 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
    Remote IPv6 address of the tunnel.
    id string
    The provider-assigned unique ID for this managed resource.
    interface string
    Interface name.
    name string
    IPv6 tunnel name.
    source string
    Local IPv6 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
    Remote IPv6 address of the tunnel.
    id str
    The provider-assigned unique ID for this managed resource.
    interface str
    Interface name.
    name str
    IPv6 tunnel name.
    source str
    Local IPv6 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
    Remote IPv6 address of the tunnel.
    id String
    The provider-assigned unique ID for this managed resource.
    interface String
    Interface name.
    name String
    IPv6 tunnel name.
    source String
    Local IPv6 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