1. Packages
  2. Cisco Catalyst SD-WAN Provider
  3. API Docs
  4. getTransportWanVpnInterfaceGreFeature
Cisco Catalyst SD-WAN v0.3.0 published on Friday, Mar 28, 2025 by Pulumi

sdwan.getTransportWanVpnInterfaceGreFeature

Explore with Pulumi AI

This data source can read the Transport WAN VPN Interface GRE Feature.

Example Usage

import * as pulumi from "@pulumi/pulumi";
import * as sdwan from "@pulumi/sdwan";

const example = sdwan.getTransportWanVpnInterfaceGreFeature({
    id: "f6b2c44c-693c-4763-b010-895aa3d236bd",
    featureProfileId: "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
    transportWanVpnFeatureId: "140331f6-5418-4755-a059-13c77eb96037",
});
Copy
import pulumi
import pulumi_sdwan as sdwan

example = sdwan.get_transport_wan_vpn_interface_gre_feature(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
    feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
    transport_wan_vpn_feature_id="140331f6-5418-4755-a059-13c77eb96037")
Copy
package main

import (
	"github.com/pulumi/pulumi-sdwan/sdk/go/sdwan"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)

func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := sdwan.LookupTransportWanVpnInterfaceGreFeature(ctx, &sdwan.LookupTransportWanVpnInterfaceGreFeatureArgs{
			Id:                       "f6b2c44c-693c-4763-b010-895aa3d236bd",
			FeatureProfileId:         "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
			TransportWanVpnFeatureId: "140331f6-5418-4755-a059-13c77eb96037",
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
Copy
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Sdwan = Pulumi.Sdwan;

return await Deployment.RunAsync(() => 
{
    var example = Sdwan.GetTransportWanVpnInterfaceGreFeature.Invoke(new()
    {
        Id = "f6b2c44c-693c-4763-b010-895aa3d236bd",
        FeatureProfileId = "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
        TransportWanVpnFeatureId = "140331f6-5418-4755-a059-13c77eb96037",
    });

});
Copy
package generated_program;

import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.sdwan.SdwanFunctions;
import com.pulumi.sdwan.inputs.GetTransportWanVpnInterfaceGreFeatureArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;

public class App {
    public static void main(String[] args) {
        Pulumi.run(App::stack);
    }

    public static void stack(Context ctx) {
        final var example = SdwanFunctions.getTransportWanVpnInterfaceGreFeature(GetTransportWanVpnInterfaceGreFeatureArgs.builder()
            .id("f6b2c44c-693c-4763-b010-895aa3d236bd")
            .featureProfileId("f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
            .transportWanVpnFeatureId("140331f6-5418-4755-a059-13c77eb96037")
            .build());

    }
}
Copy
variables:
  example:
    fn::invoke:
      function: sdwan:getTransportWanVpnInterfaceGreFeature
      arguments:
        id: f6b2c44c-693c-4763-b010-895aa3d236bd
        featureProfileId: f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac
        transportWanVpnFeatureId: 140331f6-5418-4755-a059-13c77eb96037
Copy

Using getTransportWanVpnInterfaceGreFeature

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 getTransportWanVpnInterfaceGreFeature(args: GetTransportWanVpnInterfaceGreFeatureArgs, opts?: InvokeOptions): Promise<GetTransportWanVpnInterfaceGreFeatureResult>
function getTransportWanVpnInterfaceGreFeatureOutput(args: GetTransportWanVpnInterfaceGreFeatureOutputArgs, opts?: InvokeOptions): Output<GetTransportWanVpnInterfaceGreFeatureResult>
Copy
def get_transport_wan_vpn_interface_gre_feature(feature_profile_id: Optional[str] = None,
                                                id: Optional[str] = None,
                                                transport_wan_vpn_feature_id: Optional[str] = None,
                                                opts: Optional[InvokeOptions] = None) -> GetTransportWanVpnInterfaceGreFeatureResult
def get_transport_wan_vpn_interface_gre_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
                                                id: Optional[pulumi.Input[str]] = None,
                                                transport_wan_vpn_feature_id: Optional[pulumi.Input[str]] = None,
                                                opts: Optional[InvokeOptions] = None) -> Output[GetTransportWanVpnInterfaceGreFeatureResult]
Copy
func LookupTransportWanVpnInterfaceGreFeature(ctx *Context, args *LookupTransportWanVpnInterfaceGreFeatureArgs, opts ...InvokeOption) (*LookupTransportWanVpnInterfaceGreFeatureResult, error)
func LookupTransportWanVpnInterfaceGreFeatureOutput(ctx *Context, args *LookupTransportWanVpnInterfaceGreFeatureOutputArgs, opts ...InvokeOption) LookupTransportWanVpnInterfaceGreFeatureResultOutput
Copy

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

public static class GetTransportWanVpnInterfaceGreFeature 
{
    public static Task<GetTransportWanVpnInterfaceGreFeatureResult> InvokeAsync(GetTransportWanVpnInterfaceGreFeatureArgs args, InvokeOptions? opts = null)
    public static Output<GetTransportWanVpnInterfaceGreFeatureResult> Invoke(GetTransportWanVpnInterfaceGreFeatureInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetTransportWanVpnInterfaceGreFeatureResult> getTransportWanVpnInterfaceGreFeature(GetTransportWanVpnInterfaceGreFeatureArgs args, InvokeOptions options)
public static Output<GetTransportWanVpnInterfaceGreFeatureResult> getTransportWanVpnInterfaceGreFeature(GetTransportWanVpnInterfaceGreFeatureArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: sdwan:index/getTransportWanVpnInterfaceGreFeature:getTransportWanVpnInterfaceGreFeature
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

FeatureProfileId This property is required. string
Feature Profile ID
Id This property is required. string
The id of the Feature
TransportWanVpnFeatureId This property is required. string
Transport WAN VPN Feature ID
FeatureProfileId This property is required. string
Feature Profile ID
Id This property is required. string
The id of the Feature
TransportWanVpnFeatureId This property is required. string
Transport WAN VPN Feature ID
featureProfileId This property is required. String
Feature Profile ID
id This property is required. String
The id of the Feature
transportWanVpnFeatureId This property is required. String
Transport WAN VPN Feature ID
featureProfileId This property is required. string
Feature Profile ID
id This property is required. string
The id of the Feature
transportWanVpnFeatureId This property is required. string
Transport WAN VPN Feature ID
feature_profile_id This property is required. str
Feature Profile ID
id This property is required. str
The id of the Feature
transport_wan_vpn_feature_id This property is required. str
Transport WAN VPN Feature ID
featureProfileId This property is required. String
Feature Profile ID
id This property is required. String
The id of the Feature
transportWanVpnFeatureId This property is required. String
Transport WAN VPN Feature ID

getTransportWanVpnInterfaceGreFeature Result

The following output properties are available:

ApplicationTunnelType string
Enable Application Tunnel Type
ApplicationTunnelTypeVariable string
Variable name
ClearDontFragment bool
Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
ClearDontFragmentVariable string
Variable name
Description string
The description of the Feature
FeatureProfileId string
Feature Profile ID
Id string
The id of the Feature
InterfaceDescription string
Interface description
InterfaceDescriptionVariable string
Variable name
InterfaceName string
Interface name (1..255)
InterfaceNameVariable string
Variable name
IpMtu int
Interface MTU \n\n, in bytes
IpMtuVariable string
Variable name
Ipv4Address string
Ipv4AddressVariable string
Variable name
Ipv4SubnetMask string
Ipv4SubnetMaskVariable string
Variable name
Name string
The name of the Feature
Shutdown bool
Administrative state
ShutdownVariable string
Variable name
TcpMss int
TCP MSS on SYN packets, in bytes
TcpMssVariable string
Variable name
TransportWanVpnFeatureId string
Transport WAN VPN Feature ID
TunnelDestinationIpv4Address string
Tunnel destination IP Address
TunnelDestinationIpv4AddressVariable string
Variable name
TunnelRouteViaLoopback string
\n\n Interface name, can't be Loopback interface
TunnelRouteViaLoopbackVariable string
Variable name
TunnelSourceInterface string
\n\n Interface name
TunnelSourceInterfaceLoopback string
\n\n Interface name
TunnelSourceInterfaceLoopbackVariable string
Variable name
TunnelSourceInterfaceVariable string
Variable name
TunnelSourceIpv4Address string
Tunnel source IP Address
TunnelSourceIpv4AddressVariable string
Variable name
Version int
The version of the Feature
ApplicationTunnelType string
Enable Application Tunnel Type
ApplicationTunnelTypeVariable string
Variable name
ClearDontFragment bool
Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
ClearDontFragmentVariable string
Variable name
Description string
The description of the Feature
FeatureProfileId string
Feature Profile ID
Id string
The id of the Feature
InterfaceDescription string
Interface description
InterfaceDescriptionVariable string
Variable name
InterfaceName string
Interface name (1..255)
InterfaceNameVariable string
Variable name
IpMtu int
Interface MTU \n\n, in bytes
IpMtuVariable string
Variable name
Ipv4Address string
Ipv4AddressVariable string
Variable name
Ipv4SubnetMask string
Ipv4SubnetMaskVariable string
Variable name
Name string
The name of the Feature
Shutdown bool
Administrative state
ShutdownVariable string
Variable name
TcpMss int
TCP MSS on SYN packets, in bytes
TcpMssVariable string
Variable name
TransportWanVpnFeatureId string
Transport WAN VPN Feature ID
TunnelDestinationIpv4Address string
Tunnel destination IP Address
TunnelDestinationIpv4AddressVariable string
Variable name
TunnelRouteViaLoopback string
\n\n Interface name, can't be Loopback interface
TunnelRouteViaLoopbackVariable string
Variable name
TunnelSourceInterface string
\n\n Interface name
TunnelSourceInterfaceLoopback string
\n\n Interface name
TunnelSourceInterfaceLoopbackVariable string
Variable name
TunnelSourceInterfaceVariable string
Variable name
TunnelSourceIpv4Address string
Tunnel source IP Address
TunnelSourceIpv4AddressVariable string
Variable name
Version int
The version of the Feature
applicationTunnelType String
Enable Application Tunnel Type
applicationTunnelTypeVariable String
Variable name
clearDontFragment Boolean
Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
clearDontFragmentVariable String
Variable name
description String
The description of the Feature
featureProfileId String
Feature Profile ID
id String
The id of the Feature
interfaceDescription String
Interface description
interfaceDescriptionVariable String
Variable name
interfaceName String
Interface name (1..255)
interfaceNameVariable String
Variable name
ipMtu Integer
Interface MTU \n\n, in bytes
ipMtuVariable String
Variable name
ipv4Address String
ipv4AddressVariable String
Variable name
ipv4SubnetMask String
ipv4SubnetMaskVariable String
Variable name
name String
The name of the Feature
shutdown Boolean
Administrative state
shutdownVariable String
Variable name
tcpMss Integer
TCP MSS on SYN packets, in bytes
tcpMssVariable String
Variable name
transportWanVpnFeatureId String
Transport WAN VPN Feature ID
tunnelDestinationIpv4Address String
Tunnel destination IP Address
tunnelDestinationIpv4AddressVariable String
Variable name
tunnelRouteViaLoopback String
\n\n Interface name, can't be Loopback interface
tunnelRouteViaLoopbackVariable String
Variable name
tunnelSourceInterface String
\n\n Interface name
tunnelSourceInterfaceLoopback String
\n\n Interface name
tunnelSourceInterfaceLoopbackVariable String
Variable name
tunnelSourceInterfaceVariable String
Variable name
tunnelSourceIpv4Address String
Tunnel source IP Address
tunnelSourceIpv4AddressVariable String
Variable name
version Integer
The version of the Feature
applicationTunnelType string
Enable Application Tunnel Type
applicationTunnelTypeVariable string
Variable name
clearDontFragment boolean
Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
clearDontFragmentVariable string
Variable name
description string
The description of the Feature
featureProfileId string
Feature Profile ID
id string
The id of the Feature
interfaceDescription string
Interface description
interfaceDescriptionVariable string
Variable name
interfaceName string
Interface name (1..255)
interfaceNameVariable string
Variable name
ipMtu number
Interface MTU \n\n, in bytes
ipMtuVariable string
Variable name
ipv4Address string
ipv4AddressVariable string
Variable name
ipv4SubnetMask string
ipv4SubnetMaskVariable string
Variable name
name string
The name of the Feature
shutdown boolean
Administrative state
shutdownVariable string
Variable name
tcpMss number
TCP MSS on SYN packets, in bytes
tcpMssVariable string
Variable name
transportWanVpnFeatureId string
Transport WAN VPN Feature ID
tunnelDestinationIpv4Address string
Tunnel destination IP Address
tunnelDestinationIpv4AddressVariable string
Variable name
tunnelRouteViaLoopback string
\n\n Interface name, can't be Loopback interface
tunnelRouteViaLoopbackVariable string
Variable name
tunnelSourceInterface string
\n\n Interface name
tunnelSourceInterfaceLoopback string
\n\n Interface name
tunnelSourceInterfaceLoopbackVariable string
Variable name
tunnelSourceInterfaceVariable string
Variable name
tunnelSourceIpv4Address string
Tunnel source IP Address
tunnelSourceIpv4AddressVariable string
Variable name
version number
The version of the Feature
application_tunnel_type str
Enable Application Tunnel Type
application_tunnel_type_variable str
Variable name
clear_dont_fragment bool
Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
clear_dont_fragment_variable str
Variable name
description str
The description of the Feature
feature_profile_id str
Feature Profile ID
id str
The id of the Feature
interface_description str
Interface description
interface_description_variable str
Variable name
interface_name str
Interface name (1..255)
interface_name_variable str
Variable name
ip_mtu int
Interface MTU \n\n, in bytes
ip_mtu_variable str
Variable name
ipv4_address str
ipv4_address_variable str
Variable name
ipv4_subnet_mask str
ipv4_subnet_mask_variable str
Variable name
name str
The name of the Feature
shutdown bool
Administrative state
shutdown_variable str
Variable name
tcp_mss int
TCP MSS on SYN packets, in bytes
tcp_mss_variable str
Variable name
transport_wan_vpn_feature_id str
Transport WAN VPN Feature ID
tunnel_destination_ipv4_address str
Tunnel destination IP Address
tunnel_destination_ipv4_address_variable str
Variable name
tunnel_route_via_loopback str
\n\n Interface name, can't be Loopback interface
tunnel_route_via_loopback_variable str
Variable name
tunnel_source_interface str
\n\n Interface name
tunnel_source_interface_loopback str
\n\n Interface name
tunnel_source_interface_loopback_variable str
Variable name
tunnel_source_interface_variable str
Variable name
tunnel_source_ipv4_address str
Tunnel source IP Address
tunnel_source_ipv4_address_variable str
Variable name
version int
The version of the Feature
applicationTunnelType String
Enable Application Tunnel Type
applicationTunnelTypeVariable String
Variable name
clearDontFragment Boolean
Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
clearDontFragmentVariable String
Variable name
description String
The description of the Feature
featureProfileId String
Feature Profile ID
id String
The id of the Feature
interfaceDescription String
Interface description
interfaceDescriptionVariable String
Variable name
interfaceName String
Interface name (1..255)
interfaceNameVariable String
Variable name
ipMtu Number
Interface MTU \n\n, in bytes
ipMtuVariable String
Variable name
ipv4Address String
ipv4AddressVariable String
Variable name
ipv4SubnetMask String
ipv4SubnetMaskVariable String
Variable name
name String
The name of the Feature
shutdown Boolean
Administrative state
shutdownVariable String
Variable name
tcpMss Number
TCP MSS on SYN packets, in bytes
tcpMssVariable String
Variable name
transportWanVpnFeatureId String
Transport WAN VPN Feature ID
tunnelDestinationIpv4Address String
Tunnel destination IP Address
tunnelDestinationIpv4AddressVariable String
Variable name
tunnelRouteViaLoopback String
\n\n Interface name, can't be Loopback interface
tunnelRouteViaLoopbackVariable String
Variable name
tunnelSourceInterface String
\n\n Interface name
tunnelSourceInterfaceLoopback String
\n\n Interface name
tunnelSourceInterfaceLoopbackVariable String
Variable name
tunnelSourceInterfaceVariable String
Variable name
tunnelSourceIpv4Address String
Tunnel source IP Address
tunnelSourceIpv4AddressVariable String
Variable name
version Number
The version of the Feature

Package Details

Repository
sdwan pulumi/pulumi-sdwan
License
Apache-2.0
Notes
This Pulumi package is based on the sdwan Terraform Provider.