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_idString

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_nameString

The name of the custom AZ.

Returns:

  • (String)

    The name of the custom AZ.

#custom_availability_zone_statusString

The status of the custom AZ.

Returns:

  • (String)

    The status of the custom AZ.

#vpn_detailsTypes::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.