CustomAvailabilityZone class

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.

Constructors

CustomAvailabilityZone({String? customAvailabilityZoneId, String? customAvailabilityZoneName, String? customAvailabilityZoneStatus, VpnDetails? vpnDetails})
CustomAvailabilityZone.fromXml(XmlElement elem)
factory

Properties

customAvailabilityZoneId String?
The identifier of the custom AZ.
final
customAvailabilityZoneName String?
The name of the custom AZ.
final
customAvailabilityZoneStatus String?
The status of the custom AZ.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
vpnDetails VpnDetails?
Information about the virtual private network (VPN) between the VMware vSphere cluster and the AWS website.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited