You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::EC2::Types::TransitGatewayOptions
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::EC2::Types::TransitGatewayOptions
 
- Defined in:
- (unknown)
Overview
Instance Attribute Summary collapse
- 
  
    
      #amazon_side_asn  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A private Autonomous System Number (ASN) for the Amazon side of a BGP session. 
- 
  
    
      #association_default_route_table_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ID of the default association route table. 
- 
  
    
      #auto_accept_shared_attachments  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Indicates whether attachment requests are automatically accepted. 
- 
  
    
      #default_route_table_association  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Indicates whether resource attachments are automatically associated with the default association route table. 
- 
  
    
      #default_route_table_propagation  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Indicates whether resource attachments automatically propagate routes to the default propagation route table. 
- 
  
    
      #dns_support  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Indicates whether DNS support is enabled. 
- 
  
    
      #multicast_support  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Indicates whether multicast is enabled on the transit gateway Possible values: - enable
- disable
 
- 
  
    
      #propagation_default_route_table_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ID of the default propagation route table. 
- 
  
    
      #vpn_ecmp_support  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Indicates whether Equal Cost Multipath Protocol support is enabled. 
Instance Attribute Details
#amazon_side_asn ⇒ Integer
A private Autonomous System Number (ASN) for the Amazon side of a BGP session. The range is 64512 to 65534 for 16-bit ASNs and 4200000000 to 4294967294 for 32-bit ASNs.
#association_default_route_table_id ⇒ String
The ID of the default association route table.
#auto_accept_shared_attachments ⇒ String
Indicates whether attachment requests are automatically accepted.
Possible values:
- enable
- disable
#default_route_table_association ⇒ String
Indicates whether resource attachments are automatically associated with the default association route table.
Possible values:
- enable
- disable
#default_route_table_propagation ⇒ String
Indicates whether resource attachments automatically propagate routes to the default propagation route table.
Possible values:
- enable
- disable
#dns_support ⇒ String
Indicates whether DNS support is enabled.
Possible values:
- enable
- disable
#multicast_support ⇒ String
Indicates whether multicast is enabled on the transit gateway
Possible values:
- enable
- disable
#propagation_default_route_table_id ⇒ String
The ID of the default propagation route table.
#vpn_ecmp_support ⇒ String
Indicates whether Equal Cost Multipath Protocol support is enabled.
Possible values:
- enable
- disable