Cisco Catalyst SD-WAN v0.1.1 published on Friday, May 31, 2024 by Pulumi
sdwan.getTransportWanVpnProfileParcel
Explore with Pulumi AI
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:
- Feature
Profile stringId - Feature Profile ID
- Id string
- The id of the profile parcel
- Feature
Profile stringId - Feature Profile ID
- Id string
- The id of the profile parcel
- feature
Profile StringId - Feature Profile ID
- id String
- The id of the profile parcel
- feature
Profile stringId - Feature Profile ID
- id string
- The id of the profile parcel
- feature_
profile_ strid - Feature Profile ID
- id str
- The id of the profile parcel
- feature
Profile StringId - 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
- Enhance
Ecmp boolKeying - Enhance ECMP Keying
- Enhance
Ecmp stringKeying Variable - Variable name
- Feature
Profile stringId - Feature Profile ID
- Id string
- The id of the profile parcel
- Ipv4Static
Routes List<GetTransport Wan Vpn Profile Parcel Ipv4Static Route> - IPv4 Static Route
- Ipv6Static
Routes List<GetTransport Wan Vpn Profile Parcel Ipv6Static Route> - IPv6 Static Route
- Name string
- The name of the profile parcel
- Nat64V4Pools
List<Get
Transport Wan Vpn Profile Parcel Nat64V4Pool> - NAT64 V4 Pool
- New
Host List<GetMappings Transport Wan Vpn Profile Parcel New Host Mapping> - Primary
Dns stringAddress Ipv4 - Primary DNS Address (IPv4)
- Primary
Dns stringAddress Ipv4Variable - Variable name
- Primary
Dns stringAddress Ipv6 - Primary DNS Address (IPv6)
- Primary
Dns stringAddress Ipv6Variable - Variable name
- Secondary
Dns stringAddress Ipv4 - Secondary DNS Address (IPv4)
- Secondary
Dns stringAddress Ipv4Variable - Variable name
- Secondary
Dns stringAddress Ipv6 - Secondary DNS Address (IPv6)
- Secondary
Dns stringAddress Ipv6Variable - Variable name
- Services
List<Get
Transport Wan Vpn Profile Parcel Service> - Service
- Version int
- The version of the profile parcel
- Vpn int
- VPN
- Description string
- The description of the profile parcel
- Enhance
Ecmp boolKeying - Enhance ECMP Keying
- Enhance
Ecmp stringKeying Variable - Variable name
- Feature
Profile stringId - Feature Profile ID
- Id string
- The id of the profile parcel
- Ipv4Static
Routes []GetTransport Wan Vpn Profile Parcel Ipv4Static Route - IPv4 Static Route
- Ipv6Static
Routes []GetTransport Wan Vpn Profile Parcel Ipv6Static Route - IPv6 Static Route
- Name string
- The name of the profile parcel
- Nat64V4Pools
[]Get
Transport Wan Vpn Profile Parcel Nat64V4Pool - NAT64 V4 Pool
- New
Host []GetMappings Transport Wan Vpn Profile Parcel New Host Mapping - Primary
Dns stringAddress Ipv4 - Primary DNS Address (IPv4)
- Primary
Dns stringAddress Ipv4Variable - Variable name
- Primary
Dns stringAddress Ipv6 - Primary DNS Address (IPv6)
- Primary
Dns stringAddress Ipv6Variable - Variable name
- Secondary
Dns stringAddress Ipv4 - Secondary DNS Address (IPv4)
- Secondary
Dns stringAddress Ipv4Variable - Variable name
- Secondary
Dns stringAddress Ipv6 - Secondary DNS Address (IPv6)
- Secondary
Dns stringAddress Ipv6Variable - Variable name
- Services
[]Get
Transport Wan Vpn Profile Parcel Service - Service
- Version int
- The version of the profile parcel
- Vpn int
- VPN
- description String
- The description of the profile parcel
- enhance
Ecmp BooleanKeying - Enhance ECMP Keying
- enhance
Ecmp StringKeying Variable - Variable name
- feature
Profile StringId - Feature Profile ID
- id String
- The id of the profile parcel
- ipv4Static
Routes List<GetTransport Wan Vpn Profile Parcel Ipv4Static Route> - IPv4 Static Route
- ipv6Static
Routes List<GetTransport Wan Vpn Profile Parcel Ipv6Static Route> - IPv6 Static Route
- name String
- The name of the profile parcel
- nat64V4Pools
List<Get
Transport Wan Vpn Profile Parcel Nat64V4Pool> - NAT64 V4 Pool
- new
Host List<GetMappings Transport Wan Vpn Profile Parcel New Host Mapping> - primary
Dns StringAddress Ipv4 - Primary DNS Address (IPv4)
- primary
Dns StringAddress Ipv4Variable - Variable name
- primary
Dns StringAddress Ipv6 - Primary DNS Address (IPv6)
- primary
Dns StringAddress Ipv6Variable - Variable name
- secondary
Dns StringAddress Ipv4 - Secondary DNS Address (IPv4)
- secondary
Dns StringAddress Ipv4Variable - Variable name
- secondary
Dns StringAddress Ipv6 - Secondary DNS Address (IPv6)
- secondary
Dns StringAddress Ipv6Variable - Variable name
- services
List<Get
Transport Wan Vpn Profile Parcel Service> - Service
- version Integer
- The version of the profile parcel
- vpn Integer
- VPN
- description string
- The description of the profile parcel
- enhance
Ecmp booleanKeying - Enhance ECMP Keying
- enhance
Ecmp stringKeying Variable - Variable name
- feature
Profile stringId - Feature Profile ID
- id string
- The id of the profile parcel
- ipv4Static
Routes GetTransport Wan Vpn Profile Parcel Ipv4Static Route[] - IPv4 Static Route
- ipv6Static
Routes GetTransport Wan Vpn Profile Parcel Ipv6Static Route[] - IPv6 Static Route
- name string
- The name of the profile parcel
- nat64V4Pools
Get
Transport Wan Vpn Profile Parcel Nat64V4Pool[] - NAT64 V4 Pool
- new
Host GetMappings Transport Wan Vpn Profile Parcel New Host Mapping[] - primary
Dns stringAddress Ipv4 - Primary DNS Address (IPv4)
- primary
Dns stringAddress Ipv4Variable - Variable name
- primary
Dns stringAddress Ipv6 - Primary DNS Address (IPv6)
- primary
Dns stringAddress Ipv6Variable - Variable name
- secondary
Dns stringAddress Ipv4 - Secondary DNS Address (IPv4)
- secondary
Dns stringAddress Ipv4Variable - Variable name
- secondary
Dns stringAddress Ipv6 - Secondary DNS Address (IPv6)
- secondary
Dns stringAddress Ipv6Variable - Variable name
- services
Get
Transport Wan Vpn Profile Parcel Service[] - Service
- version number
- The version of the profile parcel
- vpn number
- VPN
- description str
- The description of the profile parcel
- enhance_
ecmp_ boolkeying - Enhance ECMP Keying
- enhance_
ecmp_ strkeying_ variable - Variable name
- feature_
profile_ strid - Feature Profile ID
- id str
- The id of the profile parcel
- ipv4_
static_ Sequence[Getroutes Transport Wan Vpn Profile Parcel Ipv4Static Route] - IPv4 Static Route
- ipv6_
static_ Sequence[Getroutes Transport Wan Vpn Profile Parcel Ipv6Static Route] - IPv6 Static Route
- name str
- The name of the profile parcel
- nat64_
v4_ Sequence[Getpools Transport Wan Vpn Profile Parcel Nat64V4Pool] - NAT64 V4 Pool
- new_
host_ Sequence[Getmappings Transport Wan Vpn Profile Parcel 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[Get
Transport Wan Vpn Profile Parcel Service] - Service
- version int
- The version of the profile parcel
- vpn int
- VPN
- description String
- The description of the profile parcel
- enhance
Ecmp BooleanKeying - Enhance ECMP Keying
- enhance
Ecmp StringKeying Variable - Variable name
- feature
Profile StringId - Feature Profile ID
- id String
- The id of the profile parcel
- ipv4Static
Routes List<Property Map> - IPv4 Static Route
- ipv6Static
Routes List<Property Map> - IPv6 Static Route
- name String
- The name of the profile parcel
- nat64V4Pools List<Property Map>
- NAT64 V4 Pool
- new
Host List<Property Map>Mappings - primary
Dns StringAddress Ipv4 - Primary DNS Address (IPv4)
- primary
Dns StringAddress Ipv4Variable - Variable name
- primary
Dns StringAddress Ipv6 - Primary DNS Address (IPv6)
- primary
Dns StringAddress Ipv6Variable - Variable name
- secondary
Dns StringAddress Ipv4 - Secondary DNS Address (IPv4)
- secondary
Dns StringAddress Ipv4Variable - Variable name
- secondary
Dns StringAddress Ipv6 - Secondary DNS Address (IPv6)
- secondary
Dns StringAddress Ipv6Variable - Variable name
- services List<Property Map>
- Service
- version Number
- The version of the profile parcel
- vpn Number
- VPN
Supporting Types
GetTransportWanVpnProfileParcelIpv4StaticRoute
- Administrative
Distance int - Administrative distance
- Administrative
Distance stringVariable - Variable name
- Gateway string
- Gateway
- Network
Address string - IP Address
- Network
Address stringVariable - Variable name
- Next
Hops List<GetTransport Wan Vpn Profile Parcel Ipv4Static Route Next Hop> - IPv4 Route Gateway Next Hop
- Subnet
Mask string - Subnet Mask
- Subnet
Mask stringVariable - Variable name
- Administrative
Distance int - Administrative distance
- Administrative
Distance stringVariable - Variable name
- Gateway string
- Gateway
- Network
Address string - IP Address
- Network
Address stringVariable - Variable name
- Next
Hops []GetTransport Wan Vpn Profile Parcel Ipv4Static Route Next Hop - IPv4 Route Gateway Next Hop
- Subnet
Mask string - Subnet Mask
- Subnet
Mask stringVariable - Variable name
- administrative
Distance Integer - Administrative distance
- administrative
Distance StringVariable - Variable name
- gateway String
- Gateway
- network
Address String - IP Address
- network
Address StringVariable - Variable name
- next
Hops List<GetTransport Wan Vpn Profile Parcel Ipv4Static Route Next Hop> - IPv4 Route Gateway Next Hop
- subnet
Mask String - Subnet Mask
- subnet
Mask StringVariable - Variable name
- administrative
Distance number - Administrative distance
- administrative
Distance stringVariable - Variable name
- gateway string
- Gateway
- network
Address string - IP Address
- network
Address stringVariable - Variable name
- next
Hops GetTransport Wan Vpn Profile Parcel Ipv4Static Route Next Hop[] - IPv4 Route Gateway Next Hop
- subnet
Mask string - Subnet Mask
- subnet
Mask 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 Profile Parcel Ipv4Static Route Next Hop] - IPv4 Route Gateway Next Hop
- subnet_
mask str - Subnet Mask
- subnet_
mask_ strvariable - Variable name
- administrative
Distance Number - Administrative distance
- administrative
Distance StringVariable - Variable name
- gateway String
- Gateway
- network
Address String - IP Address
- network
Address StringVariable - Variable name
- next
Hops List<Property Map> - IPv4 Route Gateway Next Hop
- subnet
Mask String - Subnet Mask
- subnet
Mask StringVariable - Variable name
GetTransportWanVpnProfileParcelIpv4StaticRouteNextHop
- Address string
- Address
- Address
Variable string - Variable name
- Administrative
Distance int - Administrative distance
- Administrative
Distance stringVariable - Variable name
- Address string
- Address
- Address
Variable string - Variable name
- Administrative
Distance int - Administrative distance
- Administrative
Distance stringVariable - Variable name
- address String
- Address
- address
Variable String - Variable name
- administrative
Distance Integer - Administrative distance
- administrative
Distance StringVariable - Variable name
- address string
- Address
- address
Variable string - Variable name
- administrative
Distance number - Administrative distance
- administrative
Distance stringVariable - Variable name
- address str
- Address
- address_
variable str - Variable name
- administrative_
distance int - Administrative distance
- administrative_
distance_ strvariable - Variable name
- address String
- Address
- address
Variable String - Variable name
- administrative
Distance Number - Administrative distance
- administrative
Distance StringVariable - Variable name
GetTransportWanVpnProfileParcelIpv6StaticRoute
- Nat string
- IPv6 Nat
- Nat
Variable string - Variable name
- Next
Hops List<GetTransport Wan Vpn Profile Parcel Ipv6Static Route Next Hop> - IPv6 Route Gateway Next Hop
- Null0 bool
- IPv6 Route Gateway Next Hop
- Prefix string
- Prefix
- Prefix
Variable string - Variable name
- Nat string
- IPv6 Nat
- Nat
Variable string - Variable name
- Next
Hops []GetTransport Wan Vpn Profile Parcel Ipv6Static Route Next Hop - IPv6 Route Gateway Next Hop
- Null0 bool
- IPv6 Route Gateway Next Hop
- Prefix string
- Prefix
- Prefix
Variable string - Variable name
- nat String
- IPv6 Nat
- nat
Variable String - Variable name
- next
Hops List<GetTransport Wan Vpn Profile Parcel Ipv6Static Route Next Hop> - IPv6 Route Gateway Next Hop
- null0 Boolean
- IPv6 Route Gateway Next Hop
- prefix String
- Prefix
- prefix
Variable String - Variable name
- nat string
- IPv6 Nat
- nat
Variable string - Variable name
- next
Hops GetTransport Wan Vpn Profile Parcel Ipv6Static Route Next Hop[] - IPv6 Route Gateway Next Hop
- null0 boolean
- IPv6 Route Gateway Next Hop
- prefix string
- Prefix
- prefix
Variable string - Variable name
- nat str
- IPv6 Nat
- nat_
variable str - Variable name
- next_
hops Sequence[GetTransport Wan Vpn Profile Parcel 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
- nat
Variable String - Variable name
- next
Hops List<Property Map> - IPv6 Route Gateway Next Hop
- null0 Boolean
- IPv6 Route Gateway Next Hop
- prefix String
- Prefix
- prefix
Variable String - Variable name
GetTransportWanVpnProfileParcelIpv6StaticRouteNextHop
- Address string
- Address
- Address
Variable string - Variable name
- Administrative
Distance int - Administrative distance
- Administrative
Distance stringVariable - Variable name
- Address string
- Address
- Address
Variable string - Variable name
- Administrative
Distance int - Administrative distance
- Administrative
Distance stringVariable - Variable name
- address String
- Address
- address
Variable String - Variable name
- administrative
Distance Integer - Administrative distance
- administrative
Distance StringVariable - Variable name
- address string
- Address
- address
Variable string - Variable name
- administrative
Distance number - Administrative distance
- administrative
Distance stringVariable - Variable name
- address str
- Address
- address_
variable str - Variable name
- administrative_
distance int - Administrative distance
- administrative_
distance_ strvariable - Variable name
- address String
- Address
- address
Variable String - Variable name
- administrative
Distance Number - Administrative distance
- administrative
Distance StringVariable - Variable name
GetTransportWanVpnProfileParcelNat64V4Pool
- Nat64V4Pool
Name string - NAT64 v4 Pool Name
- Nat64V4Pool
Name stringVariable - Variable name
- Nat64V4Pool
Overload bool - NAT64 Overload
- Nat64V4Pool
Overload stringVariable - Variable name
- Nat64V4Pool
Range stringEnd - NAT64 Pool Range End
- Nat64V4Pool
Range stringEnd Variable - Variable name
- Nat64V4Pool
Range stringStart - NAT64 Pool Range Start
- Nat64V4Pool
Range stringStart Variable - Variable name
- Nat64V4Pool
Name string - NAT64 v4 Pool Name
- Nat64V4Pool
Name stringVariable - Variable name
- Nat64V4Pool
Overload bool - NAT64 Overload
- Nat64V4Pool
Overload stringVariable - Variable name
- Nat64V4Pool
Range stringEnd - NAT64 Pool Range End
- Nat64V4Pool
Range stringEnd Variable - Variable name
- Nat64V4Pool
Range stringStart - NAT64 Pool Range Start
- Nat64V4Pool
Range stringStart Variable - Variable name
- nat64V4Pool
Name String - NAT64 v4 Pool Name
- nat64V4Pool
Name StringVariable - Variable name
- nat64V4Pool
Overload Boolean - NAT64 Overload
- nat64V4Pool
Overload StringVariable - Variable name
- nat64V4Pool
Range StringEnd - NAT64 Pool Range End
- nat64V4Pool
Range StringEnd Variable - Variable name
- nat64V4Pool
Range StringStart - NAT64 Pool Range Start
- nat64V4Pool
Range StringStart Variable - Variable name
- nat64V4Pool
Name string - NAT64 v4 Pool Name
- nat64V4Pool
Name stringVariable - Variable name
- nat64V4Pool
Overload boolean - NAT64 Overload
- nat64V4Pool
Overload stringVariable - Variable name
- nat64V4Pool
Range stringEnd - NAT64 Pool Range End
- nat64V4Pool
Range stringEnd Variable - Variable name
- nat64V4Pool
Range stringStart - NAT64 Pool Range Start
- nat64V4Pool
Range 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
- nat64V4Pool
Name String - NAT64 v4 Pool Name
- nat64V4Pool
Name StringVariable - Variable name
- nat64V4Pool
Overload Boolean - NAT64 Overload
- nat64V4Pool
Overload StringVariable - Variable name
- nat64V4Pool
Range StringEnd - NAT64 Pool Range End
- nat64V4Pool
Range StringEnd Variable - Variable name
- nat64V4Pool
Range StringStart - NAT64 Pool Range Start
- nat64V4Pool
Range StringStart Variable - Variable name
GetTransportWanVpnProfileParcelNewHostMapping
- Host
Name string - Hostname
- Host
Name stringVariable - Variable name
- List
Of List<string>Ip Addresses - List of IP
- List
Of stringIp Addresses Variable - Variable name
- Host
Name string - Hostname
- Host
Name stringVariable - Variable name
- List
Of []stringIp Addresses - List of IP
- List
Of stringIp Addresses Variable - Variable name
- host
Name String - Hostname
- host
Name StringVariable - Variable name
- list
Of List<String>Ip Addresses - List of IP
- list
Of StringIp Addresses Variable - Variable name
- host
Name string - Hostname
- host
Name stringVariable - Variable name
- list
Of string[]Ip Addresses - List of IP
- list
Of 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
- host
Name String - Hostname
- host
Name StringVariable - Variable name
- list
Of List<String>Ip Addresses - List of IP
- list
Of StringIp Addresses Variable - Variable name
GetTransportWanVpnProfileParcelService
- Service
Type string - Service Type
- Service
Type string - Service Type
- service
Type String - Service Type
- service
Type string - Service Type
- service_
type str - Service Type
- service
Type 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.