sdwan.TransportManagementVpnFeature
Explore with Pulumi AI
This resource can manage a Transport Management VPN Feature.
- Minimum SD-WAN Manager version:
20.12.0
Example Usage
Coming soon!
Coming soon!
Coming soon!
Coming soon!
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.sdwan.TransportManagementVpnFeature;
import com.pulumi.sdwan.TransportManagementVpnFeatureArgs;
import com.pulumi.sdwan.inputs.TransportManagementVpnFeatureNewHostMappingArgs;
import com.pulumi.sdwan.inputs.TransportManagementVpnFeatureIpv4StaticRouteArgs;
import com.pulumi.sdwan.inputs.TransportManagementVpnFeatureIpv6StaticRouteArgs;
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) {
var example = new TransportManagementVpnFeature("example", TransportManagementVpnFeatureArgs.builder()
.name("Example")
.description("My Example")
.featureProfileId("f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
.vpnDescription("example")
.primaryDnsAddressIpv4("1.2.3.4")
.secondaryDnsAddressIpv4("2.3.4.5")
.primaryDnsAddressIpv6("2001:0:0:1::0")
.secondaryDnsAddressIpv6("2001:0:0:2::0")
.newHostMappings(TransportManagementVpnFeatureNewHostMappingArgs.builder()
.host_name("example")
.list_of_ip_addresses("1.2.3.4")
.build())
.ipv4StaticRoutes(TransportManagementVpnFeatureIpv4StaticRouteArgs.builder()
.network_address("1.2.3.4")
.subnet_mask("0.0.0.0")
.gateway("nextHop")
.next_hops(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.build())
.ipv6StaticRoutes(TransportManagementVpnFeatureIpv6StaticRouteArgs.builder()
.prefix("2002::/16")
.gateway("next_hop")
.next_hops(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.build())
.build());
}
}
resources:
example:
type: sdwan:TransportManagementVpnFeature
properties:
name: Example
description: My Example
featureProfileId: f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac
vpnDescription: example
primaryDnsAddressIpv4: 1.2.3.4
secondaryDnsAddressIpv4: 2.3.4.5
primaryDnsAddressIpv6: 2001:0:0:1::0
secondaryDnsAddressIpv6: 2001:0:0:2::0
newHostMappings:
- host_name: example
list_of_ip_addresses:
- 1.2.3.4
ipv4StaticRoutes:
- network_address: 1.2.3.4
subnet_mask: 0.0.0.0
gateway: nextHop
next_hops:
- address: 1.2.3.4
administrativeDistance: 1
ipv6StaticRoutes:
- prefix: 2002::/16
gateway: next_hop
next_hops:
- address: 2001:0:0:1::1
administrativeDistance: 1
Create TransportManagementVpnFeature Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new TransportManagementVpnFeature(name: string, args?: TransportManagementVpnFeatureArgs, opts?: CustomResourceOptions);
@overload
def TransportManagementVpnFeature(resource_name: str,
args: Optional[TransportManagementVpnFeatureArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def TransportManagementVpnFeature(resource_name: str,
opts: Optional[ResourceOptions] = None,
description: Optional[str] = None,
feature_profile_id: Optional[str] = None,
ipv4_static_routes: Optional[Sequence[TransportManagementVpnFeatureIpv4StaticRouteArgs]] = None,
ipv6_static_routes: Optional[Sequence[TransportManagementVpnFeatureIpv6StaticRouteArgs]] = None,
name: Optional[str] = None,
new_host_mappings: Optional[Sequence[TransportManagementVpnFeatureNewHostMappingArgs]] = None,
primary_dns_address_ipv4: Optional[str] = None,
primary_dns_address_ipv4_variable: Optional[str] = None,
primary_dns_address_ipv6: Optional[str] = None,
primary_dns_address_ipv6_variable: Optional[str] = None,
secondary_dns_address_ipv4: Optional[str] = None,
secondary_dns_address_ipv4_variable: Optional[str] = None,
secondary_dns_address_ipv6: Optional[str] = None,
secondary_dns_address_ipv6_variable: Optional[str] = None,
vpn_description: Optional[str] = None,
vpn_description_variable: Optional[str] = None)
func NewTransportManagementVpnFeature(ctx *Context, name string, args *TransportManagementVpnFeatureArgs, opts ...ResourceOption) (*TransportManagementVpnFeature, error)
public TransportManagementVpnFeature(string name, TransportManagementVpnFeatureArgs? args = null, CustomResourceOptions? opts = null)
public TransportManagementVpnFeature(String name, TransportManagementVpnFeatureArgs args)
public TransportManagementVpnFeature(String name, TransportManagementVpnFeatureArgs args, CustomResourceOptions options)
type: sdwan:TransportManagementVpnFeature
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args TransportManagementVpnFeatureArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args TransportManagementVpnFeatureArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args TransportManagementVpnFeatureArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args TransportManagementVpnFeatureArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args TransportManagementVpnFeatureArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var transportManagementVpnFeatureResource = new Sdwan.TransportManagementVpnFeature("transportManagementVpnFeatureResource", new()
{
Description = "string",
FeatureProfileId = "string",
Ipv4StaticRoutes = new[]
{
new Sdwan.Inputs.TransportManagementVpnFeatureIpv4StaticRouteArgs
{
AdministrativeDistance = 0,
AdministrativeDistanceVariable = "string",
Gateway = "string",
NetworkAddress = "string",
NetworkAddressVariable = "string",
NextHops = new[]
{
new Sdwan.Inputs.TransportManagementVpnFeatureIpv4StaticRouteNextHopArgs
{
Address = "string",
AddressVariable = "string",
AdministrativeDistance = 0,
AdministrativeDistanceVariable = "string",
},
},
SubnetMask = "string",
SubnetMaskVariable = "string",
},
},
Ipv6StaticRoutes = new[]
{
new Sdwan.Inputs.TransportManagementVpnFeatureIpv6StaticRouteArgs
{
Gateway = "string",
Nat = "string",
NatVariable = "string",
NextHops = new[]
{
new Sdwan.Inputs.TransportManagementVpnFeatureIpv6StaticRouteNextHopArgs
{
Address = "string",
AddressVariable = "string",
AdministrativeDistance = 0,
AdministrativeDistanceVariable = "string",
},
},
Null0 = false,
Prefix = "string",
PrefixVariable = "string",
},
},
Name = "string",
NewHostMappings = new[]
{
new Sdwan.Inputs.TransportManagementVpnFeatureNewHostMappingArgs
{
HostName = "string",
HostNameVariable = "string",
ListOfIpAddresses = new[]
{
"string",
},
ListOfIpAddressesVariable = "string",
},
},
PrimaryDnsAddressIpv4 = "string",
PrimaryDnsAddressIpv4Variable = "string",
PrimaryDnsAddressIpv6 = "string",
PrimaryDnsAddressIpv6Variable = "string",
SecondaryDnsAddressIpv4 = "string",
SecondaryDnsAddressIpv4Variable = "string",
SecondaryDnsAddressIpv6 = "string",
SecondaryDnsAddressIpv6Variable = "string",
VpnDescription = "string",
VpnDescriptionVariable = "string",
});
example, err := sdwan.NewTransportManagementVpnFeature(ctx, "transportManagementVpnFeatureResource", &sdwan.TransportManagementVpnFeatureArgs{
Description: pulumi.String("string"),
FeatureProfileId: pulumi.String("string"),
Ipv4StaticRoutes: sdwan.TransportManagementVpnFeatureIpv4StaticRouteArray{
&sdwan.TransportManagementVpnFeatureIpv4StaticRouteArgs{
AdministrativeDistance: pulumi.Int(0),
AdministrativeDistanceVariable: pulumi.String("string"),
Gateway: pulumi.String("string"),
NetworkAddress: pulumi.String("string"),
NetworkAddressVariable: pulumi.String("string"),
NextHops: sdwan.TransportManagementVpnFeatureIpv4StaticRouteNextHopArray{
&sdwan.TransportManagementVpnFeatureIpv4StaticRouteNextHopArgs{
Address: pulumi.String("string"),
AddressVariable: pulumi.String("string"),
AdministrativeDistance: pulumi.Int(0),
AdministrativeDistanceVariable: pulumi.String("string"),
},
},
SubnetMask: pulumi.String("string"),
SubnetMaskVariable: pulumi.String("string"),
},
},
Ipv6StaticRoutes: sdwan.TransportManagementVpnFeatureIpv6StaticRouteArray{
&sdwan.TransportManagementVpnFeatureIpv6StaticRouteArgs{
Gateway: pulumi.String("string"),
Nat: pulumi.String("string"),
NatVariable: pulumi.String("string"),
NextHops: sdwan.TransportManagementVpnFeatureIpv6StaticRouteNextHopArray{
&sdwan.TransportManagementVpnFeatureIpv6StaticRouteNextHopArgs{
Address: pulumi.String("string"),
AddressVariable: pulumi.String("string"),
AdministrativeDistance: pulumi.Int(0),
AdministrativeDistanceVariable: pulumi.String("string"),
},
},
Null0: pulumi.Bool(false),
Prefix: pulumi.String("string"),
PrefixVariable: pulumi.String("string"),
},
},
Name: pulumi.String("string"),
NewHostMappings: sdwan.TransportManagementVpnFeatureNewHostMappingArray{
&sdwan.TransportManagementVpnFeatureNewHostMappingArgs{
HostName: pulumi.String("string"),
HostNameVariable: pulumi.String("string"),
ListOfIpAddresses: pulumi.StringArray{
pulumi.String("string"),
},
ListOfIpAddressesVariable: pulumi.String("string"),
},
},
PrimaryDnsAddressIpv4: pulumi.String("string"),
PrimaryDnsAddressIpv4Variable: pulumi.String("string"),
PrimaryDnsAddressIpv6: pulumi.String("string"),
PrimaryDnsAddressIpv6Variable: pulumi.String("string"),
SecondaryDnsAddressIpv4: pulumi.String("string"),
SecondaryDnsAddressIpv4Variable: pulumi.String("string"),
SecondaryDnsAddressIpv6: pulumi.String("string"),
SecondaryDnsAddressIpv6Variable: pulumi.String("string"),
VpnDescription: pulumi.String("string"),
VpnDescriptionVariable: pulumi.String("string"),
})
var transportManagementVpnFeatureResource = new TransportManagementVpnFeature("transportManagementVpnFeatureResource", TransportManagementVpnFeatureArgs.builder()
.description("string")
.featureProfileId("string")
.ipv4StaticRoutes(TransportManagementVpnFeatureIpv4StaticRouteArgs.builder()
.administrativeDistance(0)
.administrativeDistanceVariable("string")
.gateway("string")
.networkAddress("string")
.networkAddressVariable("string")
.nextHops(TransportManagementVpnFeatureIpv4StaticRouteNextHopArgs.builder()
.address("string")
.addressVariable("string")
.administrativeDistance(0)
.administrativeDistanceVariable("string")
.build())
.subnetMask("string")
.subnetMaskVariable("string")
.build())
.ipv6StaticRoutes(TransportManagementVpnFeatureIpv6StaticRouteArgs.builder()
.gateway("string")
.nat("string")
.natVariable("string")
.nextHops(TransportManagementVpnFeatureIpv6StaticRouteNextHopArgs.builder()
.address("string")
.addressVariable("string")
.administrativeDistance(0)
.administrativeDistanceVariable("string")
.build())
.null0(false)
.prefix("string")
.prefixVariable("string")
.build())
.name("string")
.newHostMappings(TransportManagementVpnFeatureNewHostMappingArgs.builder()
.hostName("string")
.hostNameVariable("string")
.listOfIpAddresses("string")
.listOfIpAddressesVariable("string")
.build())
.primaryDnsAddressIpv4("string")
.primaryDnsAddressIpv4Variable("string")
.primaryDnsAddressIpv6("string")
.primaryDnsAddressIpv6Variable("string")
.secondaryDnsAddressIpv4("string")
.secondaryDnsAddressIpv4Variable("string")
.secondaryDnsAddressIpv6("string")
.secondaryDnsAddressIpv6Variable("string")
.vpnDescription("string")
.vpnDescriptionVariable("string")
.build());
transport_management_vpn_feature_resource = sdwan.TransportManagementVpnFeature("transportManagementVpnFeatureResource",
description="string",
feature_profile_id="string",
ipv4_static_routes=[{
"administrative_distance": 0,
"administrative_distance_variable": "string",
"gateway": "string",
"network_address": "string",
"network_address_variable": "string",
"next_hops": [{
"address": "string",
"address_variable": "string",
"administrative_distance": 0,
"administrative_distance_variable": "string",
}],
"subnet_mask": "string",
"subnet_mask_variable": "string",
}],
ipv6_static_routes=[{
"gateway": "string",
"nat": "string",
"nat_variable": "string",
"next_hops": [{
"address": "string",
"address_variable": "string",
"administrative_distance": 0,
"administrative_distance_variable": "string",
}],
"null0": False,
"prefix": "string",
"prefix_variable": "string",
}],
name="string",
new_host_mappings=[{
"host_name": "string",
"host_name_variable": "string",
"list_of_ip_addresses": ["string"],
"list_of_ip_addresses_variable": "string",
}],
primary_dns_address_ipv4="string",
primary_dns_address_ipv4_variable="string",
primary_dns_address_ipv6="string",
primary_dns_address_ipv6_variable="string",
secondary_dns_address_ipv4="string",
secondary_dns_address_ipv4_variable="string",
secondary_dns_address_ipv6="string",
secondary_dns_address_ipv6_variable="string",
vpn_description="string",
vpn_description_variable="string")
const transportManagementVpnFeatureResource = new sdwan.TransportManagementVpnFeature("transportManagementVpnFeatureResource", {
description: "string",
featureProfileId: "string",
ipv4StaticRoutes: [{
administrativeDistance: 0,
administrativeDistanceVariable: "string",
gateway: "string",
networkAddress: "string",
networkAddressVariable: "string",
nextHops: [{
address: "string",
addressVariable: "string",
administrativeDistance: 0,
administrativeDistanceVariable: "string",
}],
subnetMask: "string",
subnetMaskVariable: "string",
}],
ipv6StaticRoutes: [{
gateway: "string",
nat: "string",
natVariable: "string",
nextHops: [{
address: "string",
addressVariable: "string",
administrativeDistance: 0,
administrativeDistanceVariable: "string",
}],
null0: false,
prefix: "string",
prefixVariable: "string",
}],
name: "string",
newHostMappings: [{
hostName: "string",
hostNameVariable: "string",
listOfIpAddresses: ["string"],
listOfIpAddressesVariable: "string",
}],
primaryDnsAddressIpv4: "string",
primaryDnsAddressIpv4Variable: "string",
primaryDnsAddressIpv6: "string",
primaryDnsAddressIpv6Variable: "string",
secondaryDnsAddressIpv4: "string",
secondaryDnsAddressIpv4Variable: "string",
secondaryDnsAddressIpv6: "string",
secondaryDnsAddressIpv6Variable: "string",
vpnDescription: "string",
vpnDescriptionVariable: "string",
});
type: sdwan:TransportManagementVpnFeature
properties:
description: string
featureProfileId: string
ipv4StaticRoutes:
- administrativeDistance: 0
administrativeDistanceVariable: string
gateway: string
networkAddress: string
networkAddressVariable: string
nextHops:
- address: string
addressVariable: string
administrativeDistance: 0
administrativeDistanceVariable: string
subnetMask: string
subnetMaskVariable: string
ipv6StaticRoutes:
- gateway: string
nat: string
natVariable: string
nextHops:
- address: string
addressVariable: string
administrativeDistance: 0
administrativeDistanceVariable: string
null0: false
prefix: string
prefixVariable: string
name: string
newHostMappings:
- hostName: string
hostNameVariable: string
listOfIpAddresses:
- string
listOfIpAddressesVariable: string
primaryDnsAddressIpv4: string
primaryDnsAddressIpv4Variable: string
primaryDnsAddressIpv6: string
primaryDnsAddressIpv6Variable: string
secondaryDnsAddressIpv4: string
secondaryDnsAddressIpv4Variable: string
secondaryDnsAddressIpv6: string
secondaryDnsAddressIpv6Variable: string
vpnDescription: string
vpnDescriptionVariable: string
TransportManagementVpnFeature Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The TransportManagementVpnFeature resource accepts the following input properties:
- Description string
- The description of the Feature
- Feature
Profile stringId - Feature Profile ID
- Ipv4Static
Routes List<TransportManagement Vpn Feature Ipv4Static Route> - IPv4 Static Route
- Ipv6Static
Routes List<TransportManagement Vpn Feature Ipv6Static Route> - IPv6 Static Route
- Name string
- The name of the Feature
- New
Host List<TransportMappings Management Vpn Feature 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
- Vpn
Description string - Name
- Vpn
Description stringVariable - Variable name
- Description string
- The description of the Feature
- Feature
Profile stringId - Feature Profile ID
- Ipv4Static
Routes []TransportManagement Vpn Feature Ipv4Static Route Args - IPv4 Static Route
- Ipv6Static
Routes []TransportManagement Vpn Feature Ipv6Static Route Args - IPv6 Static Route
- Name string
- The name of the Feature
- New
Host []TransportMappings Management Vpn Feature New Host Mapping Args - 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
- Vpn
Description string - Name
- Vpn
Description stringVariable - Variable name
- description String
- The description of the Feature
- feature
Profile StringId - Feature Profile ID
- ipv4Static
Routes List<TransportManagement Vpn Feature Ipv4Static Route> - IPv4 Static Route
- ipv6Static
Routes List<TransportManagement Vpn Feature Ipv6Static Route> - IPv6 Static Route
- name String
- The name of the Feature
- new
Host List<TransportMappings Management Vpn Feature 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
- vpn
Description String - Name
- vpn
Description StringVariable - Variable name
- description string
- The description of the Feature
- feature
Profile stringId - Feature Profile ID
- ipv4Static
Routes TransportManagement Vpn Feature Ipv4Static Route[] - IPv4 Static Route
- ipv6Static
Routes TransportManagement Vpn Feature Ipv6Static Route[] - IPv6 Static Route
- name string
- The name of the Feature
- new
Host TransportMappings Management Vpn Feature 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
- vpn
Description string - Name
- vpn
Description stringVariable - Variable name
- description str
- The description of the Feature
- feature_
profile_ strid - Feature Profile ID
- ipv4_
static_ Sequence[Transportroutes Management Vpn Feature Ipv4Static Route Args] - IPv4 Static Route
- ipv6_
static_ Sequence[Transportroutes Management Vpn Feature Ipv6Static Route Args] - IPv6 Static Route
- name str
- The name of the Feature
- new_
host_ Sequence[Transportmappings Management Vpn Feature New Host Mapping Args] - 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
- vpn_
description str - Name
- vpn_
description_ strvariable - Variable name
- description String
- The description of the Feature
- feature
Profile StringId - Feature Profile ID
- ipv4Static
Routes List<Property Map> - IPv4 Static Route
- ipv6Static
Routes List<Property Map> - IPv6 Static Route
- name String
- The name of the Feature
- 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
- vpn
Description String - Name
- vpn
Description StringVariable - Variable name
Outputs
All input properties are implicitly available as output properties. Additionally, the TransportManagementVpnFeature resource produces the following output properties:
Look up Existing TransportManagementVpnFeature Resource
Get an existing TransportManagementVpnFeature resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: TransportManagementVpnFeatureState, opts?: CustomResourceOptions): TransportManagementVpnFeature
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
description: Optional[str] = None,
feature_profile_id: Optional[str] = None,
ipv4_static_routes: Optional[Sequence[TransportManagementVpnFeatureIpv4StaticRouteArgs]] = None,
ipv6_static_routes: Optional[Sequence[TransportManagementVpnFeatureIpv6StaticRouteArgs]] = None,
name: Optional[str] = None,
new_host_mappings: Optional[Sequence[TransportManagementVpnFeatureNewHostMappingArgs]] = None,
primary_dns_address_ipv4: Optional[str] = None,
primary_dns_address_ipv4_variable: Optional[str] = None,
primary_dns_address_ipv6: Optional[str] = None,
primary_dns_address_ipv6_variable: Optional[str] = None,
secondary_dns_address_ipv4: Optional[str] = None,
secondary_dns_address_ipv4_variable: Optional[str] = None,
secondary_dns_address_ipv6: Optional[str] = None,
secondary_dns_address_ipv6_variable: Optional[str] = None,
version: Optional[int] = None,
vpn_description: Optional[str] = None,
vpn_description_variable: Optional[str] = None) -> TransportManagementVpnFeature
func GetTransportManagementVpnFeature(ctx *Context, name string, id IDInput, state *TransportManagementVpnFeatureState, opts ...ResourceOption) (*TransportManagementVpnFeature, error)
public static TransportManagementVpnFeature Get(string name, Input<string> id, TransportManagementVpnFeatureState? state, CustomResourceOptions? opts = null)
public static TransportManagementVpnFeature get(String name, Output<String> id, TransportManagementVpnFeatureState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Description string
- The description of the Feature
- Feature
Profile stringId - Feature Profile ID
- Ipv4Static
Routes List<TransportManagement Vpn Feature Ipv4Static Route> - IPv4 Static Route
- Ipv6Static
Routes List<TransportManagement Vpn Feature Ipv6Static Route> - IPv6 Static Route
- Name string
- The name of the Feature
- New
Host List<TransportMappings Management Vpn Feature 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
- Version int
- The version of the Feature
- Vpn
Description string - Name
- Vpn
Description stringVariable - Variable name
- Description string
- The description of the Feature
- Feature
Profile stringId - Feature Profile ID
- Ipv4Static
Routes []TransportManagement Vpn Feature Ipv4Static Route Args - IPv4 Static Route
- Ipv6Static
Routes []TransportManagement Vpn Feature Ipv6Static Route Args - IPv6 Static Route
- Name string
- The name of the Feature
- New
Host []TransportMappings Management Vpn Feature New Host Mapping Args - 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
- Version int
- The version of the Feature
- Vpn
Description string - Name
- Vpn
Description stringVariable - Variable name
- description String
- The description of the Feature
- feature
Profile StringId - Feature Profile ID
- ipv4Static
Routes List<TransportManagement Vpn Feature Ipv4Static Route> - IPv4 Static Route
- ipv6Static
Routes List<TransportManagement Vpn Feature Ipv6Static Route> - IPv6 Static Route
- name String
- The name of the Feature
- new
Host List<TransportMappings Management Vpn Feature 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
- version Integer
- The version of the Feature
- vpn
Description String - Name
- vpn
Description StringVariable - Variable name
- description string
- The description of the Feature
- feature
Profile stringId - Feature Profile ID
- ipv4Static
Routes TransportManagement Vpn Feature Ipv4Static Route[] - IPv4 Static Route
- ipv6Static
Routes TransportManagement Vpn Feature Ipv6Static Route[] - IPv6 Static Route
- name string
- The name of the Feature
- new
Host TransportMappings Management Vpn Feature 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
- version number
- The version of the Feature
- vpn
Description string - Name
- vpn
Description stringVariable - Variable name
- description str
- The description of the Feature
- feature_
profile_ strid - Feature Profile ID
- ipv4_
static_ Sequence[Transportroutes Management Vpn Feature Ipv4Static Route Args] - IPv4 Static Route
- ipv6_
static_ Sequence[Transportroutes Management Vpn Feature Ipv6Static Route Args] - IPv6 Static Route
- name str
- The name of the Feature
- new_
host_ Sequence[Transportmappings Management Vpn Feature New Host Mapping Args] - 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
- version int
- The version of the Feature
- vpn_
description str - Name
- vpn_
description_ strvariable - Variable name
- description String
- The description of the Feature
- feature
Profile StringId - Feature Profile ID
- ipv4Static
Routes List<Property Map> - IPv4 Static Route
- ipv6Static
Routes List<Property Map> - IPv6 Static Route
- name String
- The name of the Feature
- 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
- version Number
- The version of the Feature
- vpn
Description String - Name
- vpn
Description StringVariable - Variable name
Supporting Types
TransportManagementVpnFeatureIpv4StaticRoute, TransportManagementVpnFeatureIpv4StaticRouteArgs
- Administrative
Distance int - Administrative distance, Attribute conditional on
gateway
being equal tonull0
- Range:
1
-255
- Default value:
1
- Range:
- Administrative
Distance stringVariable - Variable name
- Gateway string
- Gateway
- Choices:
nextHop
,dhcp
,null0
- Default value:
nextHop
- Choices:
- Network
Address string - IP Address
- Network
Address stringVariable - Variable name
- Next
Hops List<TransportManagement Vpn Feature Ipv4Static Route Next Hop> - IPv4 Route Gateway Next Hop, Attribute conditional on
gateway
being equal tonextHop
- Subnet
Mask string - Subnet Mask
- Choices:
255.255.255.255
,255.255.255.254
,255.255.255.252
,255.255.255.248
,255.255.255.240
,255.255.255.224
,255.255.255.192
,255.255.255.128
,255.255.255.0
,255.255.254.0
,255.255.252.0
,255.255.248.0
,255.255.240.0
,255.255.224.0
,255.255.192.0
,255.255.128.0
,255.255.0.0
,255.254.0.0
,255.252.0.0
,255.240.0.0
,255.224.0.0
,255.192.0.0
,255.128.0.0
,255.0.0.0
,254.0.0.0
,252.0.0.0
,248.0.0.0
,240.0.0.0
,224.0.0.0
,192.0.0.0
,128.0.0.0
,0.0.0.0
- Choices:
- Subnet
Mask stringVariable - Variable name
- Administrative
Distance int - Administrative distance, Attribute conditional on
gateway
being equal tonull0
- Range:
1
-255
- Default value:
1
- Range:
- Administrative
Distance stringVariable - Variable name
- Gateway string
- Gateway
- Choices:
nextHop
,dhcp
,null0
- Default value:
nextHop
- Choices:
- Network
Address string - IP Address
- Network
Address stringVariable - Variable name
- Next
Hops []TransportManagement Vpn Feature Ipv4Static Route Next Hop - IPv4 Route Gateway Next Hop, Attribute conditional on
gateway
being equal tonextHop
- Subnet
Mask string - Subnet Mask
- Choices:
255.255.255.255
,255.255.255.254
,255.255.255.252
,255.255.255.248
,255.255.255.240
,255.255.255.224
,255.255.255.192
,255.255.255.128
,255.255.255.0
,255.255.254.0
,255.255.252.0
,255.255.248.0
,255.255.240.0
,255.255.224.0
,255.255.192.0
,255.255.128.0
,255.255.0.0
,255.254.0.0
,255.252.0.0
,255.240.0.0
,255.224.0.0
,255.192.0.0
,255.128.0.0
,255.0.0.0
,254.0.0.0
,252.0.0.0
,248.0.0.0
,240.0.0.0
,224.0.0.0
,192.0.0.0
,128.0.0.0
,0.0.0.0
- Choices:
- Subnet
Mask stringVariable - Variable name
- administrative
Distance Integer - Administrative distance, Attribute conditional on
gateway
being equal tonull0
- Range:
1
-255
- Default value:
1
- Range:
- administrative
Distance StringVariable - Variable name
- gateway String
- Gateway
- Choices:
nextHop
,dhcp
,null0
- Default value:
nextHop
- Choices:
- network
Address String - IP Address
- network
Address StringVariable - Variable name
- next
Hops List<TransportManagement Vpn Feature Ipv4Static Route Next Hop> - IPv4 Route Gateway Next Hop, Attribute conditional on
gateway
being equal tonextHop
- subnet
Mask String - Subnet Mask
- Choices:
255.255.255.255
,255.255.255.254
,255.255.255.252
,255.255.255.248
,255.255.255.240
,255.255.255.224
,255.255.255.192
,255.255.255.128
,255.255.255.0
,255.255.254.0
,255.255.252.0
,255.255.248.0
,255.255.240.0
,255.255.224.0
,255.255.192.0
,255.255.128.0
,255.255.0.0
,255.254.0.0
,255.252.0.0
,255.240.0.0
,255.224.0.0
,255.192.0.0
,255.128.0.0
,255.0.0.0
,254.0.0.0
,252.0.0.0
,248.0.0.0
,240.0.0.0
,224.0.0.0
,192.0.0.0
,128.0.0.0
,0.0.0.0
- Choices:
- subnet
Mask StringVariable - Variable name
- administrative
Distance number - Administrative distance, Attribute conditional on
gateway
being equal tonull0
- Range:
1
-255
- Default value:
1
- Range:
- administrative
Distance stringVariable - Variable name
- gateway string
- Gateway
- Choices:
nextHop
,dhcp
,null0
- Default value:
nextHop
- Choices:
- network
Address string - IP Address
- network
Address stringVariable - Variable name
- next
Hops TransportManagement Vpn Feature Ipv4Static Route Next Hop[] - IPv4 Route Gateway Next Hop, Attribute conditional on
gateway
being equal tonextHop
- subnet
Mask string - Subnet Mask
- Choices:
255.255.255.255
,255.255.255.254
,255.255.255.252
,255.255.255.248
,255.255.255.240
,255.255.255.224
,255.255.255.192
,255.255.255.128
,255.255.255.0
,255.255.254.0
,255.255.252.0
,255.255.248.0
,255.255.240.0
,255.255.224.0
,255.255.192.0
,255.255.128.0
,255.255.0.0
,255.254.0.0
,255.252.0.0
,255.240.0.0
,255.224.0.0
,255.192.0.0
,255.128.0.0
,255.0.0.0
,254.0.0.0
,252.0.0.0
,248.0.0.0
,240.0.0.0
,224.0.0.0
,192.0.0.0
,128.0.0.0
,0.0.0.0
- Choices:
- subnet
Mask stringVariable - Variable name
- administrative_
distance int - Administrative distance, Attribute conditional on
gateway
being equal tonull0
- Range:
1
-255
- Default value:
1
- Range:
- administrative_
distance_ strvariable - Variable name
- gateway str
- Gateway
- Choices:
nextHop
,dhcp
,null0
- Default value:
nextHop
- Choices:
- network_
address str - IP Address
- network_
address_ strvariable - Variable name
- next_
hops Sequence[TransportManagement Vpn Feature Ipv4Static Route Next Hop] - IPv4 Route Gateway Next Hop, Attribute conditional on
gateway
being equal tonextHop
- subnet_
mask str - Subnet Mask
- Choices:
255.255.255.255
,255.255.255.254
,255.255.255.252
,255.255.255.248
,255.255.255.240
,255.255.255.224
,255.255.255.192
,255.255.255.128
,255.255.255.0
,255.255.254.0
,255.255.252.0
,255.255.248.0
,255.255.240.0
,255.255.224.0
,255.255.192.0
,255.255.128.0
,255.255.0.0
,255.254.0.0
,255.252.0.0
,255.240.0.0
,255.224.0.0
,255.192.0.0
,255.128.0.0
,255.0.0.0
,254.0.0.0
,252.0.0.0
,248.0.0.0
,240.0.0.0
,224.0.0.0
,192.0.0.0
,128.0.0.0
,0.0.0.0
- Choices:
- subnet_
mask_ strvariable - Variable name
- administrative
Distance Number - Administrative distance, Attribute conditional on
gateway
being equal tonull0
- Range:
1
-255
- Default value:
1
- Range:
- administrative
Distance StringVariable - Variable name
- gateway String
- Gateway
- Choices:
nextHop
,dhcp
,null0
- Default value:
nextHop
- Choices:
- network
Address String - IP Address
- network
Address StringVariable - Variable name
- next
Hops List<Property Map> - IPv4 Route Gateway Next Hop, Attribute conditional on
gateway
being equal tonextHop
- subnet
Mask String - Subnet Mask
- Choices:
255.255.255.255
,255.255.255.254
,255.255.255.252
,255.255.255.248
,255.255.255.240
,255.255.255.224
,255.255.255.192
,255.255.255.128
,255.255.255.0
,255.255.254.0
,255.255.252.0
,255.255.248.0
,255.255.240.0
,255.255.224.0
,255.255.192.0
,255.255.128.0
,255.255.0.0
,255.254.0.0
,255.252.0.0
,255.240.0.0
,255.224.0.0
,255.192.0.0
,255.128.0.0
,255.0.0.0
,254.0.0.0
,252.0.0.0
,248.0.0.0
,240.0.0.0
,224.0.0.0
,192.0.0.0
,128.0.0.0
,0.0.0.0
- Choices:
- subnet
Mask StringVariable - Variable name
TransportManagementVpnFeatureIpv4StaticRouteNextHop, TransportManagementVpnFeatureIpv4StaticRouteNextHopArgs
- Address string
- Address
- Address
Variable string - Variable name
- Administrative
Distance int - Administrative distance
- Range:
1
-255
- Default value:
1
- Range:
- Administrative
Distance stringVariable - Variable name
- Address string
- Address
- Address
Variable string - Variable name
- Administrative
Distance int - Administrative distance
- Range:
1
-255
- Default value:
1
- Range:
- Administrative
Distance stringVariable - Variable name
- address String
- Address
- address
Variable String - Variable name
- administrative
Distance Integer - Administrative distance
- Range:
1
-255
- Default value:
1
- Range:
- administrative
Distance StringVariable - Variable name
- address string
- Address
- address
Variable string - Variable name
- administrative
Distance number - Administrative distance
- Range:
1
-255
- Default value:
1
- Range:
- administrative
Distance stringVariable - Variable name
- address str
- Address
- address_
variable str - Variable name
- administrative_
distance int - Administrative distance
- Range:
1
-255
- Default value:
1
- Range:
- administrative_
distance_ strvariable - Variable name
- address String
- Address
- address
Variable String - Variable name
- administrative
Distance Number - Administrative distance
- Range:
1
-255
- Default value:
1
- Range:
- administrative
Distance StringVariable - Variable name
TransportManagementVpnFeatureIpv6StaticRoute, TransportManagementVpnFeatureIpv6StaticRouteArgs
- Gateway string
- Gateway
- Choices:
next_hop
,null0
,nat
- Choices:
- Nat string
- IPv6 Nat, Attribute conditional on
gateway
being equal tonat
- Choices:
NAT64
,NAT66
- Choices:
- Nat
Variable string - Variable name
- Next
Hops List<TransportManagement Vpn Feature Ipv6Static Route Next Hop> - IPv6 Route Gateway Next Hop, Attribute conditional on
gateway
being equal tonext_hop
- Null0 bool
- IPv6 Route Gateway Next Hop, Attribute conditional on
gateway
being equal tonull0
- Prefix string
- Prefix
- Prefix
Variable string - Variable name
- Gateway string
- Gateway
- Choices:
next_hop
,null0
,nat
- Choices:
- Nat string
- IPv6 Nat, Attribute conditional on
gateway
being equal tonat
- Choices:
NAT64
,NAT66
- Choices:
- Nat
Variable string - Variable name
- Next
Hops []TransportManagement Vpn Feature Ipv6Static Route Next Hop - IPv6 Route Gateway Next Hop, Attribute conditional on
gateway
being equal tonext_hop
- Null0 bool
- IPv6 Route Gateway Next Hop, Attribute conditional on
gateway
being equal tonull0
- Prefix string
- Prefix
- Prefix
Variable string - Variable name
- gateway String
- Gateway
- Choices:
next_hop
,null0
,nat
- Choices:
- nat String
- IPv6 Nat, Attribute conditional on
gateway
being equal tonat
- Choices:
NAT64
,NAT66
- Choices:
- nat
Variable String - Variable name
- next
Hops List<TransportManagement Vpn Feature Ipv6Static Route Next Hop> - IPv6 Route Gateway Next Hop, Attribute conditional on
gateway
being equal tonext_hop
- null0 Boolean
- IPv6 Route Gateway Next Hop, Attribute conditional on
gateway
being equal tonull0
- prefix String
- Prefix
- prefix
Variable String - Variable name
- gateway string
- Gateway
- Choices:
next_hop
,null0
,nat
- Choices:
- nat string
- IPv6 Nat, Attribute conditional on
gateway
being equal tonat
- Choices:
NAT64
,NAT66
- Choices:
- nat
Variable string - Variable name
- next
Hops TransportManagement Vpn Feature Ipv6Static Route Next Hop[] - IPv6 Route Gateway Next Hop, Attribute conditional on
gateway
being equal tonext_hop
- null0 boolean
- IPv6 Route Gateway Next Hop, Attribute conditional on
gateway
being equal tonull0
- prefix string
- Prefix
- prefix
Variable string - Variable name
- gateway str
- Gateway
- Choices:
next_hop
,null0
,nat
- Choices:
- nat str
- IPv6 Nat, Attribute conditional on
gateway
being equal tonat
- Choices:
NAT64
,NAT66
- Choices:
- nat_
variable str - Variable name
- next_
hops Sequence[TransportManagement Vpn Feature Ipv6Static Route Next Hop] - IPv6 Route Gateway Next Hop, Attribute conditional on
gateway
being equal tonext_hop
- null0 bool
- IPv6 Route Gateway Next Hop, Attribute conditional on
gateway
being equal tonull0
- prefix str
- Prefix
- prefix_
variable str - Variable name
- gateway String
- Gateway
- Choices:
next_hop
,null0
,nat
- Choices:
- nat String
- IPv6 Nat, Attribute conditional on
gateway
being equal tonat
- Choices:
NAT64
,NAT66
- Choices:
- nat
Variable String - Variable name
- next
Hops List<Property Map> - IPv6 Route Gateway Next Hop, Attribute conditional on
gateway
being equal tonext_hop
- null0 Boolean
- IPv6 Route Gateway Next Hop, Attribute conditional on
gateway
being equal tonull0
- prefix String
- Prefix
- prefix
Variable String - Variable name
TransportManagementVpnFeatureIpv6StaticRouteNextHop, TransportManagementVpnFeatureIpv6StaticRouteNextHopArgs
- Address string
- Address
- Address
Variable string - Variable name
- Administrative
Distance int - Administrative distance
- Range:
1
-254
- Default value:
1
- Range:
- Administrative
Distance stringVariable - Variable name
- Address string
- Address
- Address
Variable string - Variable name
- Administrative
Distance int - Administrative distance
- Range:
1
-254
- Default value:
1
- Range:
- Administrative
Distance stringVariable - Variable name
- address String
- Address
- address
Variable String - Variable name
- administrative
Distance Integer - Administrative distance
- Range:
1
-254
- Default value:
1
- Range:
- administrative
Distance StringVariable - Variable name
- address string
- Address
- address
Variable string - Variable name
- administrative
Distance number - Administrative distance
- Range:
1
-254
- Default value:
1
- Range:
- administrative
Distance stringVariable - Variable name
- address str
- Address
- address_
variable str - Variable name
- administrative_
distance int - Administrative distance
- Range:
1
-254
- Default value:
1
- Range:
- administrative_
distance_ strvariable - Variable name
- address String
- Address
- address
Variable String - Variable name
- administrative
Distance Number - Administrative distance
- Range:
1
-254
- Default value:
1
- Range:
- administrative
Distance StringVariable - Variable name
TransportManagementVpnFeatureNewHostMapping, TransportManagementVpnFeatureNewHostMappingArgs
- 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
Import
Expected import identifier with the format: “transport_management_vpn_feature_id,feature_profile_id”
$ pulumi import sdwan:index/transportManagementVpnFeature:TransportManagementVpnFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd,f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac"
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- sdwan pulumi/pulumi-sdwan
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
sdwan
Terraform Provider.