| Package | Description |
|---|---|
| com.amazonaws.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
VpnDetails |
VpnDetails.clone() |
VpnDetails |
CustomAvailabilityZone.getVpnDetails()
Information about the virtual private network (VPN) between the VMware vSphere cluster and the AWS website.
|
VpnDetails |
VpnDetails.withVpnGatewayIp(String vpnGatewayIp)
The IP address of network traffic from AWS to your on-premises data center.
|
VpnDetails |
VpnDetails.withVpnId(String vpnId)
The ID of the VPN.
|
VpnDetails |
VpnDetails.withVpnName(String vpnName)
The name of the VPN.
|
VpnDetails |
VpnDetails.withVpnPSK(String vpnPSK)
The preshared key (PSK) for the VPN.
|
VpnDetails |
VpnDetails.withVpnState(String vpnState)
The state of the VPN.
|
VpnDetails |
VpnDetails.withVpnTunnelOriginatorIP(String vpnTunnelOriginatorIP)
The IP address of network traffic from your on-premises data center.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CustomAvailabilityZone.setVpnDetails(VpnDetails vpnDetails)
Information about the virtual private network (VPN) between the VMware vSphere cluster and the AWS website.
|
CustomAvailabilityZone |
CustomAvailabilityZone.withVpnDetails(VpnDetails vpnDetails)
Information about the virtual private network (VPN) between the VMware vSphere cluster and the AWS website.
|
Copyright © 2021. All rights reserved.