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

Class: Aws::EC2::Types::VpnConnectionOptions

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

Overview

Describes VPN connection options.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#enable_accelerationBoolean

Indicates whether acceleration is enabled for the VPN connection.

Returns:

  • (Boolean)

    Indicates whether acceleration is enabled for the VPN connection.

#local_ipv_4_network_cidrString

The IPv4 CIDR on the customer gateway (on-premises) side of the VPN connection.

Returns:

  • (String)

    The IPv4 CIDR on the customer gateway (on-premises) side of the VPN connection.

#local_ipv_6_network_cidrString

The IPv6 CIDR on the customer gateway (on-premises) side of the VPN connection.

Returns:

  • (String)

    The IPv6 CIDR on the customer gateway (on-premises) side of the VPN connection.

#remote_ipv_4_network_cidrString

The IPv4 CIDR on the AWS side of the VPN connection.

Returns:

  • (String)

    The IPv4 CIDR on the AWS side of the VPN connection.

#remote_ipv_6_network_cidrString

The IPv6 CIDR on the AWS side of the VPN connection.

Returns:

  • (String)

    The IPv6 CIDR on the AWS side of the VPN connection.

#static_routes_onlyBoolean

Indicates whether the VPN connection uses static routes only. Static routes must be used for devices that don\'t support BGP.

Returns:

  • (Boolean)

    Indicates whether the VPN connection uses static routes only.

#tunnel_inside_ip_versionString

Indicates whether the VPN tunnels process IPv4 or IPv6 traffic.

Possible values:

  • ipv4
  • ipv6

Returns:

  • (String)

    Indicates whether the VPN tunnels process IPv4 or IPv6 traffic.

#tunnel_optionsArray<Types::TunnelOption>

Indicates the VPN tunnel options.

Returns: