@Generated(value="software.amazon.awssdk:codegen") public final class CustomAvailabilityZone extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CustomAvailabilityZone.Builder,CustomAvailabilityZone>
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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CustomAvailabilityZone.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CustomAvailabilityZone.Builder |
builder() |
String |
customAvailabilityZoneId()
The identifier of the custom AZ.
|
String |
customAvailabilityZoneName()
The name of the custom AZ.
|
String |
customAvailabilityZoneStatus()
The status of the custom AZ.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends CustomAvailabilityZone.Builder> |
serializableBuilderClass() |
CustomAvailabilityZone.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
VpnDetails |
vpnDetails()
Information about the virtual private network (VPN) between the VMware vSphere cluster and the AWS website.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String customAvailabilityZoneId()
The identifier of the custom AZ.
Amazon RDS generates a unique identifier when a custom AZ is created.
Amazon RDS generates a unique identifier when a custom AZ is created.
public final String customAvailabilityZoneName()
The name of the custom AZ.
public final String customAvailabilityZoneStatus()
The status of the custom AZ.
public final VpnDetails vpnDetails()
Information about the virtual private network (VPN) between the VMware vSphere cluster and the AWS website.
public CustomAvailabilityZone.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CustomAvailabilityZone.Builder,CustomAvailabilityZone>public static CustomAvailabilityZone.Builder builder()
public static Class<? extends CustomAvailabilityZone.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.