Class: Aws::NetworkManager::Types::VpcOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::VpcOptions
- Defined in:
- gems/aws-sdk-networkmanager/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
.
5749 5750 5751 5752 5753 5754 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 5749 class VpcOptions < Struct.new( :ipv_6_support, :appliance_mode_support) SENSITIVE = [] include Aws::Structure end |
#ipv_6_support ⇒ Boolean
Indicates whether IPv6 is supported.
5749 5750 5751 5752 5753 5754 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 5749 class VpcOptions < Struct.new( :ipv_6_support, :appliance_mode_support) SENSITIVE = [] include Aws::Structure end |