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

sdwan.getServiceLanVpnInterfaceGreFeature

Explore with Pulumi AI

Cisco Catalyst SD-WAN v0.3.0 published on Friday, Mar 28, 2025 by Pulumi

This data source can read the Service LAN VPN Interface GRE Feature.

Example Usage

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

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

example = sdwan.get_service_lan_vpn_interface_gre_feature(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
    feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
    service_lan_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.LookupServiceLanVpnInterfaceGreFeature(ctx, &sdwan.LookupServiceLanVpnInterfaceGreFeatureArgs{
			Id:                     "f6b2c44c-693c-4763-b010-895aa3d236bd",
			FeatureProfileId:       "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
			ServiceLanVpnFeatureId: "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.GetServiceLanVpnInterfaceGreFeature.Invoke(new()
    {
        Id = "f6b2c44c-693c-4763-b010-895aa3d236bd",
        FeatureProfileId = "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
        ServiceLanVpnFeatureId = "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.GetServiceLanVpnInterfaceGreFeatureArgs;
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.getServiceLanVpnInterfaceGreFeature(GetServiceLanVpnInterfaceGreFeatureArgs.builder()
            .id("f6b2c44c-693c-4763-b010-895aa3d236bd")
            .featureProfileId("f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
            .serviceLanVpnFeatureId("140331f6-5418-4755-a059-13c77eb96037")
            .build());

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

Using getServiceLanVpnInterfaceGreFeature

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 getServiceLanVpnInterfaceGreFeature(args: GetServiceLanVpnInterfaceGreFeatureArgs, opts?: InvokeOptions): Promise<GetServiceLanVpnInterfaceGreFeatureResult>
function getServiceLanVpnInterfaceGreFeatureOutput(args: GetServiceLanVpnInterfaceGreFeatureOutputArgs, opts?: InvokeOptions): Output<GetServiceLanVpnInterfaceGreFeatureResult>
Copy
def get_service_lan_vpn_interface_gre_feature(feature_profile_id: Optional[str] = None,
                                              id: Optional[str] = None,
                                              service_lan_vpn_feature_id: Optional[str] = None,
                                              opts: Optional[InvokeOptions] = None) -> GetServiceLanVpnInterfaceGreFeatureResult
def get_service_lan_vpn_interface_gre_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
                                              id: Optional[pulumi.Input[str]] = None,
                                              service_lan_vpn_feature_id: Optional[pulumi.Input[str]] = None,
                                              opts: Optional[InvokeOptions] = None) -> Output[GetServiceLanVpnInterfaceGreFeatureResult]
Copy
func LookupServiceLanVpnInterfaceGreFeature(ctx *Context, args *LookupServiceLanVpnInterfaceGreFeatureArgs, opts ...InvokeOption) (*LookupServiceLanVpnInterfaceGreFeatureResult, error)
func LookupServiceLanVpnInterfaceGreFeatureOutput(ctx *Context, args *LookupServiceLanVpnInterfaceGreFeatureOutputArgs, opts ...InvokeOption) LookupServiceLanVpnInterfaceGreFeatureResultOutput
Copy

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

public static class GetServiceLanVpnInterfaceGreFeature 
{
    public static Task<GetServiceLanVpnInterfaceGreFeatureResult> InvokeAsync(GetServiceLanVpnInterfaceGreFeatureArgs args, InvokeOptions? opts = null)
    public static Output<GetServiceLanVpnInterfaceGreFeatureResult> Invoke(GetServiceLanVpnInterfaceGreFeatureInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetServiceLanVpnInterfaceGreFeatureResult> getServiceLanVpnInterfaceGreFeature(GetServiceLanVpnInterfaceGreFeatureArgs args, InvokeOptions options)
public static Output<GetServiceLanVpnInterfaceGreFeatureResult> getServiceLanVpnInterfaceGreFeature(GetServiceLanVpnInterfaceGreFeatureArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: sdwan:index/getServiceLanVpnInterfaceGreFeature:getServiceLanVpnInterfaceGreFeature
  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
ServiceLanVpnFeatureId This property is required. string
Service LAN VPN Feature ID
FeatureProfileId This property is required. string
Feature Profile ID
Id This property is required. string
The id of the Feature
ServiceLanVpnFeatureId This property is required. string
Service LAN VPN Feature ID
featureProfileId This property is required. String
Feature Profile ID
id This property is required. String
The id of the Feature
serviceLanVpnFeatureId This property is required. String
Service LAN VPN Feature ID
featureProfileId This property is required. string
Feature Profile ID
id This property is required. string
The id of the Feature
serviceLanVpnFeatureId This property is required. string
Service LAN 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
service_lan_vpn_feature_id This property is required. str
Service LAN VPN Feature ID
featureProfileId This property is required. String
Feature Profile ID
id This property is required. String
The id of the Feature
serviceLanVpnFeatureId This property is required. String
Service LAN VPN Feature ID

getServiceLanVpnInterfaceGreFeature 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
ServiceLanVpnFeatureId string
Service LAN VPN Feature ID
Shutdown bool
Administrative state
ShutdownVariable string
Variable name
TcpMss int
TCP MSS on SYN packets, in bytes
TcpMssVariable string
Variable name
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
ServiceLanVpnFeatureId string
Service LAN VPN Feature ID
Shutdown bool
Administrative state
ShutdownVariable string
Variable name
TcpMss int
TCP MSS on SYN packets, in bytes
TcpMssVariable string
Variable name
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
serviceLanVpnFeatureId String
Service LAN VPN Feature ID
shutdown Boolean
Administrative state
shutdownVariable String
Variable name
tcpMss Integer
TCP MSS on SYN packets, in bytes
tcpMssVariable String
Variable name
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
serviceLanVpnFeatureId string
Service LAN VPN Feature ID
shutdown boolean
Administrative state
shutdownVariable string
Variable name
tcpMss number
TCP MSS on SYN packets, in bytes
tcpMssVariable string
Variable name
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
service_lan_vpn_feature_id str
Service LAN VPN Feature ID
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
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
serviceLanVpnFeatureId String
Service LAN VPN Feature ID
shutdown Boolean
Administrative state
shutdownVariable String
Variable name
tcpMss Number
TCP MSS on SYN packets, in bytes
tcpMssVariable String
Variable name
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.
Cisco Catalyst SD-WAN v0.3.0 published on Friday, Mar 28, 2025 by Pulumi