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
show all
Defined in:
(unknown)

Overview

Note:

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

Instance Attribute Details

#custom_availability_zone_nameString

The name of the custom Availability Zone (AZ).

Returns:

  • (String)

    The name of the custom Availability Zone (AZ).

#existing_vpn_idString

The ID of an existing virtual private network (VPN) between the Amazon RDS website and the VMware vSphere cluster.

Returns:

  • (String)

    The ID of an existing virtual private network (VPN) between the Amazon RDS website and the VMware vSphere cluster.

#new_vpn_tunnel_nameString

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.

Returns:

  • (String)

    The name of a new VPN tunnel between the Amazon RDS website and the VMware vSphere cluster.

#vpn_tunnel_originator_ipString

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.

Returns:

  • (String)

    The IP address of network traffic from your on-premises data center.