opentelekomcloud.EnterpriseVpnGatewayV5
Explore with Pulumi AI
Create EnterpriseVpnGatewayV5 Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new EnterpriseVpnGatewayV5(name: string, args: EnterpriseVpnGatewayV5Args, opts?: CustomResourceOptions);
@overload
def EnterpriseVpnGatewayV5(resource_name: str,
args: EnterpriseVpnGatewayV5Args,
opts: Optional[ResourceOptions] = None)
@overload
def EnterpriseVpnGatewayV5(resource_name: str,
opts: Optional[ResourceOptions] = None,
availability_zones: Optional[Sequence[str]] = None,
eip2: Optional[EnterpriseVpnGatewayV5Eip2Args] = None,
access_subnet_id: Optional[str] = None,
access_vpc_id: Optional[str] = None,
asn: Optional[float] = None,
attachment_type: Optional[str] = None,
access_private_ip2: Optional[str] = None,
connect_subnet: Optional[str] = None,
delete_eip: Optional[bool] = None,
access_private_ip1: Optional[str] = None,
eip1: Optional[EnterpriseVpnGatewayV5Eip1Args] = None,
flavor: Optional[str] = None,
er_id: Optional[str] = None,
enterprise_vpn_gateway_v5_id: Optional[str] = None,
ha_mode: Optional[str] = None,
local_subnets: Optional[Sequence[str]] = None,
name: Optional[str] = None,
network_type: Optional[str] = None,
tags: Optional[Mapping[str, str]] = None,
timeouts: Optional[EnterpriseVpnGatewayV5TimeoutsArgs] = None,
vpc_id: Optional[str] = None)
func NewEnterpriseVpnGatewayV5(ctx *Context, name string, args EnterpriseVpnGatewayV5Args, opts ...ResourceOption) (*EnterpriseVpnGatewayV5, error)
public EnterpriseVpnGatewayV5(string name, EnterpriseVpnGatewayV5Args args, CustomResourceOptions? opts = null)
public EnterpriseVpnGatewayV5(String name, EnterpriseVpnGatewayV5Args args)
public EnterpriseVpnGatewayV5(String name, EnterpriseVpnGatewayV5Args args, CustomResourceOptions options)
type: opentelekomcloud:EnterpriseVpnGatewayV5
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 EnterpriseVpnGatewayV5Args
- 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 EnterpriseVpnGatewayV5Args
- 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 EnterpriseVpnGatewayV5Args
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args EnterpriseVpnGatewayV5Args
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args EnterpriseVpnGatewayV5Args
- 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 enterpriseVpnGatewayV5Resource = new Opentelekomcloud.EnterpriseVpnGatewayV5("enterpriseVpnGatewayV5Resource", new()
{
AvailabilityZones = new[]
{
"string",
},
Eip2 = new Opentelekomcloud.Inputs.EnterpriseVpnGatewayV5Eip2Args
{
BandwidthId = "string",
BandwidthName = "string",
BandwidthSize = 0,
ChargeMode = "string",
Id = "string",
IpAddress = "string",
IpVersion = 0,
Type = "string",
},
AccessSubnetId = "string",
AccessVpcId = "string",
Asn = 0,
AttachmentType = "string",
AccessPrivateIp2 = "string",
ConnectSubnet = "string",
DeleteEip = false,
AccessPrivateIp1 = "string",
Eip1 = new Opentelekomcloud.Inputs.EnterpriseVpnGatewayV5Eip1Args
{
BandwidthId = "string",
BandwidthName = "string",
BandwidthSize = 0,
ChargeMode = "string",
Id = "string",
IpAddress = "string",
IpVersion = 0,
Type = "string",
},
Flavor = "string",
ErId = "string",
EnterpriseVpnGatewayV5Id = "string",
HaMode = "string",
LocalSubnets = new[]
{
"string",
},
Name = "string",
NetworkType = "string",
Tags =
{
{ "string", "string" },
},
Timeouts = new Opentelekomcloud.Inputs.EnterpriseVpnGatewayV5TimeoutsArgs
{
Create = "string",
Delete = "string",
Update = "string",
},
VpcId = "string",
});
example, err := opentelekomcloud.NewEnterpriseVpnGatewayV5(ctx, "enterpriseVpnGatewayV5Resource", &opentelekomcloud.EnterpriseVpnGatewayV5Args{
AvailabilityZones: pulumi.StringArray{
pulumi.String("string"),
},
Eip2: &opentelekomcloud.EnterpriseVpnGatewayV5Eip2Args{
BandwidthId: pulumi.String("string"),
BandwidthName: pulumi.String("string"),
BandwidthSize: pulumi.Float64(0),
ChargeMode: pulumi.String("string"),
Id: pulumi.String("string"),
IpAddress: pulumi.String("string"),
IpVersion: pulumi.Float64(0),
Type: pulumi.String("string"),
},
AccessSubnetId: pulumi.String("string"),
AccessVpcId: pulumi.String("string"),
Asn: pulumi.Float64(0),
AttachmentType: pulumi.String("string"),
AccessPrivateIp2: pulumi.String("string"),
ConnectSubnet: pulumi.String("string"),
DeleteEip: pulumi.Bool(false),
AccessPrivateIp1: pulumi.String("string"),
Eip1: &opentelekomcloud.EnterpriseVpnGatewayV5Eip1Args{
BandwidthId: pulumi.String("string"),
BandwidthName: pulumi.String("string"),
BandwidthSize: pulumi.Float64(0),
ChargeMode: pulumi.String("string"),
Id: pulumi.String("string"),
IpAddress: pulumi.String("string"),
IpVersion: pulumi.Float64(0),
Type: pulumi.String("string"),
},
Flavor: pulumi.String("string"),
ErId: pulumi.String("string"),
EnterpriseVpnGatewayV5Id: pulumi.String("string"),
HaMode: pulumi.String("string"),
LocalSubnets: pulumi.StringArray{
pulumi.String("string"),
},
Name: pulumi.String("string"),
NetworkType: pulumi.String("string"),
Tags: pulumi.StringMap{
"string": pulumi.String("string"),
},
Timeouts: &opentelekomcloud.EnterpriseVpnGatewayV5TimeoutsArgs{
Create: pulumi.String("string"),
Delete: pulumi.String("string"),
Update: pulumi.String("string"),
},
VpcId: pulumi.String("string"),
})
var enterpriseVpnGatewayV5Resource = new EnterpriseVpnGatewayV5("enterpriseVpnGatewayV5Resource", EnterpriseVpnGatewayV5Args.builder()
.availabilityZones("string")
.eip2(EnterpriseVpnGatewayV5Eip2Args.builder()
.bandwidthId("string")
.bandwidthName("string")
.bandwidthSize(0)
.chargeMode("string")
.id("string")
.ipAddress("string")
.ipVersion(0)
.type("string")
.build())
.accessSubnetId("string")
.accessVpcId("string")
.asn(0)
.attachmentType("string")
.accessPrivateIp2("string")
.connectSubnet("string")
.deleteEip(false)
.accessPrivateIp1("string")
.eip1(EnterpriseVpnGatewayV5Eip1Args.builder()
.bandwidthId("string")
.bandwidthName("string")
.bandwidthSize(0)
.chargeMode("string")
.id("string")
.ipAddress("string")
.ipVersion(0)
.type("string")
.build())
.flavor("string")
.erId("string")
.enterpriseVpnGatewayV5Id("string")
.haMode("string")
.localSubnets("string")
.name("string")
.networkType("string")
.tags(Map.of("string", "string"))
.timeouts(EnterpriseVpnGatewayV5TimeoutsArgs.builder()
.create("string")
.delete("string")
.update("string")
.build())
.vpcId("string")
.build());
enterprise_vpn_gateway_v5_resource = opentelekomcloud.EnterpriseVpnGatewayV5("enterpriseVpnGatewayV5Resource",
availability_zones=["string"],
eip2={
"bandwidth_id": "string",
"bandwidth_name": "string",
"bandwidth_size": 0,
"charge_mode": "string",
"id": "string",
"ip_address": "string",
"ip_version": 0,
"type": "string",
},
access_subnet_id="string",
access_vpc_id="string",
asn=0,
attachment_type="string",
access_private_ip2="string",
connect_subnet="string",
delete_eip=False,
access_private_ip1="string",
eip1={
"bandwidth_id": "string",
"bandwidth_name": "string",
"bandwidth_size": 0,
"charge_mode": "string",
"id": "string",
"ip_address": "string",
"ip_version": 0,
"type": "string",
},
flavor="string",
er_id="string",
enterprise_vpn_gateway_v5_id="string",
ha_mode="string",
local_subnets=["string"],
name="string",
network_type="string",
tags={
"string": "string",
},
timeouts={
"create": "string",
"delete": "string",
"update": "string",
},
vpc_id="string")
const enterpriseVpnGatewayV5Resource = new opentelekomcloud.EnterpriseVpnGatewayV5("enterpriseVpnGatewayV5Resource", {
availabilityZones: ["string"],
eip2: {
bandwidthId: "string",
bandwidthName: "string",
bandwidthSize: 0,
chargeMode: "string",
id: "string",
ipAddress: "string",
ipVersion: 0,
type: "string",
},
accessSubnetId: "string",
accessVpcId: "string",
asn: 0,
attachmentType: "string",
accessPrivateIp2: "string",
connectSubnet: "string",
deleteEip: false,
accessPrivateIp1: "string",
eip1: {
bandwidthId: "string",
bandwidthName: "string",
bandwidthSize: 0,
chargeMode: "string",
id: "string",
ipAddress: "string",
ipVersion: 0,
type: "string",
},
flavor: "string",
erId: "string",
enterpriseVpnGatewayV5Id: "string",
haMode: "string",
localSubnets: ["string"],
name: "string",
networkType: "string",
tags: {
string: "string",
},
timeouts: {
create: "string",
"delete": "string",
update: "string",
},
vpcId: "string",
});
type: opentelekomcloud:EnterpriseVpnGatewayV5
properties:
accessPrivateIp1: string
accessPrivateIp2: string
accessSubnetId: string
accessVpcId: string
asn: 0
attachmentType: string
availabilityZones:
- string
connectSubnet: string
deleteEip: false
eip1:
bandwidthId: string
bandwidthName: string
bandwidthSize: 0
chargeMode: string
id: string
ipAddress: string
ipVersion: 0
type: string
eip2:
bandwidthId: string
bandwidthName: string
bandwidthSize: 0
chargeMode: string
id: string
ipAddress: string
ipVersion: 0
type: string
enterpriseVpnGatewayV5Id: string
erId: string
flavor: string
haMode: string
localSubnets:
- string
name: string
networkType: string
tags:
string: string
timeouts:
create: string
delete: string
update: string
vpcId: string
EnterpriseVpnGatewayV5 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 EnterpriseVpnGatewayV5 resource accepts the following input properties:
- Availability
Zones List<string> - Access
Private stringIp1 - Access
Private stringIp2 - Access
Subnet stringId - Access
Vpc stringId - Asn double
- Attachment
Type string - Connect
Subnet string - Delete
Eip bool - Eip1
Enterprise
Vpn Gateway V5Eip1 - Eip2
Enterprise
Vpn Gateway V5Eip2 - Enterprise
Vpn stringGateway V5Id - Er
Id string - Flavor string
- Ha
Mode string - Local
Subnets List<string> - Name string
- Network
Type string - Dictionary<string, string>
- Timeouts
Enterprise
Vpn Gateway V5Timeouts - Vpc
Id string
- Availability
Zones []string - Access
Private stringIp1 - Access
Private stringIp2 - Access
Subnet stringId - Access
Vpc stringId - Asn float64
- Attachment
Type string - Connect
Subnet string - Delete
Eip bool - Eip1
Enterprise
Vpn Gateway V5Eip1Args - Eip2
Enterprise
Vpn Gateway V5Eip2Args - Enterprise
Vpn stringGateway V5Id - Er
Id string - Flavor string
- Ha
Mode string - Local
Subnets []string - Name string
- Network
Type string - map[string]string
- Timeouts
Enterprise
Vpn Gateway V5Timeouts Args - Vpc
Id string
- availability
Zones List<String> - access
Private StringIp1 - access
Private StringIp2 - access
Subnet StringId - access
Vpc StringId - asn Double
- attachment
Type String - connect
Subnet String - delete
Eip Boolean - eip1
Enterprise
Vpn Gateway V5Eip1 - eip2
Enterprise
Vpn Gateway V5Eip2 - enterprise
Vpn StringGateway V5Id - er
Id String - flavor String
- ha
Mode String - local
Subnets List<String> - name String
- network
Type String - Map<String,String>
- timeouts
Enterprise
Vpn Gateway V5Timeouts - vpc
Id String
- availability
Zones string[] - access
Private stringIp1 - access
Private stringIp2 - access
Subnet stringId - access
Vpc stringId - asn number
- attachment
Type string - connect
Subnet string - delete
Eip boolean - eip1
Enterprise
Vpn Gateway V5Eip1 - eip2
Enterprise
Vpn Gateway V5Eip2 - enterprise
Vpn stringGateway V5Id - er
Id string - flavor string
- ha
Mode string - local
Subnets string[] - name string
- network
Type string - {[key: string]: string}
- timeouts
Enterprise
Vpn Gateway V5Timeouts - vpc
Id string
- availability_
zones Sequence[str] - access_
private_ strip1 - access_
private_ strip2 - access_
subnet_ strid - access_
vpc_ strid - asn float
- attachment_
type str - connect_
subnet str - delete_
eip bool - eip1
Enterprise
Vpn Gateway V5Eip1Args - eip2
Enterprise
Vpn Gateway V5Eip2Args - enterprise_
vpn_ strgateway_ v5_ id - er_
id str - flavor str
- ha_
mode str - local_
subnets Sequence[str] - name str
- network_
type str - Mapping[str, str]
- timeouts
Enterprise
Vpn Gateway V5Timeouts Args - vpc_
id str
- availability
Zones List<String> - access
Private StringIp1 - access
Private StringIp2 - access
Subnet StringId - access
Vpc StringId - asn Number
- attachment
Type String - connect
Subnet String - delete
Eip Boolean - eip1 Property Map
- eip2 Property Map
- enterprise
Vpn StringGateway V5Id - er
Id String - flavor String
- ha
Mode String - local
Subnets List<String> - name String
- network
Type String - Map<String>
- timeouts Property Map
- vpc
Id String
Outputs
All input properties are implicitly available as output properties. Additionally, the EnterpriseVpnGatewayV5 resource produces the following output properties:
- Created
At string - Er
Attachment stringId - Id string
- The provider-assigned unique ID for this managed resource.
- Region string
- Status string
- Updated
At string - Used
Connection doubleGroup - Used
Connection doubleNumber
- Created
At string - Er
Attachment stringId - Id string
- The provider-assigned unique ID for this managed resource.
- Region string
- Status string
- Updated
At string - Used
Connection float64Group - Used
Connection float64Number
- created
At String - er
Attachment StringId - id String
- The provider-assigned unique ID for this managed resource.
- region String
- status String
- updated
At String - used
Connection DoubleGroup - used
Connection DoubleNumber
- created
At string - er
Attachment stringId - id string
- The provider-assigned unique ID for this managed resource.
- region string
- status string
- updated
At string - used
Connection numberGroup - used
Connection numberNumber
- created_
at str - er_
attachment_ strid - id str
- The provider-assigned unique ID for this managed resource.
- region str
- status str
- updated_
at str - used_
connection_ floatgroup - used_
connection_ floatnumber
- created
At String - er
Attachment StringId - id String
- The provider-assigned unique ID for this managed resource.
- region String
- status String
- updated
At String - used
Connection NumberGroup - used
Connection NumberNumber
Look up Existing EnterpriseVpnGatewayV5 Resource
Get an existing EnterpriseVpnGatewayV5 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?: EnterpriseVpnGatewayV5State, opts?: CustomResourceOptions): EnterpriseVpnGatewayV5
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
access_private_ip1: Optional[str] = None,
access_private_ip2: Optional[str] = None,
access_subnet_id: Optional[str] = None,
access_vpc_id: Optional[str] = None,
asn: Optional[float] = None,
attachment_type: Optional[str] = None,
availability_zones: Optional[Sequence[str]] = None,
connect_subnet: Optional[str] = None,
created_at: Optional[str] = None,
delete_eip: Optional[bool] = None,
eip1: Optional[EnterpriseVpnGatewayV5Eip1Args] = None,
eip2: Optional[EnterpriseVpnGatewayV5Eip2Args] = None,
enterprise_vpn_gateway_v5_id: Optional[str] = None,
er_attachment_id: Optional[str] = None,
er_id: Optional[str] = None,
flavor: Optional[str] = None,
ha_mode: Optional[str] = None,
local_subnets: Optional[Sequence[str]] = None,
name: Optional[str] = None,
network_type: Optional[str] = None,
region: Optional[str] = None,
status: Optional[str] = None,
tags: Optional[Mapping[str, str]] = None,
timeouts: Optional[EnterpriseVpnGatewayV5TimeoutsArgs] = None,
updated_at: Optional[str] = None,
used_connection_group: Optional[float] = None,
used_connection_number: Optional[float] = None,
vpc_id: Optional[str] = None) -> EnterpriseVpnGatewayV5
func GetEnterpriseVpnGatewayV5(ctx *Context, name string, id IDInput, state *EnterpriseVpnGatewayV5State, opts ...ResourceOption) (*EnterpriseVpnGatewayV5, error)
public static EnterpriseVpnGatewayV5 Get(string name, Input<string> id, EnterpriseVpnGatewayV5State? state, CustomResourceOptions? opts = null)
public static EnterpriseVpnGatewayV5 get(String name, Output<String> id, EnterpriseVpnGatewayV5State state, CustomResourceOptions options)
resources: _: type: opentelekomcloud:EnterpriseVpnGatewayV5 get: id: ${id}
- 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.
- Access
Private stringIp1 - Access
Private stringIp2 - Access
Subnet stringId - Access
Vpc stringId - Asn double
- Attachment
Type string - Availability
Zones List<string> - Connect
Subnet string - Created
At string - Delete
Eip bool - Eip1
Enterprise
Vpn Gateway V5Eip1 - Eip2
Enterprise
Vpn Gateway V5Eip2 - Enterprise
Vpn stringGateway V5Id - Er
Attachment stringId - Er
Id string - Flavor string
- Ha
Mode string - Local
Subnets List<string> - Name string
- Network
Type string - Region string
- Status string
- Dictionary<string, string>
- Timeouts
Enterprise
Vpn Gateway V5Timeouts - Updated
At string - Used
Connection doubleGroup - Used
Connection doubleNumber - Vpc
Id string
- Access
Private stringIp1 - Access
Private stringIp2 - Access
Subnet stringId - Access
Vpc stringId - Asn float64
- Attachment
Type string - Availability
Zones []string - Connect
Subnet string - Created
At string - Delete
Eip bool - Eip1
Enterprise
Vpn Gateway V5Eip1Args - Eip2
Enterprise
Vpn Gateway V5Eip2Args - Enterprise
Vpn stringGateway V5Id - Er
Attachment stringId - Er
Id string - Flavor string
- Ha
Mode string - Local
Subnets []string - Name string
- Network
Type string - Region string
- Status string
- map[string]string
- Timeouts
Enterprise
Vpn Gateway V5Timeouts Args - Updated
At string - Used
Connection float64Group - Used
Connection float64Number - Vpc
Id string
- access
Private StringIp1 - access
Private StringIp2 - access
Subnet StringId - access
Vpc StringId - asn Double
- attachment
Type String - availability
Zones List<String> - connect
Subnet String - created
At String - delete
Eip Boolean - eip1
Enterprise
Vpn Gateway V5Eip1 - eip2
Enterprise
Vpn Gateway V5Eip2 - enterprise
Vpn StringGateway V5Id - er
Attachment StringId - er
Id String - flavor String
- ha
Mode String - local
Subnets List<String> - name String
- network
Type String - region String
- status String
- Map<String,String>
- timeouts
Enterprise
Vpn Gateway V5Timeouts - updated
At String - used
Connection DoubleGroup - used
Connection DoubleNumber - vpc
Id String
- access
Private stringIp1 - access
Private stringIp2 - access
Subnet stringId - access
Vpc stringId - asn number
- attachment
Type string - availability
Zones string[] - connect
Subnet string - created
At string - delete
Eip boolean - eip1
Enterprise
Vpn Gateway V5Eip1 - eip2
Enterprise
Vpn Gateway V5Eip2 - enterprise
Vpn stringGateway V5Id - er
Attachment stringId - er
Id string - flavor string
- ha
Mode string - local
Subnets string[] - name string
- network
Type string - region string
- status string
- {[key: string]: string}
- timeouts
Enterprise
Vpn Gateway V5Timeouts - updated
At string - used
Connection numberGroup - used
Connection numberNumber - vpc
Id string
- access_
private_ strip1 - access_
private_ strip2 - access_
subnet_ strid - access_
vpc_ strid - asn float
- attachment_
type str - availability_
zones Sequence[str] - connect_
subnet str - created_
at str - delete_
eip bool - eip1
Enterprise
Vpn Gateway V5Eip1Args - eip2
Enterprise
Vpn Gateway V5Eip2Args - enterprise_
vpn_ strgateway_ v5_ id - er_
attachment_ strid - er_
id str - flavor str
- ha_
mode str - local_
subnets Sequence[str] - name str
- network_
type str - region str
- status str
- Mapping[str, str]
- timeouts
Enterprise
Vpn Gateway V5Timeouts Args - updated_
at str - used_
connection_ floatgroup - used_
connection_ floatnumber - vpc_
id str
- access
Private StringIp1 - access
Private StringIp2 - access
Subnet StringId - access
Vpc StringId - asn Number
- attachment
Type String - availability
Zones List<String> - connect
Subnet String - created
At String - delete
Eip Boolean - eip1 Property Map
- eip2 Property Map
- enterprise
Vpn StringGateway V5Id - er
Attachment StringId - er
Id String - flavor String
- ha
Mode String - local
Subnets List<String> - name String
- network
Type String - region String
- status String
- Map<String>
- timeouts Property Map
- updated
At String - used
Connection NumberGroup - used
Connection NumberNumber - vpc
Id String
Supporting Types
EnterpriseVpnGatewayV5Eip1, EnterpriseVpnGatewayV5Eip1Args
- Bandwidth
Id string - Bandwidth
Name string - Bandwidth
Size double - Charge
Mode string - Id string
- Ip
Address string - Ip
Version double - Type string
- Bandwidth
Id string - Bandwidth
Name string - Bandwidth
Size float64 - Charge
Mode string - Id string
- Ip
Address string - Ip
Version float64 - Type string
- bandwidth
Id String - bandwidth
Name String - bandwidth
Size Double - charge
Mode String - id String
- ip
Address String - ip
Version Double - type String
- bandwidth
Id string - bandwidth
Name string - bandwidth
Size number - charge
Mode string - id string
- ip
Address string - ip
Version number - type string
- bandwidth_
id str - bandwidth_
name str - bandwidth_
size float - charge_
mode str - id str
- ip_
address str - ip_
version float - type str
- bandwidth
Id String - bandwidth
Name String - bandwidth
Size Number - charge
Mode String - id String
- ip
Address String - ip
Version Number - type String
EnterpriseVpnGatewayV5Eip2, EnterpriseVpnGatewayV5Eip2Args
- Bandwidth
Id string - Bandwidth
Name string - Bandwidth
Size double - Charge
Mode string - Id string
- Ip
Address string - Ip
Version double - Type string
- Bandwidth
Id string - Bandwidth
Name string - Bandwidth
Size float64 - Charge
Mode string - Id string
- Ip
Address string - Ip
Version float64 - Type string
- bandwidth
Id String - bandwidth
Name String - bandwidth
Size Double - charge
Mode String - id String
- ip
Address String - ip
Version Double - type String
- bandwidth
Id string - bandwidth
Name string - bandwidth
Size number - charge
Mode string - id string
- ip
Address string - ip
Version number - type string
- bandwidth_
id str - bandwidth_
name str - bandwidth_
size float - charge_
mode str - id str
- ip_
address str - ip_
version float - type str
- bandwidth
Id String - bandwidth
Name String - bandwidth
Size Number - charge
Mode String - id String
- ip
Address String - ip
Version Number - type String
EnterpriseVpnGatewayV5Timeouts, EnterpriseVpnGatewayV5TimeoutsArgs
Package Details
- Repository
- opentelekomcloud opentelekomcloud/terraform-provider-opentelekomcloud
- License
- Notes
- This Pulumi package is based on the
opentelekomcloud
Terraform Provider.