You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::RDS::Types::VpnDetails

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

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.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#vpn_gateway_ipString

The IP address of network traffic from AWS to your on-premises data center.

Returns:

  • (String)

    The IP address of network traffic from AWS to your on-premises data center.

#vpn_idString

The ID of the VPN.

Returns:

  • (String)

    The ID of the VPN.

#vpn_nameString

The name of the VPN.

Returns:

  • (String)

    The name of the VPN.

#vpn_pskString

The preshared key (PSK) for the VPN.

Returns:

  • (String)

    The preshared key (PSK) for the VPN.

#vpn_stateString

The state of the VPN.

Returns:

  • (String)

    The state of the VPN.

#vpn_tunnel_originator_ipString

The IP address of network traffic from your on-premises data center. A custom AZ receives the network traffic.

Returns:

  • (String)

    The IP address of network traffic from your on-premises data center.