Class: Aws::Types::VpnConnectionOptionsSpecification
- Inherits:
-
Object
- Object
- Aws::Types::VpnConnectionOptionsSpecification
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enable_acceleration ⇒ Boolean
Returns the value of attribute enable_acceleration.
-
#local_ipv_4_network_cidr ⇒ ::String
Returns the value of attribute local_ipv_4_network_cidr.
-
#local_ipv_6_network_cidr ⇒ ::String
Returns the value of attribute local_ipv_6_network_cidr.
-
#outside_ip_address_type ⇒ ::String
Returns the value of attribute outside_ip_address_type.
-
#remote_ipv_4_network_cidr ⇒ ::String
Returns the value of attribute remote_ipv_4_network_cidr.
-
#remote_ipv_6_network_cidr ⇒ ::String
Returns the value of attribute remote_ipv_6_network_cidr.
-
#static_routes_only ⇒ Boolean
Returns the value of attribute static_routes_only.
-
#transport_transit_gateway_attachment_id ⇒ ::String
Returns the value of attribute transport_transit_gateway_attachment_id.
-
#tunnel_bandwidth ⇒ "standard", "large"
Returns the value of attribute tunnel_bandwidth.
-
#tunnel_inside_ip_version ⇒ "ipv4", "ipv6"
Returns the value of attribute tunnel_inside_ip_version.
-
#tunnel_options ⇒ ::Array[Types::VpnTunnelOptionsSpecification]
Returns the value of attribute tunnel_options.
Instance Attribute Details
#enable_acceleration ⇒ Boolean
Returns the value of attribute enable_acceleration.
19896 19897 19898 |
# File 'sig/types.rbs', line 19896 def enable_acceleration @enable_acceleration end |
#local_ipv_4_network_cidr ⇒ ::String
Returns the value of attribute local_ipv_4_network_cidr.
19899 19900 19901 |
# File 'sig/types.rbs', line 19899 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.
19901 19902 19903 |
# File 'sig/types.rbs', line 19901 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.
19903 19904 19905 |
# File 'sig/types.rbs', line 19903 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.
19900 19901 19902 |
# File 'sig/types.rbs', line 19900 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.
19902 19903 19904 |
# File 'sig/types.rbs', line 19902 def remote_ipv_6_network_cidr @remote_ipv_6_network_cidr end |
#static_routes_only ⇒ Boolean
Returns the value of attribute static_routes_only.
19906 19907 19908 |
# File 'sig/types.rbs', line 19906 def static_routes_only @static_routes_only end |
#transport_transit_gateway_attachment_id ⇒ ::String
Returns the value of attribute transport_transit_gateway_attachment_id.
19904 19905 19906 |
# File 'sig/types.rbs', line 19904 def @transport_transit_gateway_attachment_id end |
#tunnel_bandwidth ⇒ "standard", "large"
Returns the value of attribute tunnel_bandwidth.
19905 19906 19907 |
# File 'sig/types.rbs', line 19905 def tunnel_bandwidth @tunnel_bandwidth end |
#tunnel_inside_ip_version ⇒ "ipv4", "ipv6"
Returns the value of attribute tunnel_inside_ip_version.
19897 19898 19899 |
# File 'sig/types.rbs', line 19897 def tunnel_inside_ip_version @tunnel_inside_ip_version end |
#tunnel_options ⇒ ::Array[Types::VpnTunnelOptionsSpecification]
Returns the value of attribute tunnel_options.
19898 19899 19900 |
# File 'sig/types.rbs', line 19898 def @tunnel_options end |