Class NatGatewayAddress
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<NatGatewayAddress.Builder,NatGatewayAddress>
Describes the IP addresses and network interface associated with a NAT gateway.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal String[Public NAT gateway only] The allocation ID of the Elastic IP address that's associated with the NAT gateway.final String[Public NAT gateway only] The association ID of the Elastic IP address that's associated with the NAT gateway.final StringThe Availability Zone where this Elastic IP address (EIP) is being used to handle outbound NAT traffic.final StringThe ID of the Availability Zone where this Elastic IP address (EIP) is being used to handle outbound NAT traffic.static NatGatewayAddress.Builderbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final StringThe address failure message.final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final BooleanDefines if the IP address is the primary address.final StringThe ID of the network interface associated with the NAT gateway.final StringThe private IP address associated with the NAT gateway.final StringpublicIp()[Public NAT gateway only] The Elastic IP address associated with the NAT gateway.static Class<? extends NatGatewayAddress.Builder>final NatGatewayAddressStatusstatus()The address status.final StringThe address status.final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
allocationId
[Public NAT gateway only] The allocation ID of the Elastic IP address that's associated with the NAT gateway.
- Returns:
- [Public NAT gateway only] The allocation ID of the Elastic IP address that's associated with the NAT gateway.
-
networkInterfaceId
The ID of the network interface associated with the NAT gateway.
- Returns:
- The ID of the network interface associated with the NAT gateway.
-
privateIp
The private IP address associated with the NAT gateway.
- Returns:
- The private IP address associated with the NAT gateway.
-
publicIp
[Public NAT gateway only] The Elastic IP address associated with the NAT gateway.
- Returns:
- [Public NAT gateway only] The Elastic IP address associated with the NAT gateway.
-
associationId
[Public NAT gateway only] The association ID of the Elastic IP address that's associated with the NAT gateway.
- Returns:
- [Public NAT gateway only] The association ID of the Elastic IP address that's associated with the NAT gateway.
-
isPrimary
Defines if the IP address is the primary address.
- Returns:
- Defines if the IP address is the primary address.
-
failureMessage
The address failure message.
- Returns:
- The address failure message.
-
status
The address status.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnNatGatewayAddressStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The address status.
- See Also:
-
statusAsString
The address status.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnNatGatewayAddressStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The address status.
- See Also:
-
availabilityZone
The Availability Zone where this Elastic IP address (EIP) is being used to handle outbound NAT traffic.
- Returns:
- The Availability Zone where this Elastic IP address (EIP) is being used to handle outbound NAT traffic.
-
availabilityZoneId
The ID of the Availability Zone where this Elastic IP address (EIP) is being used to handle outbound NAT traffic. Use this instead of AvailabilityZone for consistent identification of AZs across Amazon Web Services Regions.
- Returns:
- The ID of the Availability Zone where this Elastic IP address (EIP) is being used to handle outbound NAT traffic. Use this instead of AvailabilityZone for consistent identification of AZs across Amazon Web Services Regions.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<NatGatewayAddress.Builder,NatGatewayAddress>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-