VpnDetails class

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.

Constructors

VpnDetails({String? vpnGatewayIp, String? vpnId, String? vpnName, String? vpnPSK, String? vpnState, String? vpnTunnelOriginatorIP})
VpnDetails.fromXml(XmlElement elem)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
vpnGatewayIp String?
The IP address of network traffic from AWS to your on-premises data center.
final
vpnId String?
The ID of the VPN.
final
vpnName String?
The name of the VPN.
final
vpnPSK String?
The preshared key (PSK) for the VPN.
final
vpnState String?
The state of the VPN.
final
vpnTunnelOriginatorIP String?
The IP address of network traffic from your on-premises data center. A custom AZ receives the network traffic.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited