AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Describes the options for a transit gateway.
Namespace: Amazon.EC2.Model
Assembly: AWSSDK.EC2.dll
Version: 3.x.y.z
public class TransitGatewayOptions
The TransitGatewayOptions type exposes the following members
Name | Description | |
---|---|---|
![]() |
TransitGatewayOptions() |
Name | Type | Description | |
---|---|---|---|
![]() |
AmazonSideAsn | System.Nullable<System.Int64> |
Gets and sets the property AmazonSideAsn. 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. |
![]() |
AssociationDefaultRouteTableId | System.String |
Gets and sets the property AssociationDefaultRouteTableId. The ID of the default association route table. |
![]() |
AutoAcceptSharedAttachments | Amazon.EC2.AutoAcceptSharedAttachmentsValue |
Gets and sets the property AutoAcceptSharedAttachments. Indicates whether attachment requests are automatically accepted. |
![]() |
DefaultRouteTableAssociation | Amazon.EC2.DefaultRouteTableAssociationValue |
Gets and sets the property DefaultRouteTableAssociation.
Indicates whether resource attachments are automatically associated with the default
association route table. Enabled by default. Either |
![]() |
DefaultRouteTablePropagation | Amazon.EC2.DefaultRouteTablePropagationValue |
Gets and sets the property DefaultRouteTablePropagation.
Indicates whether resource attachments automatically propagate routes to the default
propagation route table. Enabled by default. If |
![]() |
DnsSupport | Amazon.EC2.DnsSupportValue |
Gets and sets the property DnsSupport. Indicates whether DNS support is enabled. |
![]() |
MulticastSupport | Amazon.EC2.MulticastSupportValue |
Gets and sets the property MulticastSupport. Indicates whether multicast is enabled on the transit gateway |
![]() |
PropagationDefaultRouteTableId | System.String |
Gets and sets the property PropagationDefaultRouteTableId. The ID of the default propagation route table. |
![]() |
SecurityGroupReferencingSupport | Amazon.EC2.SecurityGroupReferencingSupportValue |
Gets and sets the property SecurityGroupReferencingSupport. Enables you to reference a security group across VPCs attached to a transit gateway to simplify security group management. This option is disabled by default. |
![]() |
TransitGatewayCidrBlocks | System.Collections.Generic.List<System.String> |
Gets and sets the property TransitGatewayCidrBlocks. The transit gateway CIDR blocks. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true. |
![]() |
VpnEcmpSupport | Amazon.EC2.VpnEcmpSupportValue |
Gets and sets the property VpnEcmpSupport. Indicates whether Equal Cost Multipath Protocol support is enabled. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.7.2 and newer