You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::RDS::Types::CreateCustomAvailabilityZoneMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDS::Types::CreateCustomAvailabilityZoneMessage
- Defined in:
- (unknown)
Overview
When passing CreateCustomAvailabilityZoneMessage as input to an Aws::Client method, you can use a vanilla Hash:
{
custom_availability_zone_name: "String", # required
existing_vpn_id: "String",
new_vpn_tunnel_name: "String",
vpn_tunnel_originator_ip: "String",
}
Instance Attribute Summary collapse
-
#custom_availability_zone_name ⇒ String
The name of the custom Availability Zone (AZ).
-
#existing_vpn_id ⇒ String
The ID of an existing virtual private network (VPN) between the Amazon RDS website and the VMware vSphere cluster.
-
#new_vpn_tunnel_name ⇒ String
The name of a new VPN tunnel between the Amazon RDS website and the VMware vSphere cluster.
-
#vpn_tunnel_originator_ip ⇒ String
The IP address of network traffic from your on-premises data center.
Instance Attribute Details
#custom_availability_zone_name ⇒ String
The name of the custom Availability Zone (AZ).
#existing_vpn_id ⇒ String
The ID of an existing virtual private network (VPN) between the Amazon RDS website and the VMware vSphere cluster.
#new_vpn_tunnel_name ⇒ String
The name of a new VPN tunnel between the Amazon RDS website and the VMware vSphere cluster.
Specify this parameter only if ExistingVpnId
isn\'t specified.
#vpn_tunnel_originator_ip ⇒ String
The IP address of network traffic from your on-premises data center. A custom AZ receives the network traffic.
Specify this parameter only if ExistingVpnId
isn\'t specified.