@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VpnDetails extends Object implements Serializable, Cloneable
Information about the virtual private network (VPN) between the VMware vSphere cluster and the Amazon Web Services website.
For more information about RDS on VMware, see the RDS on VMware User Guide.
Constructor and Description |
---|
VpnDetails() |
Modifier and Type | Method and Description |
---|---|
VpnDetails |
clone() |
boolean |
equals(Object obj) |
String |
getVpnGatewayIp()
The IP address of network traffic from Amazon Web Services to your on-premises data center.
|
String |
getVpnId()
The ID of the VPN.
|
String |
getVpnName()
The name of the VPN.
|
String |
getVpnPSK()
The preshared key (PSK) for the VPN.
|
String |
getVpnState()
The state of the VPN.
|
String |
getVpnTunnelOriginatorIP()
The IP address of network traffic from your on-premises data center.
|
int |
hashCode() |
void |
setVpnGatewayIp(String vpnGatewayIp)
The IP address of network traffic from Amazon Web Services to your on-premises data center.
|
void |
setVpnId(String vpnId)
The ID of the VPN.
|
void |
setVpnName(String vpnName)
The name of the VPN.
|
void |
setVpnPSK(String vpnPSK)
The preshared key (PSK) for the VPN.
|
void |
setVpnState(String vpnState)
The state of the VPN.
|
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.
|
VpnDetails |
withVpnGatewayIp(String vpnGatewayIp)
The IP address of network traffic from Amazon Web Services to your on-premises data center.
|
VpnDetails |
withVpnId(String vpnId)
The ID of the VPN.
|
VpnDetails |
withVpnName(String vpnName)
The name of the VPN.
|
VpnDetails |
withVpnPSK(String vpnPSK)
The preshared key (PSK) for the VPN.
|
VpnDetails |
withVpnState(String vpnState)
The state of the VPN.
|
VpnDetails |
withVpnTunnelOriginatorIP(String vpnTunnelOriginatorIP)
The IP address of network traffic from your on-premises data center.
|
public void setVpnId(String vpnId)
The ID of the VPN.
vpnId
- The ID of the VPN.public String getVpnId()
The ID of the VPN.
public VpnDetails withVpnId(String vpnId)
The ID of the VPN.
vpnId
- The ID of the VPN.public void setVpnTunnelOriginatorIP(String vpnTunnelOriginatorIP)
The IP address of network traffic from your on-premises data center. A custom AZ receives the network traffic.
vpnTunnelOriginatorIP
- The IP address of network traffic from your on-premises data center. A custom AZ receives the network
traffic.public String getVpnTunnelOriginatorIP()
The IP address of network traffic from your on-premises data center. A custom AZ receives the network traffic.
public VpnDetails withVpnTunnelOriginatorIP(String vpnTunnelOriginatorIP)
The IP address of network traffic from your on-premises data center. A custom AZ receives the network traffic.
vpnTunnelOriginatorIP
- The IP address of network traffic from your on-premises data center. A custom AZ receives the network
traffic.public void setVpnGatewayIp(String vpnGatewayIp)
The IP address of network traffic from Amazon Web Services to your on-premises data center.
vpnGatewayIp
- The IP address of network traffic from Amazon Web Services to your on-premises data center.public String getVpnGatewayIp()
The IP address of network traffic from Amazon Web Services to your on-premises data center.
public VpnDetails withVpnGatewayIp(String vpnGatewayIp)
The IP address of network traffic from Amazon Web Services to your on-premises data center.
vpnGatewayIp
- The IP address of network traffic from Amazon Web Services to your on-premises data center.public void setVpnPSK(String vpnPSK)
The preshared key (PSK) for the VPN.
vpnPSK
- The preshared key (PSK) for the VPN.public String getVpnPSK()
The preshared key (PSK) for the VPN.
public VpnDetails withVpnPSK(String vpnPSK)
The preshared key (PSK) for the VPN.
vpnPSK
- The preshared key (PSK) for the VPN.public void setVpnName(String vpnName)
The name of the VPN.
vpnName
- The name of the VPN.public String getVpnName()
The name of the VPN.
public VpnDetails withVpnName(String vpnName)
The name of the VPN.
vpnName
- The name of the VPN.public void setVpnState(String vpnState)
The state of the VPN.
vpnState
- The state of the VPN.public String getVpnState()
The state of the VPN.
public VpnDetails withVpnState(String vpnState)
The state of the VPN.
vpnState
- The state of the VPN.public String toString()
toString
in class Object
Object.toString()
public VpnDetails clone()