Fortios v0.0.5 published on Tuesday, Apr 9, 2024 by pulumiverse
fortios.system.getIpiptunnel
Explore with Pulumi AI
Use this data source to get information on an fortios system ipiptunnel
Using getIpiptunnel
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 getIpiptunnel(args: GetIpiptunnelArgs, opts?: InvokeOptions): Promise<GetIpiptunnelResult>
function getIpiptunnelOutput(args: GetIpiptunnelOutputArgs, opts?: InvokeOptions): Output<GetIpiptunnelResult>
def get_ipiptunnel(name: Optional[str] = None,
vdomparam: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetIpiptunnelResult
def get_ipiptunnel_output(name: Optional[pulumi.Input[str]] = None,
vdomparam: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetIpiptunnelResult]
func LookupIpiptunnel(ctx *Context, args *LookupIpiptunnelArgs, opts ...InvokeOption) (*LookupIpiptunnelResult, error)
func LookupIpiptunnelOutput(ctx *Context, args *LookupIpiptunnelOutputArgs, opts ...InvokeOption) LookupIpiptunnelResultOutput
> Note: This function is named LookupIpiptunnel
in the Go SDK.
public static class GetIpiptunnel
{
public static Task<GetIpiptunnelResult> InvokeAsync(GetIpiptunnelArgs args, InvokeOptions? opts = null)
public static Output<GetIpiptunnelResult> Invoke(GetIpiptunnelInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetIpiptunnelResult> getIpiptunnel(GetIpiptunnelArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: fortios:system/getIpiptunnel:getIpiptunnel
arguments:
# arguments dictionary
The following arguments are supported:
- Name string
- Specify the name of the desired system ipiptunnel.
- 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 ipiptunnel.
- 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 ipiptunnel.
- 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 ipiptunnel.
- 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 ipiptunnel.
- 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 ipiptunnel.
- 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.
getIpiptunnel Result
The following output properties are available:
- Auto
Asic stringOffload - Enable/disable tunnel ASIC offloading.
- Id string
- The provider-assigned unique ID for this managed resource.
- Interface string
- Interface name that is associated with the incoming traffic from available options.
- Local
Gw string - IPv4 address for the local gateway.
- Name string
- IPIP Tunnel name.
- Remote
Gw string - IPv4 address for the remote gateway.
- Use
Sdwan string - Enable/disable use of SD-WAN to reach remote gateway.
- Vdomparam string
- Auto
Asic stringOffload - Enable/disable tunnel ASIC offloading.
- Id string
- The provider-assigned unique ID for this managed resource.
- Interface string
- Interface name that is associated with the incoming traffic from available options.
- Local
Gw string - IPv4 address for the local gateway.
- Name string
- IPIP Tunnel name.
- Remote
Gw string - IPv4 address for the remote gateway.
- Use
Sdwan string - Enable/disable use of SD-WAN to reach remote gateway.
- Vdomparam string
- auto
Asic StringOffload - Enable/disable tunnel ASIC offloading.
- id String
- The provider-assigned unique ID for this managed resource.
- interface_ String
- Interface name that is associated with the incoming traffic from available options.
- local
Gw String - IPv4 address for the local gateway.
- name String
- IPIP Tunnel name.
- remote
Gw String - IPv4 address for the remote gateway.
- use
Sdwan String - Enable/disable use of SD-WAN to reach remote gateway.
- vdomparam String
- auto
Asic stringOffload - Enable/disable tunnel ASIC offloading.
- id string
- The provider-assigned unique ID for this managed resource.
- interface string
- Interface name that is associated with the incoming traffic from available options.
- local
Gw string - IPv4 address for the local gateway.
- name string
- IPIP Tunnel name.
- remote
Gw string - IPv4 address for the remote gateway.
- use
Sdwan string - Enable/disable use of SD-WAN to reach remote gateway.
- vdomparam string
- auto_
asic_ stroffload - Enable/disable tunnel ASIC offloading.
- id str
- The provider-assigned unique ID for this managed resource.
- interface str
- Interface name that is associated with the incoming traffic from available options.
- local_
gw str - IPv4 address for the local gateway.
- name str
- IPIP Tunnel name.
- remote_
gw str - IPv4 address for the remote gateway.
- use_
sdwan str - Enable/disable use of SD-WAN to reach remote gateway.
- vdomparam str
- auto
Asic StringOffload - Enable/disable tunnel ASIC offloading.
- id String
- The provider-assigned unique ID for this managed resource.
- interface String
- Interface name that is associated with the incoming traffic from available options.
- local
Gw String - IPv4 address for the local gateway.
- name String
- IPIP Tunnel name.
- remote
Gw String - IPv4 address for the remote gateway.
- use
Sdwan 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.