@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateCustomAvailabilityZoneRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
CreateCustomAvailabilityZoneRequest() |
| Modifier and Type | Method and Description |
|---|---|
CreateCustomAvailabilityZoneRequest |
clone() |
boolean |
equals(Object obj) |
String |
getCustomAvailabilityZoneName()
The name of the custom Availability Zone (AZ).
|
String |
getExistingVpnId()
The ID of an existing virtual private network (VPN) between the Amazon RDS website and the VMware vSphere
cluster.
|
String |
getNewVpnTunnelName()
The name of a new VPN tunnel between the Amazon RDS website and the VMware vSphere cluster.
|
String |
getVpnTunnelOriginatorIP()
The IP address of network traffic from your on-premises data center.
|
int |
hashCode() |
void |
setCustomAvailabilityZoneName(String customAvailabilityZoneName)
The name of the custom Availability Zone (AZ).
|
void |
setExistingVpnId(String existingVpnId)
The ID of an existing virtual private network (VPN) between the Amazon RDS website and the VMware vSphere
cluster.
|
void |
setNewVpnTunnelName(String newVpnTunnelName)
The name of a new VPN tunnel between the Amazon RDS website and the VMware vSphere cluster.
|
void |
setVpnTunnelOriginatorIP(String vpnTunnelOriginatorIP)
The IP address of network traffic from your on-premises data center.
|
String |
toString()
Returns a string representation of this object.
|
CreateCustomAvailabilityZoneRequest |
withCustomAvailabilityZoneName(String customAvailabilityZoneName)
The name of the custom Availability Zone (AZ).
|
CreateCustomAvailabilityZoneRequest |
withExistingVpnId(String existingVpnId)
The ID of an existing virtual private network (VPN) between the Amazon RDS website and the VMware vSphere
cluster.
|
CreateCustomAvailabilityZoneRequest |
withNewVpnTunnelName(String newVpnTunnelName)
The name of a new VPN tunnel between the Amazon RDS website and the VMware vSphere cluster.
|
CreateCustomAvailabilityZoneRequest |
withVpnTunnelOriginatorIP(String vpnTunnelOriginatorIP)
The IP address of network traffic from your on-premises data center.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setCustomAvailabilityZoneName(String customAvailabilityZoneName)
The name of the custom Availability Zone (AZ).
customAvailabilityZoneName - The name of the custom Availability Zone (AZ).public String getCustomAvailabilityZoneName()
The name of the custom Availability Zone (AZ).
public CreateCustomAvailabilityZoneRequest withCustomAvailabilityZoneName(String customAvailabilityZoneName)
The name of the custom Availability Zone (AZ).
customAvailabilityZoneName - The name of the custom Availability Zone (AZ).public void setExistingVpnId(String existingVpnId)
The ID of an existing virtual private network (VPN) between the Amazon RDS website and the VMware vSphere cluster.
existingVpnId - The ID of an existing virtual private network (VPN) between the Amazon RDS website and the VMware vSphere
cluster.public String getExistingVpnId()
The ID of an existing virtual private network (VPN) between the Amazon RDS website and the VMware vSphere cluster.
public CreateCustomAvailabilityZoneRequest withExistingVpnId(String existingVpnId)
The ID of an existing virtual private network (VPN) between the Amazon RDS website and the VMware vSphere cluster.
existingVpnId - The ID of an existing virtual private network (VPN) between the Amazon RDS website and the VMware vSphere
cluster.public void setNewVpnTunnelName(String newVpnTunnelName)
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.
newVpnTunnelName - 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.
public String getNewVpnTunnelName()
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.
Specify this parameter only if ExistingVpnId isn't specified.
public CreateCustomAvailabilityZoneRequest withNewVpnTunnelName(String newVpnTunnelName)
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.
newVpnTunnelName - 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.
public void setVpnTunnelOriginatorIP(String vpnTunnelOriginatorIP)
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.
vpnTunnelOriginatorIP - 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.
public String getVpnTunnelOriginatorIP()
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.
Specify this parameter only if ExistingVpnId isn't specified.
public CreateCustomAvailabilityZoneRequest withVpnTunnelOriginatorIP(String vpnTunnelOriginatorIP)
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.
vpnTunnelOriginatorIP - 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.
public String toString()
toString in class ObjectObject.toString()public CreateCustomAvailabilityZoneRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.