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

sdwan.getTransportWanVpnFeature

Explore with Pulumi AI

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

This data source can read the 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",
});
Copy
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")
Copy
package main

import (
	"github.com/pulumi/pulumi-sdwan/sdk/go/sdwan"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)

func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := sdwan.LookupTransportWanVpnFeature(ctx, &sdwan.LookupTransportWanVpnFeatureArgs{
			Id:               "f6b2c44c-693c-4763-b010-895aa3d236bd",
			FeatureProfileId: "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
Copy
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Sdwan = Pulumi.Sdwan;

return await Deployment.RunAsync(() => 
{
    var example = Sdwan.GetTransportWanVpnFeature.Invoke(new()
    {
        Id = "f6b2c44c-693c-4763-b010-895aa3d236bd",
        FeatureProfileId = "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
    });

});
Copy
package generated_program;

import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.sdwan.SdwanFunctions;
import com.pulumi.sdwan.inputs.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());

    }
}
Copy
variables:
  example:
    fn::invoke:
      function: sdwan:getTransportWanVpnFeature
      arguments:
        id: f6b2c44c-693c-4763-b010-895aa3d236bd
        featureProfileId: f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac
Copy

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>
Copy
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]
Copy
func LookupTransportWanVpnFeature(ctx *Context, args *LookupTransportWanVpnFeatureArgs, opts ...InvokeOption) (*LookupTransportWanVpnFeatureResult, error)
func LookupTransportWanVpnFeatureOutput(ctx *Context, args *LookupTransportWanVpnFeatureOutputArgs, opts ...InvokeOption) LookupTransportWanVpnFeatureResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetTransportWanVpnFeatureResult> getTransportWanVpnFeature(GetTransportWanVpnFeatureArgs args, InvokeOptions options)
public static Output<GetTransportWanVpnFeatureResult> getTransportWanVpnFeature(GetTransportWanVpnFeatureArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: sdwan:index/getTransportWanVpnFeature:getTransportWanVpnFeature
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

FeatureProfileId This property is required. string
Feature Profile ID
Id This property is required. string
The id of the Feature
FeatureProfileId This property is required. string
Feature Profile ID
Id This property is required. string
The id of the Feature
featureProfileId This property is required. String
Feature Profile ID
id This property is required. String
The id of the Feature
featureProfileId This property is required. string
Feature Profile ID
id This property is required. string
The id of the Feature
feature_profile_id This property is required. str
Feature Profile ID
id This property is required. str
The id of the Feature
featureProfileId This property is required. String
Feature Profile ID
id This property is required. String
The id of the Feature

getTransportWanVpnFeature Result

The following output properties are available:

Description string
The description of the Feature
EnhanceEcmpKeying bool
Enhance ECMP Keying
EnhanceEcmpKeyingVariable string
Variable name
FeatureProfileId string
Feature Profile ID
Id string
The id of the Feature
Ipv4StaticRoutes List<GetTransportWanVpnFeatureIpv4StaticRoute>
IPv4 Static Route
Ipv6StaticRoutes List<GetTransportWanVpnFeatureIpv6StaticRoute>
IPv6 Static Route
Name string
The name of the Feature
Nat64V4Pools List<GetTransportWanVpnFeatureNat64V4Pool>
NAT64 V4 Pool
NewHostMappings List<GetTransportWanVpnFeatureNewHostMapping>
PrimaryDnsAddressIpv4 string
Primary DNS Address (IPv4)
PrimaryDnsAddressIpv4Variable string
Variable name
PrimaryDnsAddressIpv6 string
Primary DNS Address (IPv6)
PrimaryDnsAddressIpv6Variable string
Variable name
SecondaryDnsAddressIpv4 string
Secondary DNS Address (IPv4)
SecondaryDnsAddressIpv4Variable string
Variable name
SecondaryDnsAddressIpv6 string
Secondary DNS Address (IPv6)
SecondaryDnsAddressIpv6Variable string
Variable name
Services List<GetTransportWanVpnFeatureService>
Service
Version int
The version of the Feature
Vpn int
VPN
Description string
The description of the Feature
EnhanceEcmpKeying bool
Enhance ECMP Keying
EnhanceEcmpKeyingVariable string
Variable name
FeatureProfileId string
Feature Profile ID
Id string
The id of the Feature
Ipv4StaticRoutes []GetTransportWanVpnFeatureIpv4StaticRoute
IPv4 Static Route
Ipv6StaticRoutes []GetTransportWanVpnFeatureIpv6StaticRoute
IPv6 Static Route
Name string
The name of the Feature
Nat64V4Pools []GetTransportWanVpnFeatureNat64V4Pool
NAT64 V4 Pool
NewHostMappings []GetTransportWanVpnFeatureNewHostMapping
PrimaryDnsAddressIpv4 string
Primary DNS Address (IPv4)
PrimaryDnsAddressIpv4Variable string
Variable name
PrimaryDnsAddressIpv6 string
Primary DNS Address (IPv6)
PrimaryDnsAddressIpv6Variable string
Variable name
SecondaryDnsAddressIpv4 string
Secondary DNS Address (IPv4)
SecondaryDnsAddressIpv4Variable string
Variable name
SecondaryDnsAddressIpv6 string
Secondary DNS Address (IPv6)
SecondaryDnsAddressIpv6Variable string
Variable name
Services []GetTransportWanVpnFeatureService
Service
Version int
The version of the Feature
Vpn int
VPN
description String
The description of the Feature
enhanceEcmpKeying Boolean
Enhance ECMP Keying
enhanceEcmpKeyingVariable String
Variable name
featureProfileId String
Feature Profile ID
id String
The id of the Feature
ipv4StaticRoutes List<GetTransportWanVpnFeatureIpv4StaticRoute>
IPv4 Static Route
ipv6StaticRoutes List<GetTransportWanVpnFeatureIpv6StaticRoute>
IPv6 Static Route
name String
The name of the Feature
nat64V4Pools List<GetTransportWanVpnFeatureNat64V4Pool>
NAT64 V4 Pool
newHostMappings List<GetTransportWanVpnFeatureNewHostMapping>
primaryDnsAddressIpv4 String
Primary DNS Address (IPv4)
primaryDnsAddressIpv4Variable String
Variable name
primaryDnsAddressIpv6 String
Primary DNS Address (IPv6)
primaryDnsAddressIpv6Variable String
Variable name
secondaryDnsAddressIpv4 String
Secondary DNS Address (IPv4)
secondaryDnsAddressIpv4Variable String
Variable name
secondaryDnsAddressIpv6 String
Secondary DNS Address (IPv6)
secondaryDnsAddressIpv6Variable String
Variable name
services List<GetTransportWanVpnFeatureService>
Service
version Integer
The version of the Feature
vpn Integer
VPN
description string
The description of the Feature
enhanceEcmpKeying boolean
Enhance ECMP Keying
enhanceEcmpKeyingVariable string
Variable name
featureProfileId string
Feature Profile ID
id string
The id of the Feature
ipv4StaticRoutes GetTransportWanVpnFeatureIpv4StaticRoute[]
IPv4 Static Route
ipv6StaticRoutes GetTransportWanVpnFeatureIpv6StaticRoute[]
IPv6 Static Route
name string
The name of the Feature
nat64V4Pools GetTransportWanVpnFeatureNat64V4Pool[]
NAT64 V4 Pool
newHostMappings GetTransportWanVpnFeatureNewHostMapping[]
primaryDnsAddressIpv4 string
Primary DNS Address (IPv4)
primaryDnsAddressIpv4Variable string
Variable name
primaryDnsAddressIpv6 string
Primary DNS Address (IPv6)
primaryDnsAddressIpv6Variable string
Variable name
secondaryDnsAddressIpv4 string
Secondary DNS Address (IPv4)
secondaryDnsAddressIpv4Variable string
Variable name
secondaryDnsAddressIpv6 string
Secondary DNS Address (IPv6)
secondaryDnsAddressIpv6Variable string
Variable name
services GetTransportWanVpnFeatureService[]
Service
version number
The version of the Feature
vpn number
VPN
description str
The description of the Feature
enhance_ecmp_keying bool
Enhance ECMP Keying
enhance_ecmp_keying_variable str
Variable name
feature_profile_id str
Feature Profile ID
id str
The id of the Feature
ipv4_static_routes Sequence[GetTransportWanVpnFeatureIpv4StaticRoute]
IPv4 Static Route
ipv6_static_routes Sequence[GetTransportWanVpnFeatureIpv6StaticRoute]
IPv6 Static Route
name str
The name of the Feature
nat64_v4_pools Sequence[GetTransportWanVpnFeatureNat64V4Pool]
NAT64 V4 Pool
new_host_mappings Sequence[GetTransportWanVpnFeatureNewHostMapping]
primary_dns_address_ipv4 str
Primary DNS Address (IPv4)
primary_dns_address_ipv4_variable str
Variable name
primary_dns_address_ipv6 str
Primary DNS Address (IPv6)
primary_dns_address_ipv6_variable str
Variable name
secondary_dns_address_ipv4 str
Secondary DNS Address (IPv4)
secondary_dns_address_ipv4_variable str
Variable name
secondary_dns_address_ipv6 str
Secondary DNS Address (IPv6)
secondary_dns_address_ipv6_variable str
Variable name
services Sequence[GetTransportWanVpnFeatureService]
Service
version int
The version of the Feature
vpn int
VPN
description String
The description of the Feature
enhanceEcmpKeying Boolean
Enhance ECMP Keying
enhanceEcmpKeyingVariable String
Variable name
featureProfileId String
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
newHostMappings List<Property Map>
primaryDnsAddressIpv4 String
Primary DNS Address (IPv4)
primaryDnsAddressIpv4Variable String
Variable name
primaryDnsAddressIpv6 String
Primary DNS Address (IPv6)
primaryDnsAddressIpv6Variable String
Variable name
secondaryDnsAddressIpv4 String
Secondary DNS Address (IPv4)
secondaryDnsAddressIpv4Variable String
Variable name
secondaryDnsAddressIpv6 String
Secondary DNS Address (IPv6)
secondaryDnsAddressIpv6Variable String
Variable name
services List<Property Map>
Service
version Number
The version of the Feature
vpn Number
VPN

Supporting Types

GetTransportWanVpnFeatureIpv4StaticRoute

AdministrativeDistance This property is required. int
Administrative distance
AdministrativeDistanceVariable This property is required. string
Variable name
Gateway This property is required. string
Gateway
NetworkAddress This property is required. string
IP Address
NetworkAddressVariable This property is required. string
Variable name
NextHops This property is required. List<GetTransportWanVpnFeatureIpv4StaticRouteNextHop>
IPv4 Route Gateway Next Hop
SubnetMask This property is required. string
Subnet Mask
SubnetMaskVariable This property is required. string
Variable name
AdministrativeDistance This property is required. int
Administrative distance
AdministrativeDistanceVariable This property is required. string
Variable name
Gateway This property is required. string
Gateway
NetworkAddress This property is required. string
IP Address
NetworkAddressVariable This property is required. string
Variable name
NextHops This property is required. []GetTransportWanVpnFeatureIpv4StaticRouteNextHop
IPv4 Route Gateway Next Hop
SubnetMask This property is required. string
Subnet Mask
SubnetMaskVariable This property is required. string
Variable name
administrativeDistance This property is required. Integer
Administrative distance
administrativeDistanceVariable This property is required. String
Variable name
gateway This property is required. String
Gateway
networkAddress This property is required. String
IP Address
networkAddressVariable This property is required. String
Variable name
nextHops This property is required. List<GetTransportWanVpnFeatureIpv4StaticRouteNextHop>
IPv4 Route Gateway Next Hop
subnetMask This property is required. String
Subnet Mask
subnetMaskVariable This property is required. String
Variable name
administrativeDistance This property is required. number
Administrative distance
administrativeDistanceVariable This property is required. string
Variable name
gateway This property is required. string
Gateway
networkAddress This property is required. string
IP Address
networkAddressVariable This property is required. string
Variable name
nextHops This property is required. GetTransportWanVpnFeatureIpv4StaticRouteNextHop[]
IPv4 Route Gateway Next Hop
subnetMask This property is required. string
Subnet Mask
subnetMaskVariable This property is required. string
Variable name
administrative_distance This property is required. int
Administrative distance
administrative_distance_variable This property is required. str
Variable name
gateway This property is required. str
Gateway
network_address This property is required. str
IP Address
network_address_variable This property is required. str
Variable name
next_hops This property is required. Sequence[GetTransportWanVpnFeatureIpv4StaticRouteNextHop]
IPv4 Route Gateway Next Hop
subnet_mask This property is required. str
Subnet Mask
subnet_mask_variable This property is required. str
Variable name
administrativeDistance This property is required. Number
Administrative distance
administrativeDistanceVariable This property is required. String
Variable name
gateway This property is required. String
Gateway
networkAddress This property is required. String
IP Address
networkAddressVariable This property is required. String
Variable name
nextHops This property is required. List<Property Map>
IPv4 Route Gateway Next Hop
subnetMask This property is required. String
Subnet Mask
subnetMaskVariable This property is required. String
Variable name

GetTransportWanVpnFeatureIpv4StaticRouteNextHop

Address This property is required. string
Address
AddressVariable This property is required. string
Variable name
AdministrativeDistance This property is required. int
Administrative distance
AdministrativeDistanceVariable This property is required. string
Variable name
Address This property is required. string
Address
AddressVariable This property is required. string
Variable name
AdministrativeDistance This property is required. int
Administrative distance
AdministrativeDistanceVariable This property is required. string
Variable name
address This property is required. String
Address
addressVariable This property is required. String
Variable name
administrativeDistance This property is required. Integer
Administrative distance
administrativeDistanceVariable This property is required. String
Variable name
address This property is required. string
Address
addressVariable This property is required. string
Variable name
administrativeDistance This property is required. number
Administrative distance
administrativeDistanceVariable This property is required. string
Variable name
address This property is required. str
Address
address_variable This property is required. str
Variable name
administrative_distance This property is required. int
Administrative distance
administrative_distance_variable This property is required. str
Variable name
address This property is required. String
Address
addressVariable This property is required. String
Variable name
administrativeDistance This property is required. Number
Administrative distance
administrativeDistanceVariable This property is required. String
Variable name

GetTransportWanVpnFeatureIpv6StaticRoute

Gateway This property is required. string
Gateway
Nat This property is required. string
IPv6 Nat
NatVariable This property is required. string
Variable name
NextHops This property is required. List<GetTransportWanVpnFeatureIpv6StaticRouteNextHop>
IPv6 Route Gateway Next Hop
Null0 This property is required. bool
IPv6 Route Gateway Next Hop
Prefix This property is required. string
Prefix
PrefixVariable This property is required. string
Variable name
Gateway This property is required. string
Gateway
Nat This property is required. string
IPv6 Nat
NatVariable This property is required. string
Variable name
NextHops This property is required. []GetTransportWanVpnFeatureIpv6StaticRouteNextHop
IPv6 Route Gateway Next Hop
Null0 This property is required. bool
IPv6 Route Gateway Next Hop
Prefix This property is required. string
Prefix
PrefixVariable This property is required. string
Variable name
gateway This property is required. String
Gateway
nat This property is required. String
IPv6 Nat
natVariable This property is required. String
Variable name
nextHops This property is required. List<GetTransportWanVpnFeatureIpv6StaticRouteNextHop>
IPv6 Route Gateway Next Hop
null0 This property is required. Boolean
IPv6 Route Gateway Next Hop
prefix This property is required. String
Prefix
prefixVariable This property is required. String
Variable name
gateway This property is required. string
Gateway
nat This property is required. string
IPv6 Nat
natVariable This property is required. string
Variable name
nextHops This property is required. GetTransportWanVpnFeatureIpv6StaticRouteNextHop[]
IPv6 Route Gateway Next Hop
null0 This property is required. boolean
IPv6 Route Gateway Next Hop
prefix This property is required. string
Prefix
prefixVariable This property is required. string
Variable name
gateway This property is required. str
Gateway
nat This property is required. str
IPv6 Nat
nat_variable This property is required. str
Variable name
next_hops This property is required. Sequence[GetTransportWanVpnFeatureIpv6StaticRouteNextHop]
IPv6 Route Gateway Next Hop
null0 This property is required. bool
IPv6 Route Gateway Next Hop
prefix This property is required. str
Prefix
prefix_variable This property is required. str
Variable name
gateway This property is required. String
Gateway
nat This property is required. String
IPv6 Nat
natVariable This property is required. String
Variable name
nextHops This property is required. List<Property Map>
IPv6 Route Gateway Next Hop
null0 This property is required. Boolean
IPv6 Route Gateway Next Hop
prefix This property is required. String
Prefix
prefixVariable This property is required. String
Variable name

GetTransportWanVpnFeatureIpv6StaticRouteNextHop

Address This property is required. string
Address
AddressVariable This property is required. string
Variable name
AdministrativeDistance This property is required. int
Administrative distance
AdministrativeDistanceVariable This property is required. string
Variable name
Address This property is required. string
Address
AddressVariable This property is required. string
Variable name
AdministrativeDistance This property is required. int
Administrative distance
AdministrativeDistanceVariable This property is required. string
Variable name
address This property is required. String
Address
addressVariable This property is required. String
Variable name
administrativeDistance This property is required. Integer
Administrative distance
administrativeDistanceVariable This property is required. String
Variable name
address This property is required. string
Address
addressVariable This property is required. string
Variable name
administrativeDistance This property is required. number
Administrative distance
administrativeDistanceVariable This property is required. string
Variable name
address This property is required. str
Address
address_variable This property is required. str
Variable name
administrative_distance This property is required. int
Administrative distance
administrative_distance_variable This property is required. str
Variable name
address This property is required. String
Address
addressVariable This property is required. String
Variable name
administrativeDistance This property is required. Number
Administrative distance
administrativeDistanceVariable This property is required. String
Variable name

GetTransportWanVpnFeatureNat64V4Pool

Nat64V4PoolName This property is required. string
NAT64 v4 Pool Name
Nat64V4PoolNameVariable This property is required. string
Variable name
Nat64V4PoolOverload This property is required. bool
NAT64 Overload
Nat64V4PoolOverloadVariable This property is required. string
Variable name
Nat64V4PoolRangeEnd This property is required. string
NAT64 Pool Range End
Nat64V4PoolRangeEndVariable This property is required. string
Variable name
Nat64V4PoolRangeStart This property is required. string
NAT64 Pool Range Start
Nat64V4PoolRangeStartVariable This property is required. string
Variable name
Nat64V4PoolName This property is required. string
NAT64 v4 Pool Name
Nat64V4PoolNameVariable This property is required. string
Variable name
Nat64V4PoolOverload This property is required. bool
NAT64 Overload
Nat64V4PoolOverloadVariable This property is required. string
Variable name
Nat64V4PoolRangeEnd This property is required. string
NAT64 Pool Range End
Nat64V4PoolRangeEndVariable This property is required. string
Variable name
Nat64V4PoolRangeStart This property is required. string
NAT64 Pool Range Start
Nat64V4PoolRangeStartVariable This property is required. string
Variable name
nat64V4PoolName This property is required. String
NAT64 v4 Pool Name
nat64V4PoolNameVariable This property is required. String
Variable name
nat64V4PoolOverload This property is required. Boolean
NAT64 Overload
nat64V4PoolOverloadVariable This property is required. String
Variable name
nat64V4PoolRangeEnd This property is required. String
NAT64 Pool Range End
nat64V4PoolRangeEndVariable This property is required. String
Variable name
nat64V4PoolRangeStart This property is required. String
NAT64 Pool Range Start
nat64V4PoolRangeStartVariable This property is required. String
Variable name
nat64V4PoolName This property is required. string
NAT64 v4 Pool Name
nat64V4PoolNameVariable This property is required. string
Variable name
nat64V4PoolOverload This property is required. boolean
NAT64 Overload
nat64V4PoolOverloadVariable This property is required. string
Variable name
nat64V4PoolRangeEnd This property is required. string
NAT64 Pool Range End
nat64V4PoolRangeEndVariable This property is required. string
Variable name
nat64V4PoolRangeStart This property is required. string
NAT64 Pool Range Start
nat64V4PoolRangeStartVariable This property is required. string
Variable name
nat64_v4_pool_name This property is required. str
NAT64 v4 Pool Name
nat64_v4_pool_name_variable This property is required. str
Variable name
nat64_v4_pool_overload This property is required. bool
NAT64 Overload
nat64_v4_pool_overload_variable This property is required. str
Variable name
nat64_v4_pool_range_end This property is required. str
NAT64 Pool Range End
nat64_v4_pool_range_end_variable This property is required. str
Variable name
nat64_v4_pool_range_start This property is required. str
NAT64 Pool Range Start
nat64_v4_pool_range_start_variable This property is required. str
Variable name
nat64V4PoolName This property is required. String
NAT64 v4 Pool Name
nat64V4PoolNameVariable This property is required. String
Variable name
nat64V4PoolOverload This property is required. Boolean
NAT64 Overload
nat64V4PoolOverloadVariable This property is required. String
Variable name
nat64V4PoolRangeEnd This property is required. String
NAT64 Pool Range End
nat64V4PoolRangeEndVariable This property is required. String
Variable name
nat64V4PoolRangeStart This property is required. String
NAT64 Pool Range Start
nat64V4PoolRangeStartVariable This property is required. String
Variable name

GetTransportWanVpnFeatureNewHostMapping

HostName This property is required. string
Hostname
HostNameVariable This property is required. string
Variable name
ListOfIpAddresses This property is required. List<string>
List of IP
ListOfIpAddressesVariable This property is required. string
Variable name
HostName This property is required. string
Hostname
HostNameVariable This property is required. string
Variable name
ListOfIpAddresses This property is required. []string
List of IP
ListOfIpAddressesVariable This property is required. string
Variable name
hostName This property is required. String
Hostname
hostNameVariable This property is required. String
Variable name
listOfIpAddresses This property is required. List<String>
List of IP
listOfIpAddressesVariable This property is required. String
Variable name
hostName This property is required. string
Hostname
hostNameVariable This property is required. string
Variable name
listOfIpAddresses This property is required. string[]
List of IP
listOfIpAddressesVariable This property is required. string
Variable name
host_name This property is required. str
Hostname
host_name_variable This property is required. str
Variable name
list_of_ip_addresses This property is required. Sequence[str]
List of IP
list_of_ip_addresses_variable This property is required. str
Variable name
hostName This property is required. String
Hostname
hostNameVariable This property is required. String
Variable name
listOfIpAddresses This property is required. List<String>
List of IP
listOfIpAddressesVariable This property is required. String
Variable name

GetTransportWanVpnFeatureService

ServiceType This property is required. string
Service Type
ServiceType This property is required. string
Service Type
serviceType This property is required. String
Service Type
serviceType This property is required. string
Service Type
service_type This property is required. str
Service Type
serviceType This property is required. String
Service Type

Package Details

Repository
sdwan pulumi/pulumi-sdwan
License
Apache-2.0
Notes
This Pulumi package is based on the sdwan Terraform Provider.
Cisco Catalyst SD-WAN v0.3.0 published on Friday, Mar 28, 2025 by Pulumi