Cisco Catalyst SD-WAN v0.2.5 published on Saturday, Mar 15, 2025 by Pulumi
sdwan.getTransportWanVpnFeature
Explore with Pulumi AI
This data source can read the Transport WAN VPN Feature.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as sdwan from "@pulumi/sdwan";
const example = sdwan.getTransportWanVpnFeature({
    id: "f6b2c44c-693c-4763-b010-895aa3d236bd",
    featureProfileId: "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
});
import pulumi
import pulumi_sdwan as sdwan
example = sdwan.get_transport_wan_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.LookupTransportWanVpnFeature(ctx, &sdwan.LookupTransportWanVpnFeatureArgs{
			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.GetTransportWanVpnFeature.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.GetTransportWanVpnFeatureArgs;
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.getTransportWanVpnFeature(GetTransportWanVpnFeatureArgs.builder()
            .id("f6b2c44c-693c-4763-b010-895aa3d236bd")
            .featureProfileId("f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
            .build());
    }
}
variables:
  example:
    fn::invoke:
      function: sdwan:getTransportWanVpnFeature
      arguments:
        id: f6b2c44c-693c-4763-b010-895aa3d236bd
        featureProfileId: f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac
Using getTransportWanVpnFeature
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 getTransportWanVpnFeature(args: GetTransportWanVpnFeatureArgs, opts?: InvokeOptions): Promise<GetTransportWanVpnFeatureResult>
function getTransportWanVpnFeatureOutput(args: GetTransportWanVpnFeatureOutputArgs, opts?: InvokeOptions): Output<GetTransportWanVpnFeatureResult>def get_transport_wan_vpn_feature(feature_profile_id: Optional[str] = None,
                                  id: Optional[str] = None,
                                  opts: Optional[InvokeOptions] = None) -> GetTransportWanVpnFeatureResult
def get_transport_wan_vpn_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
                                  id: Optional[pulumi.Input[str]] = None,
                                  opts: Optional[InvokeOptions] = None) -> Output[GetTransportWanVpnFeatureResult]func LookupTransportWanVpnFeature(ctx *Context, args *LookupTransportWanVpnFeatureArgs, opts ...InvokeOption) (*LookupTransportWanVpnFeatureResult, error)
func LookupTransportWanVpnFeatureOutput(ctx *Context, args *LookupTransportWanVpnFeatureOutputArgs, opts ...InvokeOption) LookupTransportWanVpnFeatureResultOutput> Note: This function is named LookupTransportWanVpnFeature in the Go SDK.
public static class GetTransportWanVpnFeature 
{
    public static Task<GetTransportWanVpnFeatureResult> InvokeAsync(GetTransportWanVpnFeatureArgs args, InvokeOptions? opts = null)
    public static Output<GetTransportWanVpnFeatureResult> Invoke(GetTransportWanVpnFeatureInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetTransportWanVpnFeatureResult> getTransportWanVpnFeature(GetTransportWanVpnFeatureArgs args, InvokeOptions options)
public static Output<GetTransportWanVpnFeatureResult> getTransportWanVpnFeature(GetTransportWanVpnFeatureArgs args, InvokeOptions options)
fn::invoke:
  function: sdwan:index/getTransportWanVpnFeature:getTransportWanVpnFeature
  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
getTransportWanVpnFeature Result
The following output properties are available:
- Description string
- The description of the Feature
- EnhanceEcmp boolKeying 
- Enhance ECMP Keying
- EnhanceEcmp stringKeying Variable 
- Variable name
- FeatureProfile stringId 
- Feature Profile ID
- Id string
- The id of the Feature
- Ipv4StaticRoutes List<GetTransport Wan Vpn Feature Ipv4Static Route> 
- IPv4 Static Route
- Ipv6StaticRoutes List<GetTransport Wan Vpn Feature Ipv6Static Route> 
- IPv6 Static Route
- Name string
- The name of the Feature
- Nat64V4Pools
List<GetTransport Wan Vpn Feature Nat64V4Pool> 
- NAT64 V4 Pool
- NewHost List<GetMappings Transport Wan Vpn Feature New Host Mapping> 
- PrimaryDns stringAddress Ipv4 
- Primary DNS Address (IPv4)
- PrimaryDns stringAddress Ipv4Variable 
- Variable name
- PrimaryDns stringAddress Ipv6 
- Primary DNS Address (IPv6)
- PrimaryDns stringAddress Ipv6Variable 
- Variable name
- SecondaryDns stringAddress Ipv4 
- Secondary DNS Address (IPv4)
- SecondaryDns stringAddress Ipv4Variable 
- Variable name
- SecondaryDns stringAddress Ipv6 
- Secondary DNS Address (IPv6)
- SecondaryDns stringAddress Ipv6Variable 
- Variable name
- Services
List<GetTransport Wan Vpn Feature Service> 
- Service
- Version int
- The version of the Feature
- Vpn int
- VPN
- Description string
- The description of the Feature
- EnhanceEcmp boolKeying 
- Enhance ECMP Keying
- EnhanceEcmp stringKeying Variable 
- Variable name
- FeatureProfile stringId 
- Feature Profile ID
- Id string
- The id of the Feature
- Ipv4StaticRoutes []GetTransport Wan Vpn Feature Ipv4Static Route 
- IPv4 Static Route
- Ipv6StaticRoutes []GetTransport Wan Vpn Feature Ipv6Static Route 
- IPv6 Static Route
- Name string
- The name of the Feature
- Nat64V4Pools
[]GetTransport Wan Vpn Feature Nat64V4Pool 
- NAT64 V4 Pool
- NewHost []GetMappings Transport Wan Vpn Feature New Host Mapping 
- PrimaryDns stringAddress Ipv4 
- Primary DNS Address (IPv4)
- PrimaryDns stringAddress Ipv4Variable 
- Variable name
- PrimaryDns stringAddress Ipv6 
- Primary DNS Address (IPv6)
- PrimaryDns stringAddress Ipv6Variable 
- Variable name
- SecondaryDns stringAddress Ipv4 
- Secondary DNS Address (IPv4)
- SecondaryDns stringAddress Ipv4Variable 
- Variable name
- SecondaryDns stringAddress Ipv6 
- Secondary DNS Address (IPv6)
- SecondaryDns stringAddress Ipv6Variable 
- Variable name
- Services
[]GetTransport Wan Vpn Feature Service 
- Service
- Version int
- The version of the Feature
- Vpn int
- VPN
- description String
- The description of the Feature
- enhanceEcmp BooleanKeying 
- Enhance ECMP Keying
- enhanceEcmp StringKeying Variable 
- Variable name
- featureProfile StringId 
- Feature Profile ID
- id String
- The id of the Feature
- ipv4StaticRoutes List<GetTransport Wan Vpn Feature Ipv4Static Route> 
- IPv4 Static Route
- ipv6StaticRoutes List<GetTransport Wan Vpn Feature Ipv6Static Route> 
- IPv6 Static Route
- name String
- The name of the Feature
- nat64V4Pools
List<GetTransport Wan Vpn Feature Nat64V4Pool> 
- NAT64 V4 Pool
- newHost List<GetMappings Transport Wan Vpn Feature New Host Mapping> 
- primaryDns StringAddress Ipv4 
- Primary DNS Address (IPv4)
- primaryDns StringAddress Ipv4Variable 
- Variable name
- primaryDns StringAddress Ipv6 
- Primary DNS Address (IPv6)
- primaryDns StringAddress Ipv6Variable 
- Variable name
- secondaryDns StringAddress Ipv4 
- Secondary DNS Address (IPv4)
- secondaryDns StringAddress Ipv4Variable 
- Variable name
- secondaryDns StringAddress Ipv6 
- Secondary DNS Address (IPv6)
- secondaryDns StringAddress Ipv6Variable 
- Variable name
- services
List<GetTransport Wan Vpn Feature Service> 
- Service
- version Integer
- The version of the Feature
- vpn Integer
- VPN
- description string
- The description of the Feature
- enhanceEcmp booleanKeying 
- Enhance ECMP Keying
- enhanceEcmp stringKeying Variable 
- Variable name
- featureProfile stringId 
- Feature Profile ID
- id string
- The id of the Feature
- ipv4StaticRoutes GetTransport Wan Vpn Feature Ipv4Static Route[] 
- IPv4 Static Route
- ipv6StaticRoutes GetTransport Wan Vpn Feature Ipv6Static Route[] 
- IPv6 Static Route
- name string
- The name of the Feature
- nat64V4Pools
GetTransport Wan Vpn Feature Nat64V4Pool[] 
- NAT64 V4 Pool
- newHost GetMappings Transport Wan Vpn Feature New Host Mapping[] 
- primaryDns stringAddress Ipv4 
- Primary DNS Address (IPv4)
- primaryDns stringAddress Ipv4Variable 
- Variable name
- primaryDns stringAddress Ipv6 
- Primary DNS Address (IPv6)
- primaryDns stringAddress Ipv6Variable 
- Variable name
- secondaryDns stringAddress Ipv4 
- Secondary DNS Address (IPv4)
- secondaryDns stringAddress Ipv4Variable 
- Variable name
- secondaryDns stringAddress Ipv6 
- Secondary DNS Address (IPv6)
- secondaryDns stringAddress Ipv6Variable 
- Variable name
- services
GetTransport Wan Vpn Feature Service[] 
- Service
- version number
- The version of the Feature
- vpn number
- VPN
- description str
- The description of the Feature
- enhance_ecmp_ boolkeying 
- Enhance ECMP Keying
- enhance_ecmp_ strkeying_ variable 
- Variable name
- feature_profile_ strid 
- Feature Profile ID
- id str
- The id of the Feature
- ipv4_static_ Sequence[Getroutes Transport Wan Vpn Feature Ipv4Static Route] 
- IPv4 Static Route
- ipv6_static_ Sequence[Getroutes Transport Wan Vpn Feature Ipv6Static Route] 
- IPv6 Static Route
- name str
- The name of the Feature
- nat64_v4_ Sequence[Getpools Transport Wan Vpn Feature Nat64V4Pool] 
- NAT64 V4 Pool
- new_host_ Sequence[Getmappings Transport Wan Vpn Feature New Host Mapping] 
- 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
- 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
- services
Sequence[GetTransport Wan Vpn Feature Service] 
- Service
- version int
- The version of the Feature
- vpn int
- VPN
- description String
- The description of the Feature
- enhanceEcmp BooleanKeying 
- Enhance ECMP Keying
- enhanceEcmp StringKeying Variable 
- Variable name
- featureProfile StringId 
- Feature Profile ID
- id String
- The id of the Feature
- ipv4StaticRoutes List<Property Map>
- IPv4 Static Route
- ipv6StaticRoutes List<Property Map>
- IPv6 Static Route
- name String
- The name of the Feature
- nat64V4Pools List<Property Map>
- NAT64 V4 Pool
- newHost List<Property Map>Mappings 
- primaryDns StringAddress Ipv4 
- Primary DNS Address (IPv4)
- primaryDns StringAddress Ipv4Variable 
- Variable name
- primaryDns StringAddress Ipv6 
- Primary DNS Address (IPv6)
- primaryDns StringAddress Ipv6Variable 
- Variable name
- secondaryDns StringAddress Ipv4 
- Secondary DNS Address (IPv4)
- secondaryDns StringAddress Ipv4Variable 
- Variable name
- secondaryDns StringAddress Ipv6 
- Secondary DNS Address (IPv6)
- secondaryDns StringAddress Ipv6Variable 
- Variable name
- services List<Property Map>
- Service
- version Number
- The version of the Feature
- vpn Number
- VPN
Supporting Types
GetTransportWanVpnFeatureIpv4StaticRoute      
- AdministrativeDistance int
- Administrative distance
- AdministrativeDistance stringVariable 
- Variable name
- Gateway string
- Gateway
- NetworkAddress string
- IP Address
- NetworkAddress stringVariable 
- Variable name
- NextHops List<GetTransport Wan Vpn Feature Ipv4Static Route Next Hop> 
- IPv4 Route Gateway Next Hop
- SubnetMask string
- Subnet Mask
- SubnetMask stringVariable 
- Variable name
- AdministrativeDistance int
- Administrative distance
- AdministrativeDistance stringVariable 
- Variable name
- Gateway string
- Gateway
- NetworkAddress string
- IP Address
- NetworkAddress stringVariable 
- Variable name
- NextHops []GetTransport Wan Vpn Feature Ipv4Static Route Next Hop 
- IPv4 Route Gateway Next Hop
- SubnetMask string
- Subnet Mask
- SubnetMask stringVariable 
- Variable name
- administrativeDistance Integer
- Administrative distance
- administrativeDistance StringVariable 
- Variable name
- gateway String
- Gateway
- networkAddress String
- IP Address
- networkAddress StringVariable 
- Variable name
- nextHops List<GetTransport Wan Vpn Feature Ipv4Static Route Next Hop> 
- IPv4 Route Gateway Next Hop
- subnetMask String
- Subnet Mask
- subnetMask StringVariable 
- Variable name
- administrativeDistance number
- Administrative distance
- administrativeDistance stringVariable 
- Variable name
- gateway string
- Gateway
- networkAddress string
- IP Address
- networkAddress stringVariable 
- Variable name
- nextHops GetTransport Wan Vpn Feature Ipv4Static Route Next Hop[] 
- IPv4 Route Gateway Next Hop
- subnetMask string
- Subnet Mask
- subnetMask stringVariable 
- Variable name
- administrative_distance int
- Administrative distance
- administrative_distance_ strvariable 
- Variable name
- gateway str
- Gateway
- network_address str
- IP Address
- network_address_ strvariable 
- Variable name
- next_hops Sequence[GetTransport Wan Vpn Feature Ipv4Static Route Next Hop] 
- IPv4 Route Gateway Next Hop
- subnet_mask str
- Subnet Mask
- subnet_mask_ strvariable 
- Variable name
- administrativeDistance Number
- Administrative distance
- administrativeDistance StringVariable 
- Variable name
- gateway String
- Gateway
- networkAddress String
- IP Address
- networkAddress StringVariable 
- Variable name
- nextHops List<Property Map>
- IPv4 Route Gateway Next Hop
- subnetMask String
- Subnet Mask
- subnetMask StringVariable 
- Variable name
GetTransportWanVpnFeatureIpv4StaticRouteNextHop        
- 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
GetTransportWanVpnFeatureIpv6StaticRoute      
- Gateway string
- Gateway
- Nat string
- IPv6 Nat
- NatVariable string
- Variable name
- NextHops List<GetTransport Wan 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
- Gateway string
- Gateway
- Nat string
- IPv6 Nat
- NatVariable string
- Variable name
- NextHops []GetTransport Wan 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
- gateway String
- Gateway
- nat String
- IPv6 Nat
- natVariable String
- Variable name
- nextHops List<GetTransport Wan 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
- gateway string
- Gateway
- nat string
- IPv6 Nat
- natVariable string
- Variable name
- nextHops GetTransport Wan 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
- gateway str
- Gateway
- nat str
- IPv6 Nat
- nat_variable str
- Variable name
- next_hops Sequence[GetTransport Wan 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
- gateway String
- Gateway
- 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
GetTransportWanVpnFeatureIpv6StaticRouteNextHop        
- 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
GetTransportWanVpnFeatureNat64V4Pool     
- Nat64V4PoolName string
- NAT64 v4 Pool Name
- Nat64V4PoolName stringVariable 
- Variable name
- Nat64V4PoolOverload bool
- NAT64 Overload
- Nat64V4PoolOverload stringVariable 
- Variable name
- Nat64V4PoolRange stringEnd 
- NAT64 Pool Range End
- Nat64V4PoolRange stringEnd Variable 
- Variable name
- Nat64V4PoolRange stringStart 
- NAT64 Pool Range Start
- Nat64V4PoolRange stringStart Variable 
- Variable name
- Nat64V4PoolName string
- NAT64 v4 Pool Name
- Nat64V4PoolName stringVariable 
- Variable name
- Nat64V4PoolOverload bool
- NAT64 Overload
- Nat64V4PoolOverload stringVariable 
- Variable name
- Nat64V4PoolRange stringEnd 
- NAT64 Pool Range End
- Nat64V4PoolRange stringEnd Variable 
- Variable name
- Nat64V4PoolRange stringStart 
- NAT64 Pool Range Start
- Nat64V4PoolRange stringStart Variable 
- Variable name
- nat64V4PoolName String
- NAT64 v4 Pool Name
- nat64V4PoolName StringVariable 
- Variable name
- nat64V4PoolOverload Boolean
- NAT64 Overload
- nat64V4PoolOverload StringVariable 
- Variable name
- nat64V4PoolRange StringEnd 
- NAT64 Pool Range End
- nat64V4PoolRange StringEnd Variable 
- Variable name
- nat64V4PoolRange StringStart 
- NAT64 Pool Range Start
- nat64V4PoolRange StringStart Variable 
- Variable name
- nat64V4PoolName string
- NAT64 v4 Pool Name
- nat64V4PoolName stringVariable 
- Variable name
- nat64V4PoolOverload boolean
- NAT64 Overload
- nat64V4PoolOverload stringVariable 
- Variable name
- nat64V4PoolRange stringEnd 
- NAT64 Pool Range End
- nat64V4PoolRange stringEnd Variable 
- Variable name
- nat64V4PoolRange stringStart 
- NAT64 Pool Range Start
- nat64V4PoolRange stringStart Variable 
- Variable name
- nat64_v4_ strpool_ name 
- NAT64 v4 Pool Name
- nat64_v4_ strpool_ name_ variable 
- Variable name
- nat64_v4_ boolpool_ overload 
- NAT64 Overload
- nat64_v4_ strpool_ overload_ variable 
- Variable name
- nat64_v4_ strpool_ range_ end 
- NAT64 Pool Range End
- nat64_v4_ strpool_ range_ end_ variable 
- Variable name
- nat64_v4_ strpool_ range_ start 
- NAT64 Pool Range Start
- nat64_v4_ strpool_ range_ start_ variable 
- Variable name
- nat64V4PoolName String
- NAT64 v4 Pool Name
- nat64V4PoolName StringVariable 
- Variable name
- nat64V4PoolOverload Boolean
- NAT64 Overload
- nat64V4PoolOverload StringVariable 
- Variable name
- nat64V4PoolRange StringEnd 
- NAT64 Pool Range End
- nat64V4PoolRange StringEnd Variable 
- Variable name
- nat64V4PoolRange StringStart 
- NAT64 Pool Range Start
- nat64V4PoolRange StringStart Variable 
- Variable name
GetTransportWanVpnFeatureNewHostMapping       
- HostName string
- Hostname
- HostName stringVariable 
- Variable name
- ListOf List<string>Ip Addresses 
- List of IP
- ListOf stringIp Addresses Variable 
- Variable name
- HostName string
- Hostname
- HostName stringVariable 
- Variable name
- ListOf []stringIp Addresses 
- List of IP
- ListOf stringIp Addresses Variable 
- Variable name
- hostName String
- Hostname
- hostName StringVariable 
- Variable name
- listOf List<String>Ip Addresses 
- List of IP
- listOf StringIp Addresses Variable 
- Variable name
- hostName string
- Hostname
- hostName stringVariable 
- Variable name
- listOf string[]Ip Addresses 
- List of IP
- listOf stringIp Addresses Variable 
- Variable name
- host_name str
- Hostname
- host_name_ strvariable 
- Variable name
- list_of_ Sequence[str]ip_ addresses 
- List of IP
- list_of_ strip_ addresses_ variable 
- Variable name
- hostName String
- Hostname
- hostName StringVariable 
- Variable name
- listOf List<String>Ip Addresses 
- List of IP
- listOf StringIp Addresses Variable 
- Variable name
GetTransportWanVpnFeatureService     
- ServiceType string
- Service Type
- ServiceType string
- Service Type
- serviceType String
- Service Type
- serviceType string
- Service Type
- service_type str
- Service Type
- serviceType String
- Service Type
Package Details
- Repository
- sdwan pulumi/pulumi-sdwan
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the sdwanTerraform Provider.
