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.
The transit gateway options.
Namespace: Amazon.EC2.Model
Assembly: AWSSDK.EC2.dll
Version: 3.x.y.z
public class ModifyTransitGatewayOptions
The ModifyTransitGatewayOptions type exposes the following members
Name | Description | |
---|---|---|
![]() |
ModifyTransitGatewayOptions() |
Name | Type | Description | |
---|---|---|---|
![]() |
AddTransitGatewayCidrBlocks | System.Collections.Generic.List<System.String> |
Gets and sets the property AddTransitGatewayCidrBlocks. Adds IPv4 or IPv6 CIDR blocks for the transit gateway. Must be a size /24 CIDR block or larger for IPv4, or a size /64 CIDR block or larger for IPv6. |
![]() |
AmazonSideAsn | 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. The modify ASN operation is not allowed on a transit gateway with active BGP sessions. You must first delete all transit gateway attachments that have BGP configured prior to modifying the ASN on the transit gateway. |
![]() |
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. Enable or disable automatic acceptance of attachment requests. |
![]() |
DefaultRouteTableAssociation | Amazon.EC2.DefaultRouteTableAssociationValue |
Gets and sets the property DefaultRouteTableAssociation. Enable or disable automatic association with the default association route table. |
![]() |
DefaultRouteTablePropagation | Amazon.EC2.DefaultRouteTablePropagationValue |
Gets and sets the property DefaultRouteTablePropagation. Enable or disable automatic propagation of routes to the default propagation route table. |
![]() |
DnsSupport | Amazon.EC2.DnsSupportValue |
Gets and sets the property DnsSupport. Enable or disable DNS support. |
![]() |
PropagationDefaultRouteTableId | System.String |
Gets and sets the property PropagationDefaultRouteTableId. The ID of the default propagation route table. |
![]() |
RemoveTransitGatewayCidrBlocks | System.Collections.Generic.List<System.String> |
Gets and sets the property RemoveTransitGatewayCidrBlocks. Removes CIDR blocks for the transit gateway. |
![]() |
VpnEcmpSupport | Amazon.EC2.VpnEcmpSupportValue |
Gets and sets the property VpnEcmpSupport. Enable or disable Equal Cost Multipath Protocol support. |
.NET Core App:
Supported in: 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5, 4.0, 3.5