Class ModifyTransitGatewayOptions

    • Method Detail

      • hasAddTransitGatewayCidrBlocks

        public final boolean hasAddTransitGatewayCidrBlocks()
        For responses, this returns true if the service returned a value for the AddTransitGatewayCidrBlocks property. This DOES NOT check that the value is non-empty (for which, you should check the isEmpty() 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.
      • addTransitGatewayCidrBlocks

        public final List<String> 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.

        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 hasAddTransitGatewayCidrBlocks() method.

        Returns:
        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.
      • hasRemoveTransitGatewayCidrBlocks

        public final boolean hasRemoveTransitGatewayCidrBlocks()
        For responses, this returns true if the service returned a value for the RemoveTransitGatewayCidrBlocks property. This DOES NOT check that the value is non-empty (for which, you should check the isEmpty() 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.
      • removeTransitGatewayCidrBlocks

        public final List<String> removeTransitGatewayCidrBlocks()

        Removes CIDR blocks for the transit gateway.

        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 hasRemoveTransitGatewayCidrBlocks() method.

        Returns:
        Removes CIDR blocks for the transit gateway.
      • securityGroupReferencingSupport

        public final SecurityGroupReferencingSupportValue securityGroupReferencingSupport()

        Enables you to reference a security group across VPCs attached to a transit gateway (TGW). 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.

        For important information about this feature, see Create a transit gateway in the Amazon Web Services Transit Gateway Guide.

        If the service returns an enum value that is not available in the current SDK version, securityGroupReferencingSupport will return SecurityGroupReferencingSupportValue.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from securityGroupReferencingSupportAsString().

        Returns:
        Enables you to reference a security group across VPCs attached to a transit gateway (TGW). 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.

        For important information about this feature, see Create a transit gateway in the Amazon Web Services Transit Gateway Guide.

        See Also:
        SecurityGroupReferencingSupportValue
      • securityGroupReferencingSupportAsString

        public final String securityGroupReferencingSupportAsString()

        Enables you to reference a security group across VPCs attached to a transit gateway (TGW). 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.

        For important information about this feature, see Create a transit gateway in the Amazon Web Services Transit Gateway Guide.

        If the service returns an enum value that is not available in the current SDK version, securityGroupReferencingSupport will return SecurityGroupReferencingSupportValue.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from securityGroupReferencingSupportAsString().

        Returns:
        Enables you to reference a security group across VPCs attached to a transit gateway (TGW). 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.

        For important information about this feature, see Create a transit gateway in the Amazon Web Services Transit Gateway Guide.

        See Also:
        SecurityGroupReferencingSupportValue
      • associationDefaultRouteTableId

        public final String associationDefaultRouteTableId()

        The ID of the default association route table.

        Returns:
        The ID of the default association route table.
      • propagationDefaultRouteTableId

        public final String propagationDefaultRouteTableId()

        The ID of the default propagation route table.

        Returns:
        The ID of the default propagation route table.
      • 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.

        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.

        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.

        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.

      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • 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.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)