Class: Aws::Types::VpnConnectionOptionsSpecification

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#enable_accelerationBoolean

Returns the value of attribute enable_acceleration.

Returns:

  • (Boolean)


19230
19231
19232
# File 'sig/types.rbs', line 19230

def enable_acceleration
  @enable_acceleration
end

#local_ipv_4_network_cidr::String

Returns the value of attribute local_ipv_4_network_cidr.

Returns:

  • (::String)


19233
19234
19235
# File 'sig/types.rbs', line 19233

def local_ipv_4_network_cidr
  @local_ipv_4_network_cidr
end

#local_ipv_6_network_cidr::String

Returns the value of attribute local_ipv_6_network_cidr.

Returns:

  • (::String)


19235
19236
19237
# File 'sig/types.rbs', line 19235

def local_ipv_6_network_cidr
  @local_ipv_6_network_cidr
end

#outside_ip_address_type::String

Returns the value of attribute outside_ip_address_type.

Returns:

  • (::String)


19237
19238
19239
# File 'sig/types.rbs', line 19237

def outside_ip_address_type
  @outside_ip_address_type
end

#remote_ipv_4_network_cidr::String

Returns the value of attribute remote_ipv_4_network_cidr.

Returns:

  • (::String)


19234
19235
19236
# File 'sig/types.rbs', line 19234

def remote_ipv_4_network_cidr
  @remote_ipv_4_network_cidr
end

#remote_ipv_6_network_cidr::String

Returns the value of attribute remote_ipv_6_network_cidr.

Returns:

  • (::String)


19236
19237
19238
# File 'sig/types.rbs', line 19236

def remote_ipv_6_network_cidr
  @remote_ipv_6_network_cidr
end

#static_routes_onlyBoolean

Returns the value of attribute static_routes_only.

Returns:

  • (Boolean)


19240
19241
19242
# File 'sig/types.rbs', line 19240

def static_routes_only
  @static_routes_only
end

#transport_transit_gateway_attachment_id::String

Returns the value of attribute transport_transit_gateway_attachment_id.

Returns:

  • (::String)


19238
19239
19240
# File 'sig/types.rbs', line 19238

def transport_transit_gateway_attachment_id
  @transport_transit_gateway_attachment_id
end

#tunnel_bandwidth"standard", "large"

Returns the value of attribute tunnel_bandwidth.

Returns:

  • ("standard", "large")


19239
19240
19241
# File 'sig/types.rbs', line 19239

def tunnel_bandwidth
  @tunnel_bandwidth
end

#tunnel_inside_ip_version"ipv4", "ipv6"

Returns the value of attribute tunnel_inside_ip_version.

Returns:

  • ("ipv4", "ipv6")


19231
19232
19233
# File 'sig/types.rbs', line 19231

def tunnel_inside_ip_version
  @tunnel_inside_ip_version
end

#tunnel_options::Array[Types::VpnTunnelOptionsSpecification]

Returns the value of attribute tunnel_options.



19232
19233
19234
# File 'sig/types.rbs', line 19232

def tunnel_options
  @tunnel_options
end