Class: Aws::NetworkManager::Types::VpcOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::VpcOptions
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkmanager/types.rb
Overview
Describes the VPC options.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#appliance_mode_support ⇒ Boolean
Indicates whether appliance mode is supported.
-
#ipv_6_support ⇒ Boolean
Indicates whether IPv6 is supported.
Instance Attribute Details
#appliance_mode_support ⇒ Boolean
Indicates whether appliance mode is supported. If enabled, traffic flow between a source and destination use the same Availability Zone for the VPC attachment for the lifetime of that flow. The default value is ‘false`.
6251 6252 6253 6254 6255 6256 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 6251 class VpcOptions < Struct.new( :ipv_6_support, :appliance_mode_support) SENSITIVE = [] include Aws::Structure end |
#ipv_6_support ⇒ Boolean
Indicates whether IPv6 is supported.
6251 6252 6253 6254 6255 6256 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 6251 class VpcOptions < Struct.new( :ipv_6_support, :appliance_mode_support) SENSITIVE = [] include Aws::Structure end |