1. Packages
  2. Cisco Catalyst SD-WAN
  3. API Docs
  4. getTransportWanVpnProfileParcel
Cisco Catalyst SD-WAN v0.1.1 published on Friday, May 31, 2024 by Pulumi

sdwan.getTransportWanVpnProfileParcel

Explore with Pulumi AI

sdwan logo
Cisco Catalyst SD-WAN v0.1.1 published on Friday, May 31, 2024 by Pulumi

    This data source can read the Transport WAN VPN profile parcel.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as sdwan from "@pulumi/sdwan";
    
    const example = sdwan.getTransportWanVpnProfileParcel({
        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_profile_parcel(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.LookupTransportWanVpnProfileParcel(ctx, &sdwan.LookupTransportWanVpnProfileParcelArgs{
    			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.GetTransportWanVpnProfileParcel.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.GetTransportWanVpnProfileParcelArgs;
    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.getTransportWanVpnProfileParcel(GetTransportWanVpnProfileParcelArgs.builder()
                .id("f6b2c44c-693c-4763-b010-895aa3d236bd")
                .featureProfileId("f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
                .build());
    
        }
    }
    
    variables:
      example:
        fn::invoke:
          Function: sdwan:getTransportWanVpnProfileParcel
          Arguments:
            id: f6b2c44c-693c-4763-b010-895aa3d236bd
            featureProfileId: f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac
    

    Using getTransportWanVpnProfileParcel

    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 getTransportWanVpnProfileParcel(args: GetTransportWanVpnProfileParcelArgs, opts?: InvokeOptions): Promise<GetTransportWanVpnProfileParcelResult>
    function getTransportWanVpnProfileParcelOutput(args: GetTransportWanVpnProfileParcelOutputArgs, opts?: InvokeOptions): Output<GetTransportWanVpnProfileParcelResult>
    def get_transport_wan_vpn_profile_parcel(feature_profile_id: Optional[str] = None,
                                             id: Optional[str] = None,
                                             opts: Optional[InvokeOptions] = None) -> GetTransportWanVpnProfileParcelResult
    def get_transport_wan_vpn_profile_parcel_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
                                             id: Optional[pulumi.Input[str]] = None,
                                             opts: Optional[InvokeOptions] = None) -> Output[GetTransportWanVpnProfileParcelResult]
    func LookupTransportWanVpnProfileParcel(ctx *Context, args *LookupTransportWanVpnProfileParcelArgs, opts ...InvokeOption) (*LookupTransportWanVpnProfileParcelResult, error)
    func LookupTransportWanVpnProfileParcelOutput(ctx *Context, args *LookupTransportWanVpnProfileParcelOutputArgs, opts ...InvokeOption) LookupTransportWanVpnProfileParcelResultOutput

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

    public static class GetTransportWanVpnProfileParcel 
    {
        public static Task<GetTransportWanVpnProfileParcelResult> InvokeAsync(GetTransportWanVpnProfileParcelArgs args, InvokeOptions? opts = null)
        public static Output<GetTransportWanVpnProfileParcelResult> Invoke(GetTransportWanVpnProfileParcelInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetTransportWanVpnProfileParcelResult> getTransportWanVpnProfileParcel(GetTransportWanVpnProfileParcelArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: sdwan:index/getTransportWanVpnProfileParcel:getTransportWanVpnProfileParcel
      arguments:
        # arguments dictionary

    The following arguments are supported:

    FeatureProfileId string
    Feature Profile ID
    Id string
    The id of the profile parcel
    FeatureProfileId string
    Feature Profile ID
    Id string
    The id of the profile parcel
    featureProfileId String
    Feature Profile ID
    id String
    The id of the profile parcel
    featureProfileId string
    Feature Profile ID
    id string
    The id of the profile parcel
    feature_profile_id str
    Feature Profile ID
    id str
    The id of the profile parcel
    featureProfileId String
    Feature Profile ID
    id String
    The id of the profile parcel

    getTransportWanVpnProfileParcel Result

    The following output properties are available:

    Description string
    The description of the profile parcel
    EnhanceEcmpKeying bool
    Enhance ECMP Keying
    EnhanceEcmpKeyingVariable string
    Variable name
    FeatureProfileId string
    Feature Profile ID
    Id string
    The id of the profile parcel
    Ipv4StaticRoutes List<GetTransportWanVpnProfileParcelIpv4StaticRoute>
    IPv4 Static Route
    Ipv6StaticRoutes List<GetTransportWanVpnProfileParcelIpv6StaticRoute>
    IPv6 Static Route
    Name string
    The name of the profile parcel
    Nat64V4Pools List<GetTransportWanVpnProfileParcelNat64V4Pool>
    NAT64 V4 Pool
    NewHostMappings List<GetTransportWanVpnProfileParcelNewHostMapping>
    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<GetTransportWanVpnProfileParcelService>
    Service
    Version int
    The version of the profile parcel
    Vpn int
    VPN
    Description string
    The description of the profile parcel
    EnhanceEcmpKeying bool
    Enhance ECMP Keying
    EnhanceEcmpKeyingVariable string
    Variable name
    FeatureProfileId string
    Feature Profile ID
    Id string
    The id of the profile parcel
    Ipv4StaticRoutes []GetTransportWanVpnProfileParcelIpv4StaticRoute
    IPv4 Static Route
    Ipv6StaticRoutes []GetTransportWanVpnProfileParcelIpv6StaticRoute
    IPv6 Static Route
    Name string
    The name of the profile parcel
    Nat64V4Pools []GetTransportWanVpnProfileParcelNat64V4Pool
    NAT64 V4 Pool
    NewHostMappings []GetTransportWanVpnProfileParcelNewHostMapping
    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 []GetTransportWanVpnProfileParcelService
    Service
    Version int
    The version of the profile parcel
    Vpn int
    VPN
    description String
    The description of the profile parcel
    enhanceEcmpKeying Boolean
    Enhance ECMP Keying
    enhanceEcmpKeyingVariable String
    Variable name
    featureProfileId String
    Feature Profile ID
    id String
    The id of the profile parcel
    ipv4StaticRoutes List<GetTransportWanVpnProfileParcelIpv4StaticRoute>
    IPv4 Static Route
    ipv6StaticRoutes List<GetTransportWanVpnProfileParcelIpv6StaticRoute>
    IPv6 Static Route
    name String
    The name of the profile parcel
    nat64V4Pools List<GetTransportWanVpnProfileParcelNat64V4Pool>
    NAT64 V4 Pool
    newHostMappings List<GetTransportWanVpnProfileParcelNewHostMapping>
    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<GetTransportWanVpnProfileParcelService>
    Service
    version Integer
    The version of the profile parcel
    vpn Integer
    VPN
    description string
    The description of the profile parcel
    enhanceEcmpKeying boolean
    Enhance ECMP Keying
    enhanceEcmpKeyingVariable string
    Variable name
    featureProfileId string
    Feature Profile ID
    id string
    The id of the profile parcel
    ipv4StaticRoutes GetTransportWanVpnProfileParcelIpv4StaticRoute[]
    IPv4 Static Route
    ipv6StaticRoutes GetTransportWanVpnProfileParcelIpv6StaticRoute[]
    IPv6 Static Route
    name string
    The name of the profile parcel
    nat64V4Pools GetTransportWanVpnProfileParcelNat64V4Pool[]
    NAT64 V4 Pool
    newHostMappings GetTransportWanVpnProfileParcelNewHostMapping[]
    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 GetTransportWanVpnProfileParcelService[]
    Service
    version number
    The version of the profile parcel
    vpn number
    VPN
    description str
    The description of the profile parcel
    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 profile parcel
    ipv4_static_routes Sequence[GetTransportWanVpnProfileParcelIpv4StaticRoute]
    IPv4 Static Route
    ipv6_static_routes Sequence[GetTransportWanVpnProfileParcelIpv6StaticRoute]
    IPv6 Static Route
    name str
    The name of the profile parcel
    nat64_v4_pools Sequence[GetTransportWanVpnProfileParcelNat64V4Pool]
    NAT64 V4 Pool
    new_host_mappings Sequence[GetTransportWanVpnProfileParcelNewHostMapping]
    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[GetTransportWanVpnProfileParcelService]
    Service
    version int
    The version of the profile parcel
    vpn int
    VPN
    description String
    The description of the profile parcel
    enhanceEcmpKeying Boolean
    Enhance ECMP Keying
    enhanceEcmpKeyingVariable String
    Variable name
    featureProfileId String
    Feature Profile ID
    id String
    The id of the profile parcel
    ipv4StaticRoutes List<Property Map>
    IPv4 Static Route
    ipv6StaticRoutes List<Property Map>
    IPv6 Static Route
    name String
    The name of the profile parcel
    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 profile parcel
    vpn Number
    VPN

    Supporting Types

    GetTransportWanVpnProfileParcelIpv4StaticRoute

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

    GetTransportWanVpnProfileParcelIpv4StaticRouteNextHop

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

    GetTransportWanVpnProfileParcelIpv6StaticRoute

    Nat string
    IPv6 Nat
    NatVariable string
    Variable name
    NextHops List<GetTransportWanVpnProfileParcelIpv6StaticRouteNextHop>
    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 []GetTransportWanVpnProfileParcelIpv6StaticRouteNextHop
    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<GetTransportWanVpnProfileParcelIpv6StaticRouteNextHop>
    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 GetTransportWanVpnProfileParcelIpv6StaticRouteNextHop[]
    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[GetTransportWanVpnProfileParcelIpv6StaticRouteNextHop]
    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

    GetTransportWanVpnProfileParcelIpv6StaticRouteNextHop

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

    GetTransportWanVpnProfileParcelNat64V4Pool

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

    GetTransportWanVpnProfileParcelNewHostMapping

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

    GetTransportWanVpnProfileParcelService

    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 sdwan Terraform Provider.
    sdwan logo
    Cisco Catalyst SD-WAN v0.1.1 published on Friday, May 31, 2024 by Pulumi