Cisco Catalyst SD-WAN v0.1.3 published on Tuesday, Sep 24, 2024 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",
});
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")
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
})
}
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",
});
});
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());
}
}
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
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>
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]
func LookupTransportWanVpnInterfaceGreFeature(ctx *Context, args *LookupTransportWanVpnInterfaceGreFeatureArgs, opts ...InvokeOption) (*LookupTransportWanVpnInterfaceGreFeatureResult, error)
func LookupTransportWanVpnInterfaceGreFeatureOutput(ctx *Context, args *LookupTransportWanVpnInterfaceGreFeatureOutputArgs, opts ...InvokeOption) LookupTransportWanVpnInterfaceGreFeatureResultOutput
> 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)
}
public static CompletableFuture<GetTransportWanVpnInterfaceGreFeatureResult> getTransportWanVpnInterfaceGreFeature(GetTransportWanVpnInterfaceGreFeatureArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: sdwan:index/getTransportWanVpnInterfaceGreFeature:getTransportWanVpnInterfaceGreFeature
arguments:
# arguments dictionary
The following arguments are supported:
- Feature
Profile stringId - Feature Profile ID
- Id string
- The id of the Feature
- Transport
Wan stringVpn Feature Id - Transport WAN VPN Feature ID
- Feature
Profile stringId - Feature Profile ID
- Id string
- The id of the Feature
- Transport
Wan stringVpn Feature Id - Transport WAN VPN Feature ID
- feature
Profile StringId - Feature Profile ID
- id String
- The id of the Feature
- transport
Wan StringVpn Feature Id - Transport WAN VPN Feature ID
- feature
Profile stringId - Feature Profile ID
- id string
- The id of the Feature
- transport
Wan stringVpn Feature Id - Transport WAN VPN Feature ID
- feature_
profile_ strid - Feature Profile ID
- id str
- The id of the Feature
- transport_
wan_ strvpn_ feature_ id - Transport WAN VPN Feature ID
- feature
Profile StringId - Feature Profile ID
- id String
- The id of the Feature
- transport
Wan StringVpn Feature Id - Transport WAN VPN Feature ID
getTransportWanVpnInterfaceGreFeature Result
The following output properties are available:
- Application
Tunnel stringType - Enable Application Tunnel Type
- Application
Tunnel stringType Variable - Variable name
- Clear
Dont boolFragment - Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
- Clear
Dont stringFragment Variable - Variable name
- Description string
- The description of the Feature
- Feature
Profile stringId - Feature Profile ID
- Id string
- The id of the Feature
- Interface
Description string - Interface description
- Interface
Description stringVariable - Variable name
- Interface
Name string - Interface name (1..255)
- Interface
Name stringVariable - Variable name
- Ip
Mtu int - Interface MTU \n\n, in bytes
- Ip
Mtu stringVariable - Variable name
- Ipv4Address string
- Ipv4Address
Variable string - Variable name
- Ipv4Subnet
Mask string - Ipv4Subnet
Mask stringVariable - Variable name
- Name string
- The name of the Feature
- Shutdown bool
- Administrative state
- Shutdown
Variable string - Variable name
- Tcp
Mss int - TCP MSS on SYN packets, in bytes
- Tcp
Mss stringVariable - Variable name
- Transport
Wan stringVpn Feature Id - Transport WAN VPN Feature ID
- Tunnel
Destination stringIpv4Address - Tunnel destination IP Address
- Tunnel
Destination stringIpv4Address Variable - Variable name
- Tunnel
Route stringVia Loopback - \n\n Interface name, can't be Loopback interface
- Tunnel
Route stringVia Loopback Variable - Variable name
- Tunnel
Source stringInterface - \n\n Interface name
- Tunnel
Source stringInterface Loopback - \n\n Interface name
- Tunnel
Source stringInterface Loopback Variable - Variable name
- Tunnel
Source stringInterface Variable - Variable name
- Tunnel
Source stringIpv4Address - Tunnel source IP Address
- Tunnel
Source stringIpv4Address Variable - Variable name
- Version int
- The version of the Feature
- Application
Tunnel stringType - Enable Application Tunnel Type
- Application
Tunnel stringType Variable - Variable name
- Clear
Dont boolFragment - Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
- Clear
Dont stringFragment Variable - Variable name
- Description string
- The description of the Feature
- Feature
Profile stringId - Feature Profile ID
- Id string
- The id of the Feature
- Interface
Description string - Interface description
- Interface
Description stringVariable - Variable name
- Interface
Name string - Interface name (1..255)
- Interface
Name stringVariable - Variable name
- Ip
Mtu int - Interface MTU \n\n, in bytes
- Ip
Mtu stringVariable - Variable name
- Ipv4Address string
- Ipv4Address
Variable string - Variable name
- Ipv4Subnet
Mask string - Ipv4Subnet
Mask stringVariable - Variable name
- Name string
- The name of the Feature
- Shutdown bool
- Administrative state
- Shutdown
Variable string - Variable name
- Tcp
Mss int - TCP MSS on SYN packets, in bytes
- Tcp
Mss stringVariable - Variable name
- Transport
Wan stringVpn Feature Id - Transport WAN VPN Feature ID
- Tunnel
Destination stringIpv4Address - Tunnel destination IP Address
- Tunnel
Destination stringIpv4Address Variable - Variable name
- Tunnel
Route stringVia Loopback - \n\n Interface name, can't be Loopback interface
- Tunnel
Route stringVia Loopback Variable - Variable name
- Tunnel
Source stringInterface - \n\n Interface name
- Tunnel
Source stringInterface Loopback - \n\n Interface name
- Tunnel
Source stringInterface Loopback Variable - Variable name
- Tunnel
Source stringInterface Variable - Variable name
- Tunnel
Source stringIpv4Address - Tunnel source IP Address
- Tunnel
Source stringIpv4Address Variable - Variable name
- Version int
- The version of the Feature
- application
Tunnel StringType - Enable Application Tunnel Type
- application
Tunnel StringType Variable - Variable name
- clear
Dont BooleanFragment - Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
- clear
Dont StringFragment Variable - Variable name
- description String
- The description of the Feature
- feature
Profile StringId - Feature Profile ID
- id String
- The id of the Feature
- interface
Description String - Interface description
- interface
Description StringVariable - Variable name
- interface
Name String - Interface name (1..255)
- interface
Name StringVariable - Variable name
- ip
Mtu Integer - Interface MTU \n\n, in bytes
- ip
Mtu StringVariable - Variable name
- ipv4Address String
- ipv4Address
Variable String - Variable name
- ipv4Subnet
Mask String - ipv4Subnet
Mask StringVariable - Variable name
- name String
- The name of the Feature
- shutdown Boolean
- Administrative state
- shutdown
Variable String - Variable name
- tcp
Mss Integer - TCP MSS on SYN packets, in bytes
- tcp
Mss StringVariable - Variable name
- transport
Wan StringVpn Feature Id - Transport WAN VPN Feature ID
- tunnel
Destination StringIpv4Address - Tunnel destination IP Address
- tunnel
Destination StringIpv4Address Variable - Variable name
- tunnel
Route StringVia Loopback - \n\n Interface name, can't be Loopback interface
- tunnel
Route StringVia Loopback Variable - Variable name
- tunnel
Source StringInterface - \n\n Interface name
- tunnel
Source StringInterface Loopback - \n\n Interface name
- tunnel
Source StringInterface Loopback Variable - Variable name
- tunnel
Source StringInterface Variable - Variable name
- tunnel
Source StringIpv4Address - Tunnel source IP Address
- tunnel
Source StringIpv4Address Variable - Variable name
- version Integer
- The version of the Feature
- application
Tunnel stringType - Enable Application Tunnel Type
- application
Tunnel stringType Variable - Variable name
- clear
Dont booleanFragment - Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
- clear
Dont stringFragment Variable - Variable name
- description string
- The description of the Feature
- feature
Profile stringId - Feature Profile ID
- id string
- The id of the Feature
- interface
Description string - Interface description
- interface
Description stringVariable - Variable name
- interface
Name string - Interface name (1..255)
- interface
Name stringVariable - Variable name
- ip
Mtu number - Interface MTU \n\n, in bytes
- ip
Mtu stringVariable - Variable name
- ipv4Address string
- ipv4Address
Variable string - Variable name
- ipv4Subnet
Mask string - ipv4Subnet
Mask stringVariable - Variable name
- name string
- The name of the Feature
- shutdown boolean
- Administrative state
- shutdown
Variable string - Variable name
- tcp
Mss number - TCP MSS on SYN packets, in bytes
- tcp
Mss stringVariable - Variable name
- transport
Wan stringVpn Feature Id - Transport WAN VPN Feature ID
- tunnel
Destination stringIpv4Address - Tunnel destination IP Address
- tunnel
Destination stringIpv4Address Variable - Variable name
- tunnel
Route stringVia Loopback - \n\n Interface name, can't be Loopback interface
- tunnel
Route stringVia Loopback Variable - Variable name
- tunnel
Source stringInterface - \n\n Interface name
- tunnel
Source stringInterface Loopback - \n\n Interface name
- tunnel
Source stringInterface Loopback Variable - Variable name
- tunnel
Source stringInterface Variable - Variable name
- tunnel
Source stringIpv4Address - Tunnel source IP Address
- tunnel
Source stringIpv4Address Variable - Variable name
- version number
- The version of the Feature
- application_
tunnel_ strtype - Enable Application Tunnel Type
- application_
tunnel_ strtype_ variable - Variable name
- clear_
dont_ boolfragment - Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
- clear_
dont_ strfragment_ variable - Variable name
- description str
- The description of the Feature
- feature_
profile_ strid - Feature Profile ID
- id str
- The id of the Feature
- interface_
description str - Interface description
- interface_
description_ strvariable - Variable name
- interface_
name str - Interface name (1..255)
- interface_
name_ strvariable - Variable name
- ip_
mtu int - Interface MTU \n\n, in bytes
- ip_
mtu_ strvariable - Variable name
- ipv4_
address str - ipv4_
address_ strvariable - Variable name
- ipv4_
subnet_ strmask - ipv4_
subnet_ strmask_ variable - 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_ strvariable - Variable name
- transport_
wan_ strvpn_ feature_ id - Transport WAN VPN Feature ID
- tunnel_
destination_ stripv4_ address - Tunnel destination IP Address
- tunnel_
destination_ stripv4_ address_ variable - Variable name
- tunnel_
route_ strvia_ loopback - \n\n Interface name, can't be Loopback interface
- tunnel_
route_ strvia_ loopback_ variable - Variable name
- tunnel_
source_ strinterface - \n\n Interface name
- tunnel_
source_ strinterface_ loopback - \n\n Interface name
- tunnel_
source_ strinterface_ loopback_ variable - Variable name
- tunnel_
source_ strinterface_ variable - Variable name
- tunnel_
source_ stripv4_ address - Tunnel source IP Address
- tunnel_
source_ stripv4_ address_ variable - Variable name
- version int
- The version of the Feature
- application
Tunnel StringType - Enable Application Tunnel Type
- application
Tunnel StringType Variable - Variable name
- clear
Dont BooleanFragment - Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
- clear
Dont StringFragment Variable - Variable name
- description String
- The description of the Feature
- feature
Profile StringId - Feature Profile ID
- id String
- The id of the Feature
- interface
Description String - Interface description
- interface
Description StringVariable - Variable name
- interface
Name String - Interface name (1..255)
- interface
Name StringVariable - Variable name
- ip
Mtu Number - Interface MTU \n\n, in bytes
- ip
Mtu StringVariable - Variable name
- ipv4Address String
- ipv4Address
Variable String - Variable name
- ipv4Subnet
Mask String - ipv4Subnet
Mask StringVariable - Variable name
- name String
- The name of the Feature
- shutdown Boolean
- Administrative state
- shutdown
Variable String - Variable name
- tcp
Mss Number - TCP MSS on SYN packets, in bytes
- tcp
Mss StringVariable - Variable name
- transport
Wan StringVpn Feature Id - Transport WAN VPN Feature ID
- tunnel
Destination StringIpv4Address - Tunnel destination IP Address
- tunnel
Destination StringIpv4Address Variable - Variable name
- tunnel
Route StringVia Loopback - \n\n Interface name, can't be Loopback interface
- tunnel
Route StringVia Loopback Variable - Variable name
- tunnel
Source StringInterface - \n\n Interface name
- tunnel
Source StringInterface Loopback - \n\n Interface name
- tunnel
Source StringInterface Loopback Variable - Variable name
- tunnel
Source StringInterface Variable - Variable name
- tunnel
Source StringIpv4Address - Tunnel source IP Address
- tunnel
Source StringIpv4Address Variable - 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.