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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Describes VPN connection options.

Instance Attribute Summary collapse

Instance Attribute Details

#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)


37803
37804
37805
37806
# File 'lib/aws-sdk-ec2/types.rb', line 37803

class VpnConnectionOptions < Struct.new(
  :static_routes_only)
  include Aws::Structure
end