Class TransitGatewayOptions
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<TransitGatewayOptions.Builder,
TransitGatewayOptions>
Describes the options for a transit gateway.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal Long
A private Autonomous System Number (ASN) for the Amazon side of a BGP session.final String
The ID of the default association route table.Indicates whether attachment requests are automatically accepted.final String
Indicates whether attachment requests are automatically accepted.builder()
Indicates whether resource attachments are automatically associated with the default association route table.final String
Indicates whether resource attachments are automatically associated with the default association route table.Indicates whether resource attachments automatically propagate routes to the default propagation route table.final String
Indicates whether resource attachments automatically propagate routes to the default propagation route table.final DnsSupportValue
Indicates whether DNS support is enabled.final String
Indicates whether DNS support is enabled.final boolean
final boolean
equalsBySdkFields
(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional
<T> getValueForField
(String fieldName, Class<T> clazz) final int
hashCode()
final boolean
For responses, this returns true if the service returned a value for the TransitGatewayCidrBlocks property.final MulticastSupportValue
Indicates whether multicast is enabled on the transit gatewayfinal String
Indicates whether multicast is enabled on the transit gatewayfinal String
The ID of the default propagation route table.Enables you to reference a security group across VPCs attached to a transit gateway to simplify security group management.final String
Enables you to reference a security group across VPCs attached to a transit gateway to simplify security group management.static Class
<? extends TransitGatewayOptions.Builder> Take this object and create a builder that contains all of the current property values of this object.final String
toString()
Returns a string representation of this object.The transit gateway CIDR blocks.final VpnEcmpSupportValue
Indicates whether Equal Cost Multipath Protocol support is enabled.final String
Indicates whether Equal Cost Multipath Protocol support is enabled.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
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.
- Returns:
- 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.
-
hasTransitGatewayCidrBlocks
public final boolean hasTransitGatewayCidrBlocks()For responses, this returns true if the service returned a value for the TransitGatewayCidrBlocks property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()
method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified. -
transitGatewayCidrBlocks
The transit gateway CIDR blocks.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasTransitGatewayCidrBlocks()
method.- Returns:
- The transit gateway CIDR blocks.
-
defaultRouteTableAssociation
Indicates whether resource attachments are automatically associated with the default association route table. Enabled by default. If
defaultRouteTableAssociation
is set toenable
, Amazon Web Services Transit Gateway will create the default transit gateway route table.If the service returns an enum value that is not available in the current SDK version,
defaultRouteTableAssociation
will returnDefaultRouteTableAssociationValue.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromdefaultRouteTableAssociationAsString()
.- Returns:
- Indicates whether resource attachments are automatically associated with the default association route
table. Enabled by default. If
defaultRouteTableAssociation
is set toenable
, Amazon Web Services Transit Gateway will create the default transit gateway route table. - See Also:
-
defaultRouteTableAssociationAsString
Indicates whether resource attachments are automatically associated with the default association route table. Enabled by default. If
defaultRouteTableAssociation
is set toenable
, Amazon Web Services Transit Gateway will create the default transit gateway route table.If the service returns an enum value that is not available in the current SDK version,
defaultRouteTableAssociation
will returnDefaultRouteTableAssociationValue.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromdefaultRouteTableAssociationAsString()
.- Returns:
- Indicates whether resource attachments are automatically associated with the default association route
table. Enabled by default. If
defaultRouteTableAssociation
is set toenable
, Amazon Web Services Transit Gateway will create the default transit gateway route table. - See Also:
-
associationDefaultRouteTableId
The ID of the default association route table.
- Returns:
- The ID of the default association route table.
-
defaultRouteTablePropagation
Indicates whether resource attachments automatically propagate routes to the default propagation route table. Enabled by default. If
defaultRouteTablePropagation
is set toenable
, Amazon Web Services Transit Gateway will create the default transit gateway route table.If the service returns an enum value that is not available in the current SDK version,
defaultRouteTablePropagation
will returnDefaultRouteTablePropagationValue.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromdefaultRouteTablePropagationAsString()
.- Returns:
- Indicates whether resource attachments automatically propagate routes to the default propagation route
table. Enabled by default. If
defaultRouteTablePropagation
is set toenable
, Amazon Web Services Transit Gateway will create the default transit gateway route table. - See Also:
-
defaultRouteTablePropagationAsString
Indicates whether resource attachments automatically propagate routes to the default propagation route table. Enabled by default. If
defaultRouteTablePropagation
is set toenable
, Amazon Web Services Transit Gateway will create the default transit gateway route table.If the service returns an enum value that is not available in the current SDK version,
defaultRouteTablePropagation
will returnDefaultRouteTablePropagationValue.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromdefaultRouteTablePropagationAsString()
.- Returns:
- Indicates whether resource attachments automatically propagate routes to the default propagation route
table. Enabled by default. If
defaultRouteTablePropagation
is set toenable
, Amazon Web Services Transit Gateway will create the default transit gateway route table. - See Also:
-
propagationDefaultRouteTableId
The ID of the default propagation route table.
- Returns:
- The ID of the default propagation route table.
-
vpnEcmpSupport
Indicates whether Equal Cost Multipath Protocol support is enabled.
If the service returns an enum value that is not available in the current SDK version,
vpnEcmpSupport
will returnVpnEcmpSupportValue.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromvpnEcmpSupportAsString()
.- Returns:
- Indicates whether Equal Cost Multipath Protocol support is enabled.
- See Also:
-
vpnEcmpSupportAsString
Indicates whether Equal Cost Multipath Protocol support is enabled.
If the service returns an enum value that is not available in the current SDK version,
vpnEcmpSupport
will returnVpnEcmpSupportValue.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromvpnEcmpSupportAsString()
.- Returns:
- Indicates whether Equal Cost Multipath Protocol support is enabled.
- See Also:
-
dnsSupport
Indicates whether DNS support is enabled.
If the service returns an enum value that is not available in the current SDK version,
dnsSupport
will returnDnsSupportValue.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromdnsSupportAsString()
.- Returns:
- Indicates whether DNS support is enabled.
- See Also:
-
dnsSupportAsString
Indicates whether DNS support is enabled.
If the service returns an enum value that is not available in the current SDK version,
dnsSupport
will returnDnsSupportValue.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromdnsSupportAsString()
.- Returns:
- Indicates whether DNS support is enabled.
- See Also:
-
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.
If the service returns an enum value that is not available in the current SDK version,
securityGroupReferencingSupport
will returnSecurityGroupReferencingSupportValue.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromsecurityGroupReferencingSupportAsString()
.- Returns:
- 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.
- See Also:
-
securityGroupReferencingSupportAsString
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.
If the service returns an enum value that is not available in the current SDK version,
securityGroupReferencingSupport
will returnSecurityGroupReferencingSupportValue.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromsecurityGroupReferencingSupportAsString()
.- Returns:
- 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.
- See Also:
-
multicastSupport
Indicates whether multicast is enabled on the transit gateway
If the service returns an enum value that is not available in the current SDK version,
multicastSupport
will returnMulticastSupportValue.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available frommulticastSupportAsString()
.- Returns:
- Indicates whether multicast is enabled on the transit gateway
- See Also:
-
multicastSupportAsString
Indicates whether multicast is enabled on the transit gateway
If the service returns an enum value that is not available in the current SDK version,
multicastSupport
will returnMulticastSupportValue.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available frommulticastSupportAsString()
.- Returns:
- Indicates whether multicast is enabled on the transit gateway
- See Also:
-
toBuilder
Description copied from interface:ToCopyableBuilder
Take this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilder
in interfaceToCopyableBuilder<TransitGatewayOptions.Builder,
TransitGatewayOptions> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
-
equals
-
equalsBySdkFields
Description copied from interface:SdkPojo
Indicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojo
class, and is generated based on a service model.If an
SdkPojo
class does not have any inherited fields,equalsBySdkFields
andequals
are essentially the same.- Specified by:
equalsBySdkFields
in interfaceSdkPojo
- Parameters:
obj
- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
-
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToField
in interfaceSdkPojo
- Returns:
- The mapping between the field name and its corresponding field.
-