You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::RDS::Types::CustomAvailabilityZone

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

A custom Availability Zone (AZ) is an on-premises AZ that is integrated with a VMware vSphere cluster.

For more information about RDS on VMware, see the RDS on VMware User Guide.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#custom_availability_zone_id ⇒ String

The identifier of the custom AZ.

Amazon RDS generates a unique identifier when a custom AZ is created.

Returns:

  • (String) —

    The identifier of the custom AZ.

#custom_availability_zone_name ⇒ String

The name of the custom AZ.

Returns:

  • (String) —

    The name of the custom AZ.

#custom_availability_zone_status ⇒ String

The status of the custom AZ.

Returns:

  • (String) —

    The status of the custom AZ.

#vpn_details ⇒ Types::VpnDetails

Information about the virtual private network (VPN) between the VMware vSphere cluster and the AWS website.

Returns:

  • (Types::VpnDetails) —

    Information about the virtual private network (VPN) between the VMware vSphere cluster and the AWS website.