@Generated(value="software.amazon.awssdk:codegen") public final class VpnDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<VpnDetails.Builder,VpnDetails>
Information about the virtual private network (VPN) between the VMware vSphere cluster and the AWS website.
For more information about RDS on VMware, see the RDS on VMware User Guide.
| Modifier and Type | Class and Description |
|---|---|
static interface |
VpnDetails.Builder |
| Modifier and Type | Method and Description |
|---|---|
static VpnDetails.Builder |
builder() |
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 VpnDetails.Builder> |
serializableBuilderClass() |
VpnDetails.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
vpnGatewayIp()
The IP address of network traffic from AWS to your on-premises data center.
|
String |
vpnId()
The ID of the VPN.
|
String |
vpnName()
The name of the VPN.
|
String |
vpnPSK()
The preshared key (PSK) for the VPN.
|
String |
vpnState()
The state of the VPN.
|
String |
vpnTunnelOriginatorIP()
The IP address of network traffic from your on-premises data center.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String vpnId()
The ID of the VPN.
public final String vpnTunnelOriginatorIP()
The IP address of network traffic from your on-premises data center. A custom AZ receives the network traffic.
public final String vpnGatewayIp()
The IP address of network traffic from AWS to your on-premises data center.
public final String vpnPSK()
The preshared key (PSK) for the VPN.
public final String vpnName()
The name of the VPN.
public final String vpnState()
The state of the VPN.
public VpnDetails.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<VpnDetails.Builder,VpnDetails>public static VpnDetails.Builder builder()
public static Class<? extends VpnDetails.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.