Cisco Catalyst SD-WAN v0.3.0 published on Friday, Mar 28, 2025 by Pulumi
sdwan.getServiceLanVpnFeature
Explore with Pulumi AI
This data source can read the Service LAN VPN Feature.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as sdwan from "@pulumi/sdwan";
const example = sdwan.getServiceLanVpnFeature({
    id: "f6b2c44c-693c-4763-b010-895aa3d236bd",
    featureProfileId: "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
});
import pulumi
import pulumi_sdwan as sdwan
example = sdwan.get_service_lan_vpn_feature(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
    feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
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.LookupServiceLanVpnFeature(ctx, &sdwan.LookupServiceLanVpnFeatureArgs{
			Id:               "f6b2c44c-693c-4763-b010-895aa3d236bd",
			FeatureProfileId: "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
		}, 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.GetServiceLanVpnFeature.Invoke(new()
    {
        Id = "f6b2c44c-693c-4763-b010-895aa3d236bd",
        FeatureProfileId = "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
    });
});
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.GetServiceLanVpnFeatureArgs;
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.getServiceLanVpnFeature(GetServiceLanVpnFeatureArgs.builder()
            .id("f6b2c44c-693c-4763-b010-895aa3d236bd")
            .featureProfileId("f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
            .build());
    }
}
variables:
  example:
    fn::invoke:
      function: sdwan:getServiceLanVpnFeature
      arguments:
        id: f6b2c44c-693c-4763-b010-895aa3d236bd
        featureProfileId: f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac
Using getServiceLanVpnFeature
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 getServiceLanVpnFeature(args: GetServiceLanVpnFeatureArgs, opts?: InvokeOptions): Promise<GetServiceLanVpnFeatureResult>
function getServiceLanVpnFeatureOutput(args: GetServiceLanVpnFeatureOutputArgs, opts?: InvokeOptions): Output<GetServiceLanVpnFeatureResult>def get_service_lan_vpn_feature(feature_profile_id: Optional[str] = None,
                                id: Optional[str] = None,
                                opts: Optional[InvokeOptions] = None) -> GetServiceLanVpnFeatureResult
def get_service_lan_vpn_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
                                id: Optional[pulumi.Input[str]] = None,
                                opts: Optional[InvokeOptions] = None) -> Output[GetServiceLanVpnFeatureResult]func LookupServiceLanVpnFeature(ctx *Context, args *LookupServiceLanVpnFeatureArgs, opts ...InvokeOption) (*LookupServiceLanVpnFeatureResult, error)
func LookupServiceLanVpnFeatureOutput(ctx *Context, args *LookupServiceLanVpnFeatureOutputArgs, opts ...InvokeOption) LookupServiceLanVpnFeatureResultOutput> Note: This function is named LookupServiceLanVpnFeature in the Go SDK.
public static class GetServiceLanVpnFeature 
{
    public static Task<GetServiceLanVpnFeatureResult> InvokeAsync(GetServiceLanVpnFeatureArgs args, InvokeOptions? opts = null)
    public static Output<GetServiceLanVpnFeatureResult> Invoke(GetServiceLanVpnFeatureInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetServiceLanVpnFeatureResult> getServiceLanVpnFeature(GetServiceLanVpnFeatureArgs args, InvokeOptions options)
public static Output<GetServiceLanVpnFeatureResult> getServiceLanVpnFeature(GetServiceLanVpnFeatureArgs args, InvokeOptions options)
fn::invoke:
  function: sdwan:index/getServiceLanVpnFeature:getServiceLanVpnFeature
  arguments:
    # arguments dictionaryThe following arguments are supported:
- FeatureProfile stringId 
- Feature Profile ID
- Id string
- The id of the Feature
- FeatureProfile stringId 
- Feature Profile ID
- Id string
- The id of the Feature
- featureProfile StringId 
- Feature Profile ID
- id String
- The id of the Feature
- featureProfile stringId 
- Feature Profile ID
- id string
- The id of the Feature
- feature_profile_ strid 
- Feature Profile ID
- id str
- The id of the Feature
- featureProfile StringId 
- Feature Profile ID
- id String
- The id of the Feature
getServiceLanVpnFeature Result
The following output properties are available:
- AdvertiseOmp List<GetIpv4s Service Lan Vpn Feature Advertise Omp Ipv4> 
- OMP Advertise IPv4
- AdvertiseOmp List<GetIpv6s Service Lan Vpn Feature Advertise Omp Ipv6> 
- OMP Advertise IPv6
- ConfigDescription string
- Name
- ConfigDescription stringVariable 
- Variable name
- Description string
- The description of the Feature
- EnableSdwan boolRemote Access 
- Enable SDWAN Remote Access
- FeatureProfile stringId 
- Feature Profile ID
- GreRoutes List<GetService Lan Vpn Feature Gre Route> 
- IPv4 Static GRE Route
- HostMappings List<GetService Lan Vpn Feature Host Mapping> 
- Id string
- The id of the Feature
- IpsecRoutes List<GetService Lan Vpn Feature Ipsec Route> 
- IPv4 Static IPSEC Route
- Ipv4ExportRoute List<GetTargets Service Lan Vpn Feature Ipv4Export Route Target> 
- Ipv4ImportRoute List<GetTargets Service Lan Vpn Feature Ipv4Import Route Target> 
- Ipv4StaticRoutes List<GetService Lan Vpn Feature Ipv4Static Route> 
- IPv4 Static Route
- Ipv6ExportRoute List<GetTargets Service Lan Vpn Feature Ipv6Export Route Target> 
- Ipv6ImportRoute List<GetTargets Service Lan Vpn Feature Ipv6Import Route Target> 
- Ipv6StaticRoutes List<GetService Lan Vpn Feature Ipv6Static Route> 
- IPv6 Static Route
- Name string
- The name of the Feature
- Nat64V4Pools
List<GetService Lan Vpn Feature Nat64V4Pool> 
- NAT64 V4 Pool
- NatPools List<GetService Lan Vpn Feature Nat Pool> 
- NAT Pool
- NatPort List<GetForwards Service Lan Vpn Feature Nat Port Forward> 
- NAT Port Forward
- OmpAdmin intDistance Ipv4 
- OMP Admin Distance IPv4
- OmpAdmin stringDistance Ipv4Variable 
- Variable name
- OmpAdmin intDistance Ipv6 
- OMP Admin Distance IPv6
- OmpAdmin stringDistance Ipv6Variable 
- Variable name
- PrimaryDns stringAddress Ipv4 
- Primary DNS Address (IPv4)
- PrimaryDns stringAddress Ipv4Variable 
- Variable name
- PrimaryDns stringAddress Ipv6 
- Primary DNS Address (IPv6)
- PrimaryDns stringAddress Ipv6Variable 
- Variable name
- RouteLeak List<GetFrom Global Vpns Service Lan Vpn Feature Route Leak From Global Vpn> 
- Enable route leaking from Global to Service VPN
- RouteLeak List<GetFrom Other Services Service Lan Vpn Feature Route Leak From Other Service> 
- Enable route leak from another Service VPN to current Service VPN
- RouteLeak List<GetTo Global Vpns Service Lan Vpn Feature Route Leak To Global Vpn> 
- Enable route leaking from Service to Global VPN
- SecondaryDns stringAddress Ipv4 
- Secondary DNS Address (IPv4)
- SecondaryDns stringAddress Ipv4Variable 
- Variable name
- SecondaryDns stringAddress Ipv6 
- Secondary DNS Address (IPv6)
- SecondaryDns stringAddress Ipv6Variable 
- Variable name
- ServiceRoutes List<GetService Lan Vpn Feature Service Route> 
- Service
- Services
List<GetService Lan Vpn Feature Service> 
- Service
- StaticNats List<GetService Lan Vpn Feature Static Nat> 
- Static NAT Rules
- Version int
- The version of the Feature
- Vpn int
- VPN
- VpnVariable string
- Variable name
- AdvertiseOmp []GetIpv4s Service Lan Vpn Feature Advertise Omp Ipv4 
- OMP Advertise IPv4
- AdvertiseOmp []GetIpv6s Service Lan Vpn Feature Advertise Omp Ipv6 
- OMP Advertise IPv6
- ConfigDescription string
- Name
- ConfigDescription stringVariable 
- Variable name
- Description string
- The description of the Feature
- EnableSdwan boolRemote Access 
- Enable SDWAN Remote Access
- FeatureProfile stringId 
- Feature Profile ID
- GreRoutes []GetService Lan Vpn Feature Gre Route 
- IPv4 Static GRE Route
- HostMappings []GetService Lan Vpn Feature Host Mapping 
- Id string
- The id of the Feature
- IpsecRoutes []GetService Lan Vpn Feature Ipsec Route 
- IPv4 Static IPSEC Route
- Ipv4ExportRoute []GetTargets Service Lan Vpn Feature Ipv4Export Route Target 
- Ipv4ImportRoute []GetTargets Service Lan Vpn Feature Ipv4Import Route Target 
- Ipv4StaticRoutes []GetService Lan Vpn Feature Ipv4Static Route 
- IPv4 Static Route
- Ipv6ExportRoute []GetTargets Service Lan Vpn Feature Ipv6Export Route Target 
- Ipv6ImportRoute []GetTargets Service Lan Vpn Feature Ipv6Import Route Target 
- Ipv6StaticRoutes []GetService Lan Vpn Feature Ipv6Static Route 
- IPv6 Static Route
- Name string
- The name of the Feature
- Nat64V4Pools
[]GetService Lan Vpn Feature Nat64V4Pool 
- NAT64 V4 Pool
- NatPools []GetService Lan Vpn Feature Nat Pool 
- NAT Pool
- NatPort []GetForwards Service Lan Vpn Feature Nat Port Forward 
- NAT Port Forward
- OmpAdmin intDistance Ipv4 
- OMP Admin Distance IPv4
- OmpAdmin stringDistance Ipv4Variable 
- Variable name
- OmpAdmin intDistance Ipv6 
- OMP Admin Distance IPv6
- OmpAdmin stringDistance Ipv6Variable 
- Variable name
- PrimaryDns stringAddress Ipv4 
- Primary DNS Address (IPv4)
- PrimaryDns stringAddress Ipv4Variable 
- Variable name
- PrimaryDns stringAddress Ipv6 
- Primary DNS Address (IPv6)
- PrimaryDns stringAddress Ipv6Variable 
- Variable name
- RouteLeak []GetFrom Global Vpns Service Lan Vpn Feature Route Leak From Global Vpn 
- Enable route leaking from Global to Service VPN
- RouteLeak []GetFrom Other Services Service Lan Vpn Feature Route Leak From Other Service 
- Enable route leak from another Service VPN to current Service VPN
- RouteLeak []GetTo Global Vpns Service Lan Vpn Feature Route Leak To Global Vpn 
- Enable route leaking from Service to Global VPN
- SecondaryDns stringAddress Ipv4 
- Secondary DNS Address (IPv4)
- SecondaryDns stringAddress Ipv4Variable 
- Variable name
- SecondaryDns stringAddress Ipv6 
- Secondary DNS Address (IPv6)
- SecondaryDns stringAddress Ipv6Variable 
- Variable name
- ServiceRoutes []GetService Lan Vpn Feature Service Route 
- Service
- Services
[]GetService Lan Vpn Feature Service 
- Service
- StaticNats []GetService Lan Vpn Feature Static Nat 
- Static NAT Rules
- Version int
- The version of the Feature
- Vpn int
- VPN
- VpnVariable string
- Variable name
- advertiseOmp List<GetIpv4s Service Lan Vpn Feature Advertise Omp Ipv4> 
- OMP Advertise IPv4
- advertiseOmp List<GetIpv6s Service Lan Vpn Feature Advertise Omp Ipv6> 
- OMP Advertise IPv6
- configDescription String
- Name
- configDescription StringVariable 
- Variable name
- description String
- The description of the Feature
- enableSdwan BooleanRemote Access 
- Enable SDWAN Remote Access
- featureProfile StringId 
- Feature Profile ID
- greRoutes List<GetService Lan Vpn Feature Gre Route> 
- IPv4 Static GRE Route
- hostMappings List<GetService Lan Vpn Feature Host Mapping> 
- id String
- The id of the Feature
- ipsecRoutes List<GetService Lan Vpn Feature Ipsec Route> 
- IPv4 Static IPSEC Route
- ipv4ExportRoute List<GetTargets Service Lan Vpn Feature Ipv4Export Route Target> 
- ipv4ImportRoute List<GetTargets Service Lan Vpn Feature Ipv4Import Route Target> 
- ipv4StaticRoutes List<GetService Lan Vpn Feature Ipv4Static Route> 
- IPv4 Static Route
- ipv6ExportRoute List<GetTargets Service Lan Vpn Feature Ipv6Export Route Target> 
- ipv6ImportRoute List<GetTargets Service Lan Vpn Feature Ipv6Import Route Target> 
- ipv6StaticRoutes List<GetService Lan Vpn Feature Ipv6Static Route> 
- IPv6 Static Route
- name String
- The name of the Feature
- nat64V4Pools
List<GetService Lan Vpn Feature Nat64V4Pool> 
- NAT64 V4 Pool
- natPools List<GetService Lan Vpn Feature Nat Pool> 
- NAT Pool
- natPort List<GetForwards Service Lan Vpn Feature Nat Port Forward> 
- NAT Port Forward
- ompAdmin IntegerDistance Ipv4 
- OMP Admin Distance IPv4
- ompAdmin StringDistance Ipv4Variable 
- Variable name
- ompAdmin IntegerDistance Ipv6 
- OMP Admin Distance IPv6
- ompAdmin StringDistance Ipv6Variable 
- Variable name
- primaryDns StringAddress Ipv4 
- Primary DNS Address (IPv4)
- primaryDns StringAddress Ipv4Variable 
- Variable name
- primaryDns StringAddress Ipv6 
- Primary DNS Address (IPv6)
- primaryDns StringAddress Ipv6Variable 
- Variable name
- routeLeak List<GetFrom Global Vpns Service Lan Vpn Feature Route Leak From Global Vpn> 
- Enable route leaking from Global to Service VPN
- routeLeak List<GetFrom Other Services Service Lan Vpn Feature Route Leak From Other Service> 
- Enable route leak from another Service VPN to current Service VPN
- routeLeak List<GetTo Global Vpns Service Lan Vpn Feature Route Leak To Global Vpn> 
- Enable route leaking from Service to Global VPN
- secondaryDns StringAddress Ipv4 
- Secondary DNS Address (IPv4)
- secondaryDns StringAddress Ipv4Variable 
- Variable name
- secondaryDns StringAddress Ipv6 
- Secondary DNS Address (IPv6)
- secondaryDns StringAddress Ipv6Variable 
- Variable name
- serviceRoutes List<GetService Lan Vpn Feature Service Route> 
- Service
- services
List<GetService Lan Vpn Feature Service> 
- Service
- staticNats List<GetService Lan Vpn Feature Static Nat> 
- Static NAT Rules
- version Integer
- The version of the Feature
- vpn Integer
- VPN
- vpnVariable String
- Variable name
- advertiseOmp GetIpv4s Service Lan Vpn Feature Advertise Omp Ipv4[] 
- OMP Advertise IPv4
- advertiseOmp GetIpv6s Service Lan Vpn Feature Advertise Omp Ipv6[] 
- OMP Advertise IPv6
- configDescription string
- Name
- configDescription stringVariable 
- Variable name
- description string
- The description of the Feature
- enableSdwan booleanRemote Access 
- Enable SDWAN Remote Access
- featureProfile stringId 
- Feature Profile ID
- greRoutes GetService Lan Vpn Feature Gre Route[] 
- IPv4 Static GRE Route
- hostMappings GetService Lan Vpn Feature Host Mapping[] 
- id string
- The id of the Feature
- ipsecRoutes GetService Lan Vpn Feature Ipsec Route[] 
- IPv4 Static IPSEC Route
- ipv4ExportRoute GetTargets Service Lan Vpn Feature Ipv4Export Route Target[] 
- ipv4ImportRoute GetTargets Service Lan Vpn Feature Ipv4Import Route Target[] 
- ipv4StaticRoutes GetService Lan Vpn Feature Ipv4Static Route[] 
- IPv4 Static Route
- ipv6ExportRoute GetTargets Service Lan Vpn Feature Ipv6Export Route Target[] 
- ipv6ImportRoute GetTargets Service Lan Vpn Feature Ipv6Import Route Target[] 
- ipv6StaticRoutes GetService Lan Vpn Feature Ipv6Static Route[] 
- IPv6 Static Route
- name string
- The name of the Feature
- nat64V4Pools
GetService Lan Vpn Feature Nat64V4Pool[] 
- NAT64 V4 Pool
- natPools GetService Lan Vpn Feature Nat Pool[] 
- NAT Pool
- natPort GetForwards Service Lan Vpn Feature Nat Port Forward[] 
- NAT Port Forward
- ompAdmin numberDistance Ipv4 
- OMP Admin Distance IPv4
- ompAdmin stringDistance Ipv4Variable 
- Variable name
- ompAdmin numberDistance Ipv6 
- OMP Admin Distance IPv6
- ompAdmin stringDistance Ipv6Variable 
- Variable name
- primaryDns stringAddress Ipv4 
- Primary DNS Address (IPv4)
- primaryDns stringAddress Ipv4Variable 
- Variable name
- primaryDns stringAddress Ipv6 
- Primary DNS Address (IPv6)
- primaryDns stringAddress Ipv6Variable 
- Variable name
- routeLeak GetFrom Global Vpns Service Lan Vpn Feature Route Leak From Global Vpn[] 
- Enable route leaking from Global to Service VPN
- routeLeak GetFrom Other Services Service Lan Vpn Feature Route Leak From Other Service[] 
- Enable route leak from another Service VPN to current Service VPN
- routeLeak GetTo Global Vpns Service Lan Vpn Feature Route Leak To Global Vpn[] 
- Enable route leaking from Service to Global VPN
- secondaryDns stringAddress Ipv4 
- Secondary DNS Address (IPv4)
- secondaryDns stringAddress Ipv4Variable 
- Variable name
- secondaryDns stringAddress Ipv6 
- Secondary DNS Address (IPv6)
- secondaryDns stringAddress Ipv6Variable 
- Variable name
- serviceRoutes GetService Lan Vpn Feature Service Route[] 
- Service
- services
GetService Lan Vpn Feature Service[] 
- Service
- staticNats GetService Lan Vpn Feature Static Nat[] 
- Static NAT Rules
- version number
- The version of the Feature
- vpn number
- VPN
- vpnVariable string
- Variable name
- advertise_omp_ Sequence[Getipv4s Service Lan Vpn Feature Advertise Omp Ipv4] 
- OMP Advertise IPv4
- advertise_omp_ Sequence[Getipv6s Service Lan Vpn Feature Advertise Omp Ipv6] 
- OMP Advertise IPv6
- config_description str
- Name
- config_description_ strvariable 
- Variable name
- description str
- The description of the Feature
- enable_sdwan_ boolremote_ access 
- Enable SDWAN Remote Access
- feature_profile_ strid 
- Feature Profile ID
- gre_routes Sequence[GetService Lan Vpn Feature Gre Route] 
- IPv4 Static GRE Route
- host_mappings Sequence[GetService Lan Vpn Feature Host Mapping] 
- id str
- The id of the Feature
- ipsec_routes Sequence[GetService Lan Vpn Feature Ipsec Route] 
- IPv4 Static IPSEC Route
- ipv4_export_ Sequence[Getroute_ targets Service Lan Vpn Feature Ipv4Export Route Target] 
- ipv4_import_ Sequence[Getroute_ targets Service Lan Vpn Feature Ipv4Import Route Target] 
- ipv4_static_ Sequence[Getroutes Service Lan Vpn Feature Ipv4Static Route] 
- IPv4 Static Route
- ipv6_export_ Sequence[Getroute_ targets Service Lan Vpn Feature Ipv6Export Route Target] 
- ipv6_import_ Sequence[Getroute_ targets Service Lan Vpn Feature Ipv6Import Route Target] 
- ipv6_static_ Sequence[Getroutes Service Lan Vpn Feature Ipv6Static Route] 
- IPv6 Static Route
- name str
- The name of the Feature
- nat64_v4_ Sequence[Getpools Service Lan Vpn Feature Nat64V4Pool] 
- NAT64 V4 Pool
- nat_pools Sequence[GetService Lan Vpn Feature Nat Pool] 
- NAT Pool
- nat_port_ Sequence[Getforwards Service Lan Vpn Feature Nat Port Forward] 
- NAT Port Forward
- omp_admin_ intdistance_ ipv4 
- OMP Admin Distance IPv4
- omp_admin_ strdistance_ ipv4_ variable 
- Variable name
- omp_admin_ intdistance_ ipv6 
- OMP Admin Distance IPv6
- omp_admin_ strdistance_ ipv6_ variable 
- Variable name
- primary_dns_ straddress_ ipv4 
- Primary DNS Address (IPv4)
- primary_dns_ straddress_ ipv4_ variable 
- Variable name
- primary_dns_ straddress_ ipv6 
- Primary DNS Address (IPv6)
- primary_dns_ straddress_ ipv6_ variable 
- Variable name
- route_leak_ Sequence[Getfrom_ global_ vpns Service Lan Vpn Feature Route Leak From Global Vpn] 
- Enable route leaking from Global to Service VPN
- route_leak_ Sequence[Getfrom_ other_ services Service Lan Vpn Feature Route Leak From Other Service] 
- Enable route leak from another Service VPN to current Service VPN
- route_leak_ Sequence[Getto_ global_ vpns Service Lan Vpn Feature Route Leak To Global Vpn] 
- Enable route leaking from Service to Global VPN
- secondary_dns_ straddress_ ipv4 
- Secondary DNS Address (IPv4)
- secondary_dns_ straddress_ ipv4_ variable 
- Variable name
- secondary_dns_ straddress_ ipv6 
- Secondary DNS Address (IPv6)
- secondary_dns_ straddress_ ipv6_ variable 
- Variable name
- service_routes Sequence[GetService Lan Vpn Feature Service Route] 
- Service
- services
Sequence[GetService Lan Vpn Feature Service] 
- Service
- static_nats Sequence[GetService Lan Vpn Feature Static Nat] 
- Static NAT Rules
- version int
- The version of the Feature
- vpn int
- VPN
- vpn_variable str
- Variable name
- advertiseOmp List<Property Map>Ipv4s 
- OMP Advertise IPv4
- advertiseOmp List<Property Map>Ipv6s 
- OMP Advertise IPv6
- configDescription String
- Name
- configDescription StringVariable 
- Variable name
- description String
- The description of the Feature
- enableSdwan BooleanRemote Access 
- Enable SDWAN Remote Access
- featureProfile StringId 
- Feature Profile ID
- greRoutes List<Property Map>
- IPv4 Static GRE Route
- hostMappings List<Property Map>
- id String
- The id of the Feature
- ipsecRoutes List<Property Map>
- IPv4 Static IPSEC Route
- ipv4ExportRoute List<Property Map>Targets 
- ipv4ImportRoute List<Property Map>Targets 
- ipv4StaticRoutes List<Property Map>
- IPv4 Static Route
- ipv6ExportRoute List<Property Map>Targets 
- ipv6ImportRoute List<Property Map>Targets 
- ipv6StaticRoutes List<Property Map>
- IPv6 Static Route
- name String
- The name of the Feature
- nat64V4Pools List<Property Map>
- NAT64 V4 Pool
- natPools List<Property Map>
- NAT Pool
- natPort List<Property Map>Forwards 
- NAT Port Forward
- ompAdmin NumberDistance Ipv4 
- OMP Admin Distance IPv4
- ompAdmin StringDistance Ipv4Variable 
- Variable name
- ompAdmin NumberDistance Ipv6 
- OMP Admin Distance IPv6
- ompAdmin StringDistance Ipv6Variable 
- Variable name
- primaryDns StringAddress Ipv4 
- Primary DNS Address (IPv4)
- primaryDns StringAddress Ipv4Variable 
- Variable name
- primaryDns StringAddress Ipv6 
- Primary DNS Address (IPv6)
- primaryDns StringAddress Ipv6Variable 
- Variable name
- routeLeak List<Property Map>From Global Vpns 
- Enable route leaking from Global to Service VPN
- routeLeak List<Property Map>From Other Services 
- Enable route leak from another Service VPN to current Service VPN
- routeLeak List<Property Map>To Global Vpns 
- Enable route leaking from Service to Global VPN
- secondaryDns StringAddress Ipv4 
- Secondary DNS Address (IPv4)
- secondaryDns StringAddress Ipv4Variable 
- Variable name
- secondaryDns StringAddress Ipv6 
- Secondary DNS Address (IPv6)
- secondaryDns StringAddress Ipv6Variable 
- Variable name
- serviceRoutes List<Property Map>
- Service
- services List<Property Map>
- Service
- staticNats List<Property Map>
- Static NAT Rules
- version Number
- The version of the Feature
- vpn Number
- VPN
- vpnVariable String
- Variable name
Supporting Types
GetServiceLanVpnFeatureAdvertiseOmpIpv4       
- Prefixes
List<GetService Lan Vpn Feature Advertise Omp Ipv4Prefix> 
- IPv4 Prefix List
- Protocol string
- Protocol
- ProtocolVariable string
- Variable name
- RoutePolicy stringId 
- Prefixes
[]GetService Lan Vpn Feature Advertise Omp Ipv4Prefix 
- IPv4 Prefix List
- Protocol string
- Protocol
- ProtocolVariable string
- Variable name
- RoutePolicy stringId 
- prefixes
List<GetService Lan Vpn Feature Advertise Omp Ipv4Prefix> 
- IPv4 Prefix List
- protocol String
- Protocol
- protocolVariable String
- Variable name
- routePolicy StringId 
- prefixes
GetService Lan Vpn Feature Advertise Omp Ipv4Prefix[] 
- IPv4 Prefix List
- protocol string
- Protocol
- protocolVariable string
- Variable name
- routePolicy stringId 
- prefixes
Sequence[GetService Lan Vpn Feature Advertise Omp Ipv4Prefix] 
- IPv4 Prefix List
- protocol str
- Protocol
- protocol_variable str
- Variable name
- route_policy_ strid 
- prefixes List<Property Map>
- IPv4 Prefix List
- protocol String
- Protocol
- protocolVariable String
- Variable name
- routePolicy StringId 
GetServiceLanVpnFeatureAdvertiseOmpIpv4Prefix       
- AggregateOnly bool
- Aggregate Only
- NetworkAddress string
- NetworkAddress stringVariable 
- Variable name
- Region string
- Applied to Region
- RegionVariable string
- Variable name
- SubnetMask string
- SubnetMask stringVariable 
- Variable name
- AggregateOnly bool
- Aggregate Only
- NetworkAddress string
- NetworkAddress stringVariable 
- Variable name
- Region string
- Applied to Region
- RegionVariable string
- Variable name
- SubnetMask string
- SubnetMask stringVariable 
- Variable name
- aggregateOnly Boolean
- Aggregate Only
- networkAddress String
- networkAddress StringVariable 
- Variable name
- region String
- Applied to Region
- regionVariable String
- Variable name
- subnetMask String
- subnetMask StringVariable 
- Variable name
- aggregateOnly boolean
- Aggregate Only
- networkAddress string
- networkAddress stringVariable 
- Variable name
- region string
- Applied to Region
- regionVariable string
- Variable name
- subnetMask string
- subnetMask stringVariable 
- Variable name
- aggregate_only bool
- Aggregate Only
- network_address str
- network_address_ strvariable 
- Variable name
- region str
- Applied to Region
- region_variable str
- Variable name
- subnet_mask str
- subnet_mask_ strvariable 
- Variable name
- aggregateOnly Boolean
- Aggregate Only
- networkAddress String
- networkAddress StringVariable 
- Variable name
- region String
- Applied to Region
- regionVariable String
- Variable name
- subnetMask String
- subnetMask StringVariable 
- Variable name
GetServiceLanVpnFeatureAdvertiseOmpIpv6       
- Prefixes
List<GetService Lan Vpn Feature Advertise Omp Ipv6Prefix> 
- IPv6 Prefix List
- Protocol string
- Protocol
- ProtocolSub stringType 
- Protocol Sub Type
- ProtocolSub stringType Variable 
- Variable name
- ProtocolVariable string
- Variable name
- RoutePolicy stringId 
- Prefixes
[]GetService Lan Vpn Feature Advertise Omp Ipv6Prefix 
- IPv6 Prefix List
- Protocol string
- Protocol
- ProtocolSub stringType 
- Protocol Sub Type
- ProtocolSub stringType Variable 
- Variable name
- ProtocolVariable string
- Variable name
- RoutePolicy stringId 
- prefixes
List<GetService Lan Vpn Feature Advertise Omp Ipv6Prefix> 
- IPv6 Prefix List
- protocol String
- Protocol
- protocolSub StringType 
- Protocol Sub Type
- protocolSub StringType Variable 
- Variable name
- protocolVariable String
- Variable name
- routePolicy StringId 
- prefixes
GetService Lan Vpn Feature Advertise Omp Ipv6Prefix[] 
- IPv6 Prefix List
- protocol string
- Protocol
- protocolSub stringType 
- Protocol Sub Type
- protocolSub stringType Variable 
- Variable name
- protocolVariable string
- Variable name
- routePolicy stringId 
- prefixes
Sequence[GetService Lan Vpn Feature Advertise Omp Ipv6Prefix] 
- IPv6 Prefix List
- protocol str
- Protocol
- protocol_sub_ strtype 
- Protocol Sub Type
- protocol_sub_ strtype_ variable 
- Variable name
- protocol_variable str
- Variable name
- route_policy_ strid 
- prefixes List<Property Map>
- IPv6 Prefix List
- protocol String
- Protocol
- protocolSub StringType 
- Protocol Sub Type
- protocolSub StringType Variable 
- Variable name
- protocolVariable String
- Variable name
- routePolicy StringId 
GetServiceLanVpnFeatureAdvertiseOmpIpv6Prefix       
- AggregateOnly bool
- Aggregate Only
- Prefix string
- IPv6 Prefix
- PrefixVariable string
- Variable name
- AggregateOnly bool
- Aggregate Only
- Prefix string
- IPv6 Prefix
- PrefixVariable string
- Variable name
- aggregateOnly Boolean
- Aggregate Only
- prefix String
- IPv6 Prefix
- prefixVariable String
- Variable name
- aggregateOnly boolean
- Aggregate Only
- prefix string
- IPv6 Prefix
- prefixVariable string
- Variable name
- aggregate_only bool
- Aggregate Only
- prefix str
- IPv6 Prefix
- prefix_variable str
- Variable name
- aggregateOnly Boolean
- Aggregate Only
- prefix String
- IPv6 Prefix
- prefixVariable String
- Variable name
GetServiceLanVpnFeatureGreRoute      
- InterfaceVariable string
- Variable name
- Interfaces List<string>
- Interface
- NetworkAddress string
- IP Address
- NetworkAddress stringVariable 
- Variable name
- SubnetMask string
- Subnet Mask
- SubnetMask stringVariable 
- Variable name
- Vpn int
- Service
- InterfaceVariable string
- Variable name
- Interfaces []string
- Interface
- NetworkAddress string
- IP Address
- NetworkAddress stringVariable 
- Variable name
- SubnetMask string
- Subnet Mask
- SubnetMask stringVariable 
- Variable name
- Vpn int
- Service
- interfaceVariable String
- Variable name
- interfaces List<String>
- Interface
- networkAddress String
- IP Address
- networkAddress StringVariable 
- Variable name
- subnetMask String
- Subnet Mask
- subnetMask StringVariable 
- Variable name
- vpn Integer
- Service
- interfaceVariable string
- Variable name
- interfaces string[]
- Interface
- networkAddress string
- IP Address
- networkAddress stringVariable 
- Variable name
- subnetMask string
- Subnet Mask
- subnetMask stringVariable 
- Variable name
- vpn number
- Service
- interface_variable str
- Variable name
- interfaces Sequence[str]
- Interface
- network_address str
- IP Address
- network_address_ strvariable 
- Variable name
- subnet_mask str
- Subnet Mask
- subnet_mask_ strvariable 
- Variable name
- vpn int
- Service
- interfaceVariable String
- Variable name
- interfaces List<String>
- Interface
- networkAddress String
- IP Address
- networkAddress StringVariable 
- Variable name
- subnetMask String
- Subnet Mask
- subnetMask StringVariable 
- Variable name
- vpn Number
- Service
GetServiceLanVpnFeatureHostMapping      
- HostName string
- Hostname
- HostName stringVariable 
- Variable name
- ListOf List<string>Ips 
- List of IP
- ListOf stringIps Variable 
- Variable name
- HostName string
- Hostname
- HostName stringVariable 
- Variable name
- ListOf []stringIps 
- List of IP
- ListOf stringIps Variable 
- Variable name
- hostName String
- Hostname
- hostName StringVariable 
- Variable name
- listOf List<String>Ips 
- List of IP
- listOf StringIps Variable 
- Variable name
- hostName string
- Hostname
- hostName stringVariable 
- Variable name
- listOf string[]Ips 
- List of IP
- listOf stringIps Variable 
- Variable name
- host_name str
- Hostname
- host_name_ strvariable 
- Variable name
- list_of_ Sequence[str]ips 
- List of IP
- list_of_ strips_ variable 
- Variable name
- hostName String
- Hostname
- hostName StringVariable 
- Variable name
- listOf List<String>Ips 
- List of IP
- listOf StringIps Variable 
- Variable name
GetServiceLanVpnFeatureIpsecRoute      
- InterfaceVariable string
- Variable name
- Interfaces List<string>
- Interface
- NetworkAddress string
- IP Address
- NetworkAddress stringVariable 
- Variable name
- SubnetMask string
- Subnet Mask
- SubnetMask stringVariable 
- Variable name
- InterfaceVariable string
- Variable name
- Interfaces []string
- Interface
- NetworkAddress string
- IP Address
- NetworkAddress stringVariable 
- Variable name
- SubnetMask string
- Subnet Mask
- SubnetMask stringVariable 
- Variable name
- interfaceVariable String
- Variable name
- interfaces List<String>
- Interface
- networkAddress String
- IP Address
- networkAddress StringVariable 
- Variable name
- subnetMask String
- Subnet Mask
- subnetMask StringVariable 
- Variable name
- interfaceVariable string
- Variable name
- interfaces string[]
- Interface
- networkAddress string
- IP Address
- networkAddress stringVariable 
- Variable name
- subnetMask string
- Subnet Mask
- subnetMask stringVariable 
- Variable name
- interface_variable str
- Variable name
- interfaces Sequence[str]
- Interface
- network_address str
- IP Address
- network_address_ strvariable 
- Variable name
- subnet_mask str
- Subnet Mask
- subnet_mask_ strvariable 
- Variable name
- interfaceVariable String
- Variable name
- interfaces List<String>
- Interface
- networkAddress String
- IP Address
- networkAddress StringVariable 
- Variable name
- subnetMask String
- Subnet Mask
- subnetMask StringVariable 
- Variable name
GetServiceLanVpnFeatureIpv4ExportRouteTarget       
- RouteTarget string
- Route target
- RouteTarget stringVariable 
- Variable name
- RouteTarget string
- Route target
- RouteTarget stringVariable 
- Variable name
- routeTarget String
- Route target
- routeTarget StringVariable 
- Variable name
- routeTarget string
- Route target
- routeTarget stringVariable 
- Variable name
- route_target str
- Route target
- route_target_ strvariable 
- Variable name
- routeTarget String
- Route target
- routeTarget StringVariable 
- Variable name
GetServiceLanVpnFeatureIpv4ImportRouteTarget       
- RouteTarget string
- Route target
- RouteTarget stringVariable 
- Variable name
- RouteTarget string
- Route target
- RouteTarget stringVariable 
- Variable name
- routeTarget String
- Route target
- routeTarget StringVariable 
- Variable name
- routeTarget string
- Route target
- routeTarget stringVariable 
- Variable name
- route_target str
- Route target
- route_target_ strvariable 
- Variable name
- routeTarget String
- Route target
- routeTarget StringVariable 
- Variable name
GetServiceLanVpnFeatureIpv4StaticRoute      
- GatewayDhcp bool
- IPv4 Route Gateway DHCP
- NetworkAddress string
- IP Address
- NetworkAddress stringVariable 
- Variable name
- NextHop List<GetWith Trackers Service Lan Vpn Feature Ipv4Static Route Next Hop With Tracker> 
- IPv4 Route Gateway Next Hop with Tracker
- NextHops List<GetService Lan Vpn Feature Ipv4Static Route Next Hop> 
- IPv4 Route Gateway Next Hop
- Null0 bool
- IPv4 Route Gateway Next Hop
- SubnetMask string
- Subnet Mask
- SubnetMask stringVariable 
- Variable name
- Vpn bool
- IPv4 Route Gateway VPN
- GatewayDhcp bool
- IPv4 Route Gateway DHCP
- NetworkAddress string
- IP Address
- NetworkAddress stringVariable 
- Variable name
- NextHop []GetWith Trackers Service Lan Vpn Feature Ipv4Static Route Next Hop With Tracker 
- IPv4 Route Gateway Next Hop with Tracker
- NextHops []GetService Lan Vpn Feature Ipv4Static Route Next Hop 
- IPv4 Route Gateway Next Hop
- Null0 bool
- IPv4 Route Gateway Next Hop
- SubnetMask string
- Subnet Mask
- SubnetMask stringVariable 
- Variable name
- Vpn bool
- IPv4 Route Gateway VPN
- gatewayDhcp Boolean
- IPv4 Route Gateway DHCP
- networkAddress String
- IP Address
- networkAddress StringVariable 
- Variable name
- nextHop List<GetWith Trackers Service Lan Vpn Feature Ipv4Static Route Next Hop With Tracker> 
- IPv4 Route Gateway Next Hop with Tracker
- nextHops List<GetService Lan Vpn Feature Ipv4Static Route Next Hop> 
- IPv4 Route Gateway Next Hop
- null0 Boolean
- IPv4 Route Gateway Next Hop
- subnetMask String
- Subnet Mask
- subnetMask StringVariable 
- Variable name
- vpn Boolean
- IPv4 Route Gateway VPN
- gatewayDhcp boolean
- IPv4 Route Gateway DHCP
- networkAddress string
- IP Address
- networkAddress stringVariable 
- Variable name
- nextHop GetWith Trackers Service Lan Vpn Feature Ipv4Static Route Next Hop With Tracker[] 
- IPv4 Route Gateway Next Hop with Tracker
- nextHops GetService Lan Vpn Feature Ipv4Static Route Next Hop[] 
- IPv4 Route Gateway Next Hop
- null0 boolean
- IPv4 Route Gateway Next Hop
- subnetMask string
- Subnet Mask
- subnetMask stringVariable 
- Variable name
- vpn boolean
- IPv4 Route Gateway VPN
- gateway_dhcp bool
- IPv4 Route Gateway DHCP
- network_address str
- IP Address
- network_address_ strvariable 
- Variable name
- next_hop_ Sequence[Getwith_ trackers Service Lan Vpn Feature Ipv4Static Route Next Hop With Tracker] 
- IPv4 Route Gateway Next Hop with Tracker
- next_hops Sequence[GetService Lan Vpn Feature Ipv4Static Route Next Hop] 
- IPv4 Route Gateway Next Hop
- null0 bool
- IPv4 Route Gateway Next Hop
- subnet_mask str
- Subnet Mask
- subnet_mask_ strvariable 
- Variable name
- vpn bool
- IPv4 Route Gateway VPN
- gatewayDhcp Boolean
- IPv4 Route Gateway DHCP
- networkAddress String
- IP Address
- networkAddress StringVariable 
- Variable name
- nextHop List<Property Map>With Trackers 
- IPv4 Route Gateway Next Hop with Tracker
- nextHops List<Property Map>
- IPv4 Route Gateway Next Hop
- null0 Boolean
- IPv4 Route Gateway Next Hop
- subnetMask String
- Subnet Mask
- subnetMask StringVariable 
- Variable name
- vpn Boolean
- IPv4 Route Gateway VPN
GetServiceLanVpnFeatureIpv4StaticRouteNextHop        
- Address string
- Address
- AddressVariable string
- Variable name
- AdministrativeDistance int
- Administrative distance
- AdministrativeDistance stringVariable 
- Variable name
- Address string
- Address
- AddressVariable string
- Variable name
- AdministrativeDistance int
- Administrative distance
- AdministrativeDistance stringVariable 
- Variable name
- address String
- Address
- addressVariable String
- Variable name
- administrativeDistance Integer
- Administrative distance
- administrativeDistance StringVariable 
- Variable name
- address string
- Address
- addressVariable string
- Variable name
- administrativeDistance number
- Administrative distance
- administrativeDistance stringVariable 
- Variable name
- address str
- Address
- address_variable str
- Variable name
- administrative_distance int
- Administrative distance
- administrative_distance_ strvariable 
- Variable name
- address String
- Address
- addressVariable String
- Variable name
- administrativeDistance Number
- Administrative distance
- administrativeDistance StringVariable 
- Variable name
GetServiceLanVpnFeatureIpv4StaticRouteNextHopWithTracker          
- Address string
- Address
- AddressVariable string
- Variable name
- AdministrativeDistance int
- Administrative distance
- AdministrativeDistance stringVariable 
- Variable name
- TrackerId string
- Address string
- Address
- AddressVariable string
- Variable name
- AdministrativeDistance int
- Administrative distance
- AdministrativeDistance stringVariable 
- Variable name
- TrackerId string
- address String
- Address
- addressVariable String
- Variable name
- administrativeDistance Integer
- Administrative distance
- administrativeDistance StringVariable 
- Variable name
- trackerId String
- address string
- Address
- addressVariable string
- Variable name
- administrativeDistance number
- Administrative distance
- administrativeDistance stringVariable 
- Variable name
- trackerId string
- address str
- Address
- address_variable str
- Variable name
- administrative_distance int
- Administrative distance
- administrative_distance_ strvariable 
- Variable name
- tracker_id str
- address String
- Address
- addressVariable String
- Variable name
- administrativeDistance Number
- Administrative distance
- administrativeDistance StringVariable 
- Variable name
- trackerId String
GetServiceLanVpnFeatureIpv6ExportRouteTarget       
- RouteTarget string
- Route target
- RouteTarget stringVariable 
- Variable name
- RouteTarget string
- Route target
- RouteTarget stringVariable 
- Variable name
- routeTarget String
- Route target
- routeTarget StringVariable 
- Variable name
- routeTarget string
- Route target
- routeTarget stringVariable 
- Variable name
- route_target str
- Route target
- route_target_ strvariable 
- Variable name
- routeTarget String
- Route target
- routeTarget StringVariable 
- Variable name
GetServiceLanVpnFeatureIpv6ImportRouteTarget       
- RouteTarget string
- Route target
- RouteTarget stringVariable 
- Variable name
- RouteTarget string
- Route target
- RouteTarget stringVariable 
- Variable name
- routeTarget String
- Route target
- routeTarget StringVariable 
- Variable name
- routeTarget string
- Route target
- routeTarget stringVariable 
- Variable name
- route_target str
- Route target
- route_target_ strvariable 
- Variable name
- routeTarget String
- Route target
- routeTarget StringVariable 
- Variable name
GetServiceLanVpnFeatureIpv6StaticRoute      
- Nat string
- IPv6 Nat
- NatVariable string
- Variable name
- NextHops List<GetService Lan Vpn Feature Ipv6Static Route Next Hop> 
- IPv6 Route Gateway Next Hop
- Null0 bool
- IPv6 Route Gateway Next Hop
- Prefix string
- Prefix
- PrefixVariable string
- Variable name
- Nat string
- IPv6 Nat
- NatVariable string
- Variable name
- NextHops []GetService Lan Vpn Feature Ipv6Static Route Next Hop 
- IPv6 Route Gateway Next Hop
- Null0 bool
- IPv6 Route Gateway Next Hop
- Prefix string
- Prefix
- PrefixVariable string
- Variable name
- nat String
- IPv6 Nat
- natVariable String
- Variable name
- nextHops List<GetService Lan Vpn Feature Ipv6Static Route Next Hop> 
- IPv6 Route Gateway Next Hop
- null0 Boolean
- IPv6 Route Gateway Next Hop
- prefix String
- Prefix
- prefixVariable String
- Variable name
- nat string
- IPv6 Nat
- natVariable string
- Variable name
- nextHops GetService Lan Vpn Feature Ipv6Static Route Next Hop[] 
- IPv6 Route Gateway Next Hop
- null0 boolean
- IPv6 Route Gateway Next Hop
- prefix string
- Prefix
- prefixVariable string
- Variable name
- nat str
- IPv6 Nat
- nat_variable str
- Variable name
- next_hops Sequence[GetService Lan Vpn Feature Ipv6Static Route Next Hop] 
- IPv6 Route Gateway Next Hop
- null0 bool
- IPv6 Route Gateway Next Hop
- prefix str
- Prefix
- prefix_variable str
- Variable name
- nat String
- IPv6 Nat
- natVariable String
- Variable name
- nextHops List<Property Map>
- IPv6 Route Gateway Next Hop
- null0 Boolean
- IPv6 Route Gateway Next Hop
- prefix String
- Prefix
- prefixVariable String
- Variable name
GetServiceLanVpnFeatureIpv6StaticRouteNextHop        
- Address string
- Address
- AddressVariable string
- Variable name
- AdministrativeDistance int
- Administrative distance
- AdministrativeDistance stringVariable 
- Variable name
- Address string
- Address
- AddressVariable string
- Variable name
- AdministrativeDistance int
- Administrative distance
- AdministrativeDistance stringVariable 
- Variable name
- address String
- Address
- addressVariable String
- Variable name
- administrativeDistance Integer
- Administrative distance
- administrativeDistance StringVariable 
- Variable name
- address string
- Address
- addressVariable string
- Variable name
- administrativeDistance number
- Administrative distance
- administrativeDistance stringVariable 
- Variable name
- address str
- Address
- address_variable str
- Variable name
- administrative_distance int
- Administrative distance
- administrative_distance_ strvariable 
- Variable name
- address String
- Address
- addressVariable String
- Variable name
- administrativeDistance Number
- Administrative distance
- administrativeDistance StringVariable 
- Variable name
GetServiceLanVpnFeatureNat64V4Pool     
- Name string
- NAT64 v4 Pool Name
- NameVariable string
- Variable name
- Overload bool
- NAT64 Overload
- OverloadVariable string
- Variable name
- RangeEnd string
- NAT64 Pool Range End
- RangeEnd stringVariable 
- Variable name
- RangeStart string
- NAT64 Pool Range Start
- RangeStart stringVariable 
- Variable name
- Name string
- NAT64 v4 Pool Name
- NameVariable string
- Variable name
- Overload bool
- NAT64 Overload
- OverloadVariable string
- Variable name
- RangeEnd string
- NAT64 Pool Range End
- RangeEnd stringVariable 
- Variable name
- RangeStart string
- NAT64 Pool Range Start
- RangeStart stringVariable 
- Variable name
- name String
- NAT64 v4 Pool Name
- nameVariable String
- Variable name
- overload Boolean
- NAT64 Overload
- overloadVariable String
- Variable name
- rangeEnd String
- NAT64 Pool Range End
- rangeEnd StringVariable 
- Variable name
- rangeStart String
- NAT64 Pool Range Start
- rangeStart StringVariable 
- Variable name
- name string
- NAT64 v4 Pool Name
- nameVariable string
- Variable name
- overload boolean
- NAT64 Overload
- overloadVariable string
- Variable name
- rangeEnd string
- NAT64 Pool Range End
- rangeEnd stringVariable 
- Variable name
- rangeStart string
- NAT64 Pool Range Start
- rangeStart stringVariable 
- Variable name
- name str
- NAT64 v4 Pool Name
- name_variable str
- Variable name
- overload bool
- NAT64 Overload
- overload_variable str
- Variable name
- range_end str
- NAT64 Pool Range End
- range_end_ strvariable 
- Variable name
- range_start str
- NAT64 Pool Range Start
- range_start_ strvariable 
- Variable name
- name String
- NAT64 v4 Pool Name
- nameVariable String
- Variable name
- overload Boolean
- NAT64 Overload
- overloadVariable String
- Variable name
- rangeEnd String
- NAT64 Pool Range End
- rangeEnd StringVariable 
- Variable name
- rangeStart String
- NAT64 Pool Range Start
- rangeStart StringVariable 
- Variable name
GetServiceLanVpnFeatureNatPool      
- Direction string
- NAT Direction
- DirectionVariable string
- Variable name
- NatPool intName 
- NAT Pool Name
- NatPool stringName Variable 
- Variable name
- Overload bool
- NAT Overload
- OverloadVariable string
- Variable name
- PrefixLength int
- NAT Pool Prefix Length
- PrefixLength stringVariable 
- Variable name
- RangeEnd string
- NAT Pool Range End
- RangeEnd stringVariable 
- Variable name
- RangeStart string
- NAT Pool Range Start
- RangeStart stringVariable 
- Variable name
- TrackerObject stringId 
- Direction string
- NAT Direction
- DirectionVariable string
- Variable name
- NatPool intName 
- NAT Pool Name
- NatPool stringName Variable 
- Variable name
- Overload bool
- NAT Overload
- OverloadVariable string
- Variable name
- PrefixLength int
- NAT Pool Prefix Length
- PrefixLength stringVariable 
- Variable name
- RangeEnd string
- NAT Pool Range End
- RangeEnd stringVariable 
- Variable name
- RangeStart string
- NAT Pool Range Start
- RangeStart stringVariable 
- Variable name
- TrackerObject stringId 
- direction String
- NAT Direction
- directionVariable String
- Variable name
- natPool IntegerName 
- NAT Pool Name
- natPool StringName Variable 
- Variable name
- overload Boolean
- NAT Overload
- overloadVariable String
- Variable name
- prefixLength Integer
- NAT Pool Prefix Length
- prefixLength StringVariable 
- Variable name
- rangeEnd String
- NAT Pool Range End
- rangeEnd StringVariable 
- Variable name
- rangeStart String
- NAT Pool Range Start
- rangeStart StringVariable 
- Variable name
- trackerObject StringId 
- direction string
- NAT Direction
- directionVariable string
- Variable name
- natPool numberName 
- NAT Pool Name
- natPool stringName Variable 
- Variable name
- overload boolean
- NAT Overload
- overloadVariable string
- Variable name
- prefixLength number
- NAT Pool Prefix Length
- prefixLength stringVariable 
- Variable name
- rangeEnd string
- NAT Pool Range End
- rangeEnd stringVariable 
- Variable name
- rangeStart string
- NAT Pool Range Start
- rangeStart stringVariable 
- Variable name
- trackerObject stringId 
- direction str
- NAT Direction
- direction_variable str
- Variable name
- nat_pool_ intname 
- NAT Pool Name
- nat_pool_ strname_ variable 
- Variable name
- overload bool
- NAT Overload
- overload_variable str
- Variable name
- prefix_length int
- NAT Pool Prefix Length
- prefix_length_ strvariable 
- Variable name
- range_end str
- NAT Pool Range End
- range_end_ strvariable 
- Variable name
- range_start str
- NAT Pool Range Start
- range_start_ strvariable 
- Variable name
- tracker_object_ strid 
- direction String
- NAT Direction
- directionVariable String
- Variable name
- natPool NumberName 
- NAT Pool Name
- natPool StringName Variable 
- Variable name
- overload Boolean
- NAT Overload
- overloadVariable String
- Variable name
- prefixLength Number
- NAT Pool Prefix Length
- prefixLength StringVariable 
- Variable name
- rangeEnd String
- NAT Pool Range End
- rangeEnd StringVariable 
- Variable name
- rangeStart String
- NAT Pool Range Start
- rangeStart StringVariable 
- Variable name
- trackerObject StringId 
GetServiceLanVpnFeatureNatPortForward       
- NatPool intName 
- NAT Pool Name
- NatPool stringName Variable 
- Variable name
- Protocol string
- Protocol
- ProtocolVariable string
- Variable name
- SourceIp string
- Source IP Address
- SourceIp stringVariable 
- Variable name
- SourcePort int
- Source Port
- SourcePort stringVariable 
- Variable name
- TranslatePort int
- Translate Port
- TranslatePort stringVariable 
- Variable name
- TranslatedSource stringIp 
- Translated Source IP Address
- TranslatedSource stringIp Variable 
- Variable name
- NatPool intName 
- NAT Pool Name
- NatPool stringName Variable 
- Variable name
- Protocol string
- Protocol
- ProtocolVariable string
- Variable name
- SourceIp string
- Source IP Address
- SourceIp stringVariable 
- Variable name
- SourcePort int
- Source Port
- SourcePort stringVariable 
- Variable name
- TranslatePort int
- Translate Port
- TranslatePort stringVariable 
- Variable name
- TranslatedSource stringIp 
- Translated Source IP Address
- TranslatedSource stringIp Variable 
- Variable name
- natPool IntegerName 
- NAT Pool Name
- natPool StringName Variable 
- Variable name
- protocol String
- Protocol
- protocolVariable String
- Variable name
- sourceIp String
- Source IP Address
- sourceIp StringVariable 
- Variable name
- sourcePort Integer
- Source Port
- sourcePort StringVariable 
- Variable name
- translatePort Integer
- Translate Port
- translatePort StringVariable 
- Variable name
- translatedSource StringIp 
- Translated Source IP Address
- translatedSource StringIp Variable 
- Variable name
- natPool numberName 
- NAT Pool Name
- natPool stringName Variable 
- Variable name
- protocol string
- Protocol
- protocolVariable string
- Variable name
- sourceIp string
- Source IP Address
- sourceIp stringVariable 
- Variable name
- sourcePort number
- Source Port
- sourcePort stringVariable 
- Variable name
- translatePort number
- Translate Port
- translatePort stringVariable 
- Variable name
- translatedSource stringIp 
- Translated Source IP Address
- translatedSource stringIp Variable 
- Variable name
- nat_pool_ intname 
- NAT Pool Name
- nat_pool_ strname_ variable 
- Variable name
- protocol str
- Protocol
- protocol_variable str
- Variable name
- source_ip str
- Source IP Address
- source_ip_ strvariable 
- Variable name
- source_port int
- Source Port
- source_port_ strvariable 
- Variable name
- translate_port int
- Translate Port
- translate_port_ strvariable 
- Variable name
- translated_source_ strip 
- Translated Source IP Address
- translated_source_ strip_ variable 
- Variable name
- natPool NumberName 
- NAT Pool Name
- natPool StringName Variable 
- Variable name
- protocol String
- Protocol
- protocolVariable String
- Variable name
- sourceIp String
- Source IP Address
- sourceIp StringVariable 
- Variable name
- sourcePort Number
- Source Port
- sourcePort StringVariable 
- Variable name
- translatePort Number
- Translate Port
- translatePort StringVariable 
- Variable name
- translatedSource StringIp 
- Translated Source IP Address
- translatedSource StringIp Variable 
- Variable name
GetServiceLanVpnFeatureRouteLeakFromGlobalVpn         
- Redistributions
List<GetService Lan Vpn Feature Route Leak From Global Vpn Redistribution> 
- Redistribute Routes to specific Protocol on Service VPN
- RoutePolicy stringId 
- RouteProtocol string
- Leak Routes of particular protocol from Global to Service VPN
- RouteProtocol stringVariable 
- Variable name
- Redistributions
[]GetService Lan Vpn Feature Route Leak From Global Vpn Redistribution 
- Redistribute Routes to specific Protocol on Service VPN
- RoutePolicy stringId 
- RouteProtocol string
- Leak Routes of particular protocol from Global to Service VPN
- RouteProtocol stringVariable 
- Variable name
- redistributions
List<GetService Lan Vpn Feature Route Leak From Global Vpn Redistribution> 
- Redistribute Routes to specific Protocol on Service VPN
- routePolicy StringId 
- routeProtocol String
- Leak Routes of particular protocol from Global to Service VPN
- routeProtocol StringVariable 
- Variable name
- redistributions
GetService Lan Vpn Feature Route Leak From Global Vpn Redistribution[] 
- Redistribute Routes to specific Protocol on Service VPN
- routePolicy stringId 
- routeProtocol string
- Leak Routes of particular protocol from Global to Service VPN
- routeProtocol stringVariable 
- Variable name
- redistributions
Sequence[GetService Lan Vpn Feature Route Leak From Global Vpn Redistribution] 
- Redistribute Routes to specific Protocol on Service VPN
- route_policy_ strid 
- route_protocol str
- Leak Routes of particular protocol from Global to Service VPN
- route_protocol_ strvariable 
- Variable name
- redistributions List<Property Map>
- Redistribute Routes to specific Protocol on Service VPN
- routePolicy StringId 
- routeProtocol String
- Leak Routes of particular protocol from Global to Service VPN
- routeProtocol StringVariable 
- Variable name
GetServiceLanVpnFeatureRouteLeakFromGlobalVpnRedistribution          
- Protocol string
- Protocol to restributed leaked routes
- ProtocolVariable string
- Variable name
- RedistributionPolicy stringId 
- Protocol string
- Protocol to restributed leaked routes
- ProtocolVariable string
- Variable name
- RedistributionPolicy stringId 
- protocol String
- Protocol to restributed leaked routes
- protocolVariable String
- Variable name
- redistributionPolicy StringId 
- protocol string
- Protocol to restributed leaked routes
- protocolVariable string
- Variable name
- redistributionPolicy stringId 
- protocol str
- Protocol to restributed leaked routes
- protocol_variable str
- Variable name
- redistribution_policy_ strid 
- protocol String
- Protocol to restributed leaked routes
- protocolVariable String
- Variable name
- redistributionPolicy StringId 
GetServiceLanVpnFeatureRouteLeakFromOtherService         
- Redistributions
List<GetService Lan Vpn Feature Route Leak From Other Service Redistribution> 
- Redistribute Route to specific Protocol on Current Service VPN
- RoutePolicy stringId 
- RouteProtocol string
- Leak Route of particular protocol from Source Service VPN
- RouteProtocol stringVariable 
- Variable name
- SourceVpn int
- Source Service VPN from where route are to be leaked
- SourceVpn stringVariable 
- Variable name
- Redistributions
[]GetService Lan Vpn Feature Route Leak From Other Service Redistribution 
- Redistribute Route to specific Protocol on Current Service VPN
- RoutePolicy stringId 
- RouteProtocol string
- Leak Route of particular protocol from Source Service VPN
- RouteProtocol stringVariable 
- Variable name
- SourceVpn int
- Source Service VPN from where route are to be leaked
- SourceVpn stringVariable 
- Variable name
- redistributions
List<GetService Lan Vpn Feature Route Leak From Other Service Redistribution> 
- Redistribute Route to specific Protocol on Current Service VPN
- routePolicy StringId 
- routeProtocol String
- Leak Route of particular protocol from Source Service VPN
- routeProtocol StringVariable 
- Variable name
- sourceVpn Integer
- Source Service VPN from where route are to be leaked
- sourceVpn StringVariable 
- Variable name
- redistributions
GetService Lan Vpn Feature Route Leak From Other Service Redistribution[] 
- Redistribute Route to specific Protocol on Current Service VPN
- routePolicy stringId 
- routeProtocol string
- Leak Route of particular protocol from Source Service VPN
- routeProtocol stringVariable 
- Variable name
- sourceVpn number
- Source Service VPN from where route are to be leaked
- sourceVpn stringVariable 
- Variable name
- redistributions
Sequence[GetService Lan Vpn Feature Route Leak From Other Service Redistribution] 
- Redistribute Route to specific Protocol on Current Service VPN
- route_policy_ strid 
- route_protocol str
- Leak Route of particular protocol from Source Service VPN
- route_protocol_ strvariable 
- Variable name
- source_vpn int
- Source Service VPN from where route are to be leaked
- source_vpn_ strvariable 
- Variable name
- redistributions List<Property Map>
- Redistribute Route to specific Protocol on Current Service VPN
- routePolicy StringId 
- routeProtocol String
- Leak Route of particular protocol from Source Service VPN
- routeProtocol StringVariable 
- Variable name
- sourceVpn Number
- Source Service VPN from where route are to be leaked
- sourceVpn StringVariable 
- Variable name
GetServiceLanVpnFeatureRouteLeakFromOtherServiceRedistribution          
- Protocol string
- Protocol to restributed leaked routes
- ProtocolVariable string
- Variable name
- RedistributionPolicy stringId 
- Protocol string
- Protocol to restributed leaked routes
- ProtocolVariable string
- Variable name
- RedistributionPolicy stringId 
- protocol String
- Protocol to restributed leaked routes
- protocolVariable String
- Variable name
- redistributionPolicy StringId 
- protocol string
- Protocol to restributed leaked routes
- protocolVariable string
- Variable name
- redistributionPolicy stringId 
- protocol str
- Protocol to restributed leaked routes
- protocol_variable str
- Variable name
- redistribution_policy_ strid 
- protocol String
- Protocol to restributed leaked routes
- protocolVariable String
- Variable name
- redistributionPolicy StringId 
GetServiceLanVpnFeatureRouteLeakToGlobalVpn         
- Redistributions
List<GetService Lan Vpn Feature Route Leak To Global Vpn Redistribution> 
- Redistribute Routes to specific Protocol on Global VPN
- RoutePolicy stringId 
- RouteProtocol string
- Leak Routes of particular protocol from Service to Global VPN
- RouteProtocol stringVariable 
- Variable name
- Redistributions
[]GetService Lan Vpn Feature Route Leak To Global Vpn Redistribution 
- Redistribute Routes to specific Protocol on Global VPN
- RoutePolicy stringId 
- RouteProtocol string
- Leak Routes of particular protocol from Service to Global VPN
- RouteProtocol stringVariable 
- Variable name
- redistributions
List<GetService Lan Vpn Feature Route Leak To Global Vpn Redistribution> 
- Redistribute Routes to specific Protocol on Global VPN
- routePolicy StringId 
- routeProtocol String
- Leak Routes of particular protocol from Service to Global VPN
- routeProtocol StringVariable 
- Variable name
- redistributions
GetService Lan Vpn Feature Route Leak To Global Vpn Redistribution[] 
- Redistribute Routes to specific Protocol on Global VPN
- routePolicy stringId 
- routeProtocol string
- Leak Routes of particular protocol from Service to Global VPN
- routeProtocol stringVariable 
- Variable name
- redistributions
Sequence[GetService Lan Vpn Feature Route Leak To Global Vpn Redistribution] 
- Redistribute Routes to specific Protocol on Global VPN
- route_policy_ strid 
- route_protocol str
- Leak Routes of particular protocol from Service to Global VPN
- route_protocol_ strvariable 
- Variable name
- redistributions List<Property Map>
- Redistribute Routes to specific Protocol on Global VPN
- routePolicy StringId 
- routeProtocol String
- Leak Routes of particular protocol from Service to Global VPN
- routeProtocol StringVariable 
- Variable name
GetServiceLanVpnFeatureRouteLeakToGlobalVpnRedistribution          
- Protocol string
- Protocol to restributed leaked routes
- ProtocolVariable string
- Variable name
- RedistributionPolicy stringId 
- Protocol string
- Protocol to restributed leaked routes
- ProtocolVariable string
- Variable name
- RedistributionPolicy stringId 
- protocol String
- Protocol to restributed leaked routes
- protocolVariable String
- Variable name
- redistributionPolicy StringId 
- protocol string
- Protocol to restributed leaked routes
- protocolVariable string
- Variable name
- redistributionPolicy stringId 
- protocol str
- Protocol to restributed leaked routes
- protocol_variable str
- Variable name
- redistribution_policy_ strid 
- protocol String
- Protocol to restributed leaked routes
- protocolVariable String
- Variable name
- redistributionPolicy StringId 
GetServiceLanVpnFeatureService     
- Ipv4Addresses List<string>
- IPv4 Addresses (Maximum: 4)
- Ipv4AddressesVariable string
- Variable name
- ServiceType string
- Service Type
- ServiceType stringVariable 
- Variable name
- Tracking bool
- Tracking
- TrackingVariable string
- Variable name
- Ipv4Addresses []string
- IPv4 Addresses (Maximum: 4)
- Ipv4AddressesVariable string
- Variable name
- ServiceType string
- Service Type
- ServiceType stringVariable 
- Variable name
- Tracking bool
- Tracking
- TrackingVariable string
- Variable name
- ipv4Addresses List<String>
- IPv4 Addresses (Maximum: 4)
- ipv4AddressesVariable String
- Variable name
- serviceType String
- Service Type
- serviceType StringVariable 
- Variable name
- tracking Boolean
- Tracking
- trackingVariable String
- Variable name
- ipv4Addresses string[]
- IPv4 Addresses (Maximum: 4)
- ipv4AddressesVariable string
- Variable name
- serviceType string
- Service Type
- serviceType stringVariable 
- Variable name
- tracking boolean
- Tracking
- trackingVariable string
- Variable name
- ipv4_addresses Sequence[str]
- IPv4 Addresses (Maximum: 4)
- ipv4_addresses_ strvariable 
- Variable name
- service_type str
- Service Type
- service_type_ strvariable 
- Variable name
- tracking bool
- Tracking
- tracking_variable str
- Variable name
- ipv4Addresses List<String>
- IPv4 Addresses (Maximum: 4)
- ipv4AddressesVariable String
- Variable name
- serviceType String
- Service Type
- serviceType StringVariable 
- Variable name
- tracking Boolean
- Tracking
- trackingVariable String
- Variable name
GetServiceLanVpnFeatureServiceRoute      
- NetworkAddress string
- IP Address
- NetworkAddress stringVariable 
- Variable name
- Service string
- Service
- ServiceVariable string
- Variable name
- SubnetMask string
- Subnet Mask
- SubnetMask stringVariable 
- Variable name
- Vpn int
- Service
- NetworkAddress string
- IP Address
- NetworkAddress stringVariable 
- Variable name
- Service string
- Service
- ServiceVariable string
- Variable name
- SubnetMask string
- Subnet Mask
- SubnetMask stringVariable 
- Variable name
- Vpn int
- Service
- networkAddress String
- IP Address
- networkAddress StringVariable 
- Variable name
- service String
- Service
- serviceVariable String
- Variable name
- subnetMask String
- Subnet Mask
- subnetMask StringVariable 
- Variable name
- vpn Integer
- Service
- networkAddress string
- IP Address
- networkAddress stringVariable 
- Variable name
- service string
- Service
- serviceVariable string
- Variable name
- subnetMask string
- Subnet Mask
- subnetMask stringVariable 
- Variable name
- vpn number
- Service
- network_address str
- IP Address
- network_address_ strvariable 
- Variable name
- service str
- Service
- service_variable str
- Variable name
- subnet_mask str
- Subnet Mask
- subnet_mask_ strvariable 
- Variable name
- vpn int
- Service
- networkAddress String
- IP Address
- networkAddress StringVariable 
- Variable name
- service String
- Service
- serviceVariable String
- Variable name
- subnetMask String
- Subnet Mask
- subnetMask StringVariable 
- Variable name
- vpn Number
- Service
GetServiceLanVpnFeatureStaticNat      
- NatPool intName 
- NAT Pool Name
- NatPool stringName Variable 
- Variable name
- SourceIp string
- Source IP Address
- SourceIp stringVariable 
- Variable name
- StaticNat stringDirection 
- Static NAT Direction
- StaticNat stringDirection Variable 
- Variable name
- TrackerObject stringId 
- TranslatedSource stringIp 
- Translated Source IP Address
- TranslatedSource stringIp Variable 
- Variable name
- NatPool intName 
- NAT Pool Name
- NatPool stringName Variable 
- Variable name
- SourceIp string
- Source IP Address
- SourceIp stringVariable 
- Variable name
- StaticNat stringDirection 
- Static NAT Direction
- StaticNat stringDirection Variable 
- Variable name
- TrackerObject stringId 
- TranslatedSource stringIp 
- Translated Source IP Address
- TranslatedSource stringIp Variable 
- Variable name
- natPool IntegerName 
- NAT Pool Name
- natPool StringName Variable 
- Variable name
- sourceIp String
- Source IP Address
- sourceIp StringVariable 
- Variable name
- staticNat StringDirection 
- Static NAT Direction
- staticNat StringDirection Variable 
- Variable name
- trackerObject StringId 
- translatedSource StringIp 
- Translated Source IP Address
- translatedSource StringIp Variable 
- Variable name
- natPool numberName 
- NAT Pool Name
- natPool stringName Variable 
- Variable name
- sourceIp string
- Source IP Address
- sourceIp stringVariable 
- Variable name
- staticNat stringDirection 
- Static NAT Direction
- staticNat stringDirection Variable 
- Variable name
- trackerObject stringId 
- translatedSource stringIp 
- Translated Source IP Address
- translatedSource stringIp Variable 
- Variable name
- nat_pool_ intname 
- NAT Pool Name
- nat_pool_ strname_ variable 
- Variable name
- source_ip str
- Source IP Address
- source_ip_ strvariable 
- Variable name
- static_nat_ strdirection 
- Static NAT Direction
- static_nat_ strdirection_ variable 
- Variable name
- tracker_object_ strid 
- translated_source_ strip 
- Translated Source IP Address
- translated_source_ strip_ variable 
- Variable name
- natPool NumberName 
- NAT Pool Name
- natPool StringName Variable 
- Variable name
- sourceIp String
- Source IP Address
- sourceIp StringVariable 
- Variable name
- staticNat StringDirection 
- Static NAT Direction
- staticNat StringDirection Variable 
- Variable name
- trackerObject StringId 
- translatedSource StringIp 
- Translated Source IP Address
- translatedSource StringIp Variable 
- Variable name
Package Details
- Repository
- sdwan pulumi/pulumi-sdwan
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the sdwanTerraform Provider.
