Class TransitGatewayOptions
- java.lang.Object
-
- software.amazon.awssdk.services.ec2.model.TransitGatewayOptions
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<TransitGatewayOptions.Builder,TransitGatewayOptions>
@Generated("software.amazon.awssdk:codegen") public final class TransitGatewayOptions extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TransitGatewayOptions.Builder,TransitGatewayOptions>
Describes the options for a transit gateway.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTransitGatewayOptions.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description LongamazonSideAsn()A private Autonomous System Number (ASN) for the Amazon side of a BGP session.StringassociationDefaultRouteTableId()The ID of the default association route table.AutoAcceptSharedAttachmentsValueautoAcceptSharedAttachments()Indicates whether attachment requests are automatically accepted.StringautoAcceptSharedAttachmentsAsString()Indicates whether attachment requests are automatically accepted.static TransitGatewayOptions.Builderbuilder()DefaultRouteTableAssociationValuedefaultRouteTableAssociation()Indicates whether resource attachments are automatically associated with the default association route table.StringdefaultRouteTableAssociationAsString()Indicates whether resource attachments are automatically associated with the default association route table.DefaultRouteTablePropagationValuedefaultRouteTablePropagation()Indicates whether resource attachments automatically propagate routes to the default propagation route table.StringdefaultRouteTablePropagationAsString()Indicates whether resource attachments automatically propagate routes to the default propagation route table.DnsSupportValuednsSupport()Indicates whether DNS support is enabled.StringdnsSupportAsString()Indicates whether DNS support is enabled.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()booleanhasTransitGatewayCidrBlocks()For responses, this returns true if the service returned a value for the TransitGatewayCidrBlocks property.MulticastSupportValuemulticastSupport()Indicates whether multicast is enabled on the transit gatewayStringmulticastSupportAsString()Indicates whether multicast is enabled on the transit gatewayStringpropagationDefaultRouteTableId()The ID of the default propagation route table.List<SdkField<?>>sdkFields()SecurityGroupReferencingSupportValuesecurityGroupReferencingSupport()StringsecurityGroupReferencingSupportAsString()static Class<? extends TransitGatewayOptions.Builder>serializableBuilderClass()TransitGatewayOptions.BuildertoBuilder()StringtoString()Returns a string representation of this object.List<String>transitGatewayCidrBlocks()The transit gateway CIDR blocks.VpnEcmpSupportValuevpnEcmpSupport()Indicates whether Equal Cost Multipath Protocol support is enabled.StringvpnEcmpSupportAsString()Indicates whether Equal Cost Multipath Protocol support is enabled.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
amazonSideAsn
public final Long 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
public final List<String> 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.
-
autoAcceptSharedAttachments
public final AutoAcceptSharedAttachmentsValue autoAcceptSharedAttachments()
Indicates whether attachment requests are automatically accepted.
If the service returns an enum value that is not available in the current SDK version,
autoAcceptSharedAttachmentswill returnAutoAcceptSharedAttachmentsValue.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromautoAcceptSharedAttachmentsAsString().- Returns:
- Indicates whether attachment requests are automatically accepted.
- See Also:
AutoAcceptSharedAttachmentsValue
-
autoAcceptSharedAttachmentsAsString
public final String autoAcceptSharedAttachmentsAsString()
Indicates whether attachment requests are automatically accepted.
If the service returns an enum value that is not available in the current SDK version,
autoAcceptSharedAttachmentswill returnAutoAcceptSharedAttachmentsValue.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromautoAcceptSharedAttachmentsAsString().- Returns:
- Indicates whether attachment requests are automatically accepted.
- See Also:
AutoAcceptSharedAttachmentsValue
-
defaultRouteTableAssociation
public final DefaultRouteTableAssociationValue defaultRouteTableAssociation()
Indicates whether resource attachments are automatically associated with the default association route table.
If the service returns an enum value that is not available in the current SDK version,
defaultRouteTableAssociationwill 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.
- See Also:
DefaultRouteTableAssociationValue
-
defaultRouteTableAssociationAsString
public final String defaultRouteTableAssociationAsString()
Indicates whether resource attachments are automatically associated with the default association route table.
If the service returns an enum value that is not available in the current SDK version,
defaultRouteTableAssociationwill 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.
- See Also:
DefaultRouteTableAssociationValue
-
associationDefaultRouteTableId
public final String associationDefaultRouteTableId()
The ID of the default association route table.
- Returns:
- The ID of the default association route table.
-
defaultRouteTablePropagation
public final DefaultRouteTablePropagationValue defaultRouteTablePropagation()
Indicates whether resource attachments automatically propagate routes to the default propagation route table.
If the service returns an enum value that is not available in the current SDK version,
defaultRouteTablePropagationwill 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.
- See Also:
DefaultRouteTablePropagationValue
-
defaultRouteTablePropagationAsString
public final String defaultRouteTablePropagationAsString()
Indicates whether resource attachments automatically propagate routes to the default propagation route table.
If the service returns an enum value that is not available in the current SDK version,
defaultRouteTablePropagationwill 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.
- See Also:
DefaultRouteTablePropagationValue
-
propagationDefaultRouteTableId
public final String propagationDefaultRouteTableId()
The ID of the default propagation route table.
- Returns:
- The ID of the default propagation route table.
-
vpnEcmpSupport
public final VpnEcmpSupportValue 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,
vpnEcmpSupportwill 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:
VpnEcmpSupportValue
-
vpnEcmpSupportAsString
public final String 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,
vpnEcmpSupportwill 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:
VpnEcmpSupportValue
-
dnsSupport
public final DnsSupportValue dnsSupport()
Indicates whether DNS support is enabled.
If the service returns an enum value that is not available in the current SDK version,
dnsSupportwill returnDnsSupportValue.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdnsSupportAsString().- Returns:
- Indicates whether DNS support is enabled.
- See Also:
DnsSupportValue
-
dnsSupportAsString
public final String dnsSupportAsString()
Indicates whether DNS support is enabled.
If the service returns an enum value that is not available in the current SDK version,
dnsSupportwill returnDnsSupportValue.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdnsSupportAsString().- Returns:
- Indicates whether DNS support is enabled.
- See Also:
DnsSupportValue
-
securityGroupReferencingSupport
public final SecurityGroupReferencingSupportValue securityGroupReferencingSupport()
This parameter is in preview and may not be available for your account.
Enables you to reference a security group across VPCs attached to a transit gateway. Use this option to simplify security group management and control of instance-to-instance traffic across VPCs that are connected by transit gateway. You can also use this option to migrate from VPC peering (which was the only option that supported security group referencing) to transit gateways (which now also support security group referencing). This option is disabled by default and there are no additional costs to use this feature.
If the service returns an enum value that is not available in the current SDK version,
securityGroupReferencingSupportwill returnSecurityGroupReferencingSupportValue.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsecurityGroupReferencingSupportAsString().- Returns:
This parameter is in preview and may not be available for your account.
Enables you to reference a security group across VPCs attached to a transit gateway. Use this option to simplify security group management and control of instance-to-instance traffic across VPCs that are connected by transit gateway. You can also use this option to migrate from VPC peering (which was the only option that supported security group referencing) to transit gateways (which now also support security group referencing). This option is disabled by default and there are no additional costs to use this feature.
- See Also:
SecurityGroupReferencingSupportValue
-
securityGroupReferencingSupportAsString
public final String securityGroupReferencingSupportAsString()
This parameter is in preview and may not be available for your account.
Enables you to reference a security group across VPCs attached to a transit gateway. Use this option to simplify security group management and control of instance-to-instance traffic across VPCs that are connected by transit gateway. You can also use this option to migrate from VPC peering (which was the only option that supported security group referencing) to transit gateways (which now also support security group referencing). This option is disabled by default and there are no additional costs to use this feature.
If the service returns an enum value that is not available in the current SDK version,
securityGroupReferencingSupportwill returnSecurityGroupReferencingSupportValue.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsecurityGroupReferencingSupportAsString().- Returns:
This parameter is in preview and may not be available for your account.
Enables you to reference a security group across VPCs attached to a transit gateway. Use this option to simplify security group management and control of instance-to-instance traffic across VPCs that are connected by transit gateway. You can also use this option to migrate from VPC peering (which was the only option that supported security group referencing) to transit gateways (which now also support security group referencing). This option is disabled by default and there are no additional costs to use this feature.
- See Also:
SecurityGroupReferencingSupportValue
-
multicastSupport
public final MulticastSupportValue 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,
multicastSupportwill 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:
MulticastSupportValue
-
multicastSupportAsString
public final String 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,
multicastSupportwill 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:
MulticastSupportValue
-
toBuilder
public TransitGatewayOptions.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<TransitGatewayOptions.Builder,TransitGatewayOptions>
-
builder
public static TransitGatewayOptions.Builder builder()
-
serializableBuilderClass
public static Class<? extends TransitGatewayOptions.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-