Cisco Catalyst SD-WAN v0.2.0 published on Friday, Nov 1, 2024 by Pulumi
sdwan.getServiceLanVpnInterfaceGreFeature
Explore with Pulumi AI
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",
});
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")
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
})
}
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",
});
});
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());
}
}
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
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>
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]
func LookupServiceLanVpnInterfaceGreFeature(ctx *Context, args *LookupServiceLanVpnInterfaceGreFeatureArgs, opts ...InvokeOption) (*LookupServiceLanVpnInterfaceGreFeatureResult, error)
func LookupServiceLanVpnInterfaceGreFeatureOutput(ctx *Context, args *LookupServiceLanVpnInterfaceGreFeatureOutputArgs, opts ...InvokeOption) LookupServiceLanVpnInterfaceGreFeatureResultOutput
> 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)
}
public static CompletableFuture<GetServiceLanVpnInterfaceGreFeatureResult> getServiceLanVpnInterfaceGreFeature(GetServiceLanVpnInterfaceGreFeatureArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: sdwan:index/getServiceLanVpnInterfaceGreFeature:getServiceLanVpnInterfaceGreFeature
arguments:
# arguments dictionary
The following arguments are supported:
- Feature
Profile stringId - Feature Profile ID
- Id string
- The id of the Feature
- Service
Lan stringVpn Feature Id - Service LAN VPN Feature ID
- Feature
Profile stringId - Feature Profile ID
- Id string
- The id of the Feature
- Service
Lan stringVpn Feature Id - Service LAN VPN Feature ID
- feature
Profile StringId - Feature Profile ID
- id String
- The id of the Feature
- service
Lan StringVpn Feature Id - Service LAN VPN Feature ID
- feature
Profile stringId - Feature Profile ID
- id string
- The id of the Feature
- service
Lan stringVpn Feature Id - Service LAN VPN Feature ID
- feature_
profile_ strid - Feature Profile ID
- id str
- The id of the Feature
- service_
lan_ strvpn_ feature_ id - Service LAN VPN Feature ID
- feature
Profile StringId - Feature Profile ID
- id String
- The id of the Feature
- service
Lan StringVpn Feature Id - Service LAN VPN Feature ID
getServiceLanVpnInterfaceGreFeature 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
- Service
Lan stringVpn Feature Id - Service LAN VPN Feature ID
- Shutdown bool
- Administrative state
- Shutdown
Variable string - Variable name
- Tcp
Mss int - TCP MSS on SYN packets, in bytes
- Tcp
Mss stringVariable - Variable name
- 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
- Service
Lan stringVpn Feature Id - Service LAN VPN Feature ID
- Shutdown bool
- Administrative state
- Shutdown
Variable string - Variable name
- Tcp
Mss int - TCP MSS on SYN packets, in bytes
- Tcp
Mss stringVariable - Variable name
- 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
- service
Lan StringVpn Feature Id - Service LAN VPN Feature ID
- shutdown Boolean
- Administrative state
- shutdown
Variable String - Variable name
- tcp
Mss Integer - TCP MSS on SYN packets, in bytes
- tcp
Mss StringVariable - Variable name
- 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
- service
Lan stringVpn Feature Id - Service LAN VPN Feature ID
- shutdown boolean
- Administrative state
- shutdown
Variable string - Variable name
- tcp
Mss number - TCP MSS on SYN packets, in bytes
- tcp
Mss stringVariable - Variable name
- 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
- service_
lan_ strvpn_ feature_ id - 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_ strvariable - Variable name
- 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
- service
Lan StringVpn Feature Id - Service LAN VPN Feature ID
- shutdown Boolean
- Administrative state
- shutdown
Variable String - Variable name
- tcp
Mss Number - TCP MSS on SYN packets, in bytes
- tcp
Mss StringVariable - Variable name
- 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.