Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
TransitGatewayOptions |
TransitGatewayOptions.clone() |
TransitGatewayOptions |
TransitGateway.getOptions()
The transit gateway options.
|
TransitGatewayOptions |
TransitGatewayOptions.withAmazonSideAsn(Long amazonSideAsn)
A private Autonomous System Number (ASN) for the Amazon side of a BGP session.
|
TransitGatewayOptions |
TransitGatewayOptions.withAssociationDefaultRouteTableId(String associationDefaultRouteTableId)
The ID of the default association route table.
|
TransitGatewayOptions |
TransitGatewayOptions.withAutoAcceptSharedAttachments(AutoAcceptSharedAttachmentsValue autoAcceptSharedAttachments)
Indicates whether attachment requests are automatically accepted.
|
TransitGatewayOptions |
TransitGatewayOptions.withAutoAcceptSharedAttachments(String autoAcceptSharedAttachments)
Indicates whether attachment requests are automatically accepted.
|
TransitGatewayOptions |
TransitGatewayOptions.withDefaultRouteTableAssociation(DefaultRouteTableAssociationValue defaultRouteTableAssociation)
Indicates whether resource attachments are automatically associated with the default association route table.
|
TransitGatewayOptions |
TransitGatewayOptions.withDefaultRouteTableAssociation(String defaultRouteTableAssociation)
Indicates whether resource attachments are automatically associated with the default association route table.
|
TransitGatewayOptions |
TransitGatewayOptions.withDefaultRouteTablePropagation(DefaultRouteTablePropagationValue defaultRouteTablePropagation)
Indicates whether resource attachments automatically propagate routes to the default propagation route table.
|
TransitGatewayOptions |
TransitGatewayOptions.withDefaultRouteTablePropagation(String defaultRouteTablePropagation)
Indicates whether resource attachments automatically propagate routes to the default propagation route table.
|
TransitGatewayOptions |
TransitGatewayOptions.withDnsSupport(DnsSupportValue dnsSupport)
Indicates whether DNS support is enabled.
|
TransitGatewayOptions |
TransitGatewayOptions.withDnsSupport(String dnsSupport)
Indicates whether DNS support is enabled.
|
TransitGatewayOptions |
TransitGatewayOptions.withMulticastSupport(MulticastSupportValue multicastSupport)
Indicates whether multicast is enabled on the transit gateway
|
TransitGatewayOptions |
TransitGatewayOptions.withMulticastSupport(String multicastSupport)
Indicates whether multicast is enabled on the transit gateway
|
TransitGatewayOptions |
TransitGatewayOptions.withPropagationDefaultRouteTableId(String propagationDefaultRouteTableId)
The ID of the default propagation route table.
|
TransitGatewayOptions |
TransitGatewayOptions.withTransitGatewayCidrBlocks(Collection<String> transitGatewayCidrBlocks)
The transit gateway CIDR blocks.
|
TransitGatewayOptions |
TransitGatewayOptions.withTransitGatewayCidrBlocks(String... transitGatewayCidrBlocks)
The transit gateway CIDR blocks.
|
TransitGatewayOptions |
TransitGatewayOptions.withVpnEcmpSupport(String vpnEcmpSupport)
Indicates whether Equal Cost Multipath Protocol support is enabled.
|
TransitGatewayOptions |
TransitGatewayOptions.withVpnEcmpSupport(VpnEcmpSupportValue vpnEcmpSupport)
Indicates whether Equal Cost Multipath Protocol support is enabled.
|
Modifier and Type | Method and Description |
---|---|
void |
TransitGateway.setOptions(TransitGatewayOptions options)
The transit gateway options.
|
TransitGateway |
TransitGateway.withOptions(TransitGatewayOptions options)
The transit gateway options.
|
Copyright © 2023. All rights reserved.