Class: Aws::Types::TransitGatewayOptions
- Inherits:
-
Object
- Object
- Aws::Types::TransitGatewayOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#amazon_side_asn ⇒ ::Integer
Returns the value of attribute amazon_side_asn.
-
#association_default_route_table_id ⇒ ::String
Returns the value of attribute association_default_route_table_id.
-
#auto_accept_shared_attachments ⇒ "enable", "disable"
Returns the value of attribute auto_accept_shared_attachments.
-
#default_route_table_association ⇒ "enable", "disable"
Returns the value of attribute default_route_table_association.
-
#default_route_table_propagation ⇒ "enable", "disable"
Returns the value of attribute default_route_table_propagation.
-
#dns_support ⇒ "enable", "disable"
Returns the value of attribute dns_support.
-
#encryption_support ⇒ Types::EncryptionSupport
Returns the value of attribute encryption_support.
-
#multicast_support ⇒ "enable", "disable"
Returns the value of attribute multicast_support.
-
#propagation_default_route_table_id ⇒ ::String
Returns the value of attribute propagation_default_route_table_id.
-
#security_group_referencing_support ⇒ "enable", "disable"
Returns the value of attribute security_group_referencing_support.
-
#transit_gateway_cidr_blocks ⇒ ::Array[::String]
Returns the value of attribute transit_gateway_cidr_blocks.
-
#vpn_ecmp_support ⇒ "enable", "disable"
Returns the value of attribute vpn_ecmp_support.
Instance Attribute Details
#amazon_side_asn ⇒ ::Integer
Returns the value of attribute amazon_side_asn.
18088 18089 18090 |
# File 'sig/types.rbs', line 18088 def amazon_side_asn @amazon_side_asn end |
#association_default_route_table_id ⇒ ::String
Returns the value of attribute association_default_route_table_id.
18092 18093 18094 |
# File 'sig/types.rbs', line 18092 def association_default_route_table_id @association_default_route_table_id end |
#auto_accept_shared_attachments ⇒ "enable", "disable"
Returns the value of attribute auto_accept_shared_attachments.
18090 18091 18092 |
# File 'sig/types.rbs', line 18090 def @auto_accept_shared_attachments end |
#default_route_table_association ⇒ "enable", "disable"
Returns the value of attribute default_route_table_association.
18091 18092 18093 |
# File 'sig/types.rbs', line 18091 def default_route_table_association @default_route_table_association end |
#default_route_table_propagation ⇒ "enable", "disable"
Returns the value of attribute default_route_table_propagation.
18093 18094 18095 |
# File 'sig/types.rbs', line 18093 def default_route_table_propagation @default_route_table_propagation end |
#dns_support ⇒ "enable", "disable"
Returns the value of attribute dns_support.
18096 18097 18098 |
# File 'sig/types.rbs', line 18096 def dns_support @dns_support end |
#encryption_support ⇒ Types::EncryptionSupport
Returns the value of attribute encryption_support.
18099 18100 18101 |
# File 'sig/types.rbs', line 18099 def encryption_support @encryption_support end |
#multicast_support ⇒ "enable", "disable"
Returns the value of attribute multicast_support.
18098 18099 18100 |
# File 'sig/types.rbs', line 18098 def multicast_support @multicast_support end |
#propagation_default_route_table_id ⇒ ::String
Returns the value of attribute propagation_default_route_table_id.
18094 18095 18096 |
# File 'sig/types.rbs', line 18094 def propagation_default_route_table_id @propagation_default_route_table_id end |
#security_group_referencing_support ⇒ "enable", "disable"
Returns the value of attribute security_group_referencing_support.
18097 18098 18099 |
# File 'sig/types.rbs', line 18097 def security_group_referencing_support @security_group_referencing_support end |
#transit_gateway_cidr_blocks ⇒ ::Array[::String]
Returns the value of attribute transit_gateway_cidr_blocks.
18089 18090 18091 |
# File 'sig/types.rbs', line 18089 def transit_gateway_cidr_blocks @transit_gateway_cidr_blocks end |
#vpn_ecmp_support ⇒ "enable", "disable"
Returns the value of attribute vpn_ecmp_support.
18095 18096 18097 |
# File 'sig/types.rbs', line 18095 def vpn_ecmp_support @vpn_ecmp_support end |