Class VpcIpv6CidrBlockAssociation
- java.lang.Object
-
- software.amazon.awssdk.services.ec2.model.VpcIpv6CidrBlockAssociation
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<VpcIpv6CidrBlockAssociation.Builder,VpcIpv6CidrBlockAssociation>
@Generated("software.amazon.awssdk:codegen") public final class VpcIpv6CidrBlockAssociation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<VpcIpv6CidrBlockAssociation.Builder,VpcIpv6CidrBlockAssociation>
Describes an IPv6 CIDR block associated with a VPC.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
VpcIpv6CidrBlockAssociation.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
associationId()
The association ID for the IPv6 CIDR block.static VpcIpv6CidrBlockAssociation.Builder
builder()
boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
IpSource
ipSource()
The source that allocated the IP address space.String
ipSourceAsString()
The source that allocated the IP address space.Ipv6AddressAttribute
ipv6AddressAttribute()
Public IPv6 addresses are those advertised on the internet from Amazon Web Services.String
ipv6AddressAttributeAsString()
Public IPv6 addresses are those advertised on the internet from Amazon Web Services.String
ipv6CidrBlock()
The IPv6 CIDR block.VpcCidrBlockState
ipv6CidrBlockState()
Information about the state of the CIDR block.String
ipv6Pool()
The ID of the IPv6 address pool from which the IPv6 CIDR block is allocated.String
networkBorderGroup()
The name of the unique set of Availability Zones, Local Zones, or Wavelength Zones from which Amazon Web Services advertises IP addresses, for example,us-east-1-wl1-bos-wlz-1
.List<SdkField<?>>
sdkFields()
static Class<? extends VpcIpv6CidrBlockAssociation.Builder>
serializableBuilderClass()
VpcIpv6CidrBlockAssociation.Builder
toBuilder()
String
toString()
Returns a string representation of this object.-
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
-
associationId
public final String associationId()
The association ID for the IPv6 CIDR block.
- Returns:
- The association ID for the IPv6 CIDR block.
-
ipv6CidrBlock
public final String ipv6CidrBlock()
The IPv6 CIDR block.
- Returns:
- The IPv6 CIDR block.
-
ipv6CidrBlockState
public final VpcCidrBlockState ipv6CidrBlockState()
Information about the state of the CIDR block.
- Returns:
- Information about the state of the CIDR block.
-
networkBorderGroup
public final String networkBorderGroup()
The name of the unique set of Availability Zones, Local Zones, or Wavelength Zones from which Amazon Web Services advertises IP addresses, for example,
us-east-1-wl1-bos-wlz-1
.- Returns:
- The name of the unique set of Availability Zones, Local Zones, or Wavelength Zones from which Amazon Web
Services advertises IP addresses, for example,
us-east-1-wl1-bos-wlz-1
.
-
ipv6Pool
public final String ipv6Pool()
The ID of the IPv6 address pool from which the IPv6 CIDR block is allocated.
- Returns:
- The ID of the IPv6 address pool from which the IPv6 CIDR block is allocated.
-
ipv6AddressAttribute
public final Ipv6AddressAttribute ipv6AddressAttribute()
Public IPv6 addresses are those advertised on the internet from Amazon Web Services. Private IP addresses are not and cannot be advertised on the internet from Amazon Web Services.
If the service returns an enum value that is not available in the current SDK version,
ipv6AddressAttribute
will returnIpv6AddressAttribute.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromipv6AddressAttributeAsString()
.- Returns:
- Public IPv6 addresses are those advertised on the internet from Amazon Web Services. Private IP addresses are not and cannot be advertised on the internet from Amazon Web Services.
- See Also:
Ipv6AddressAttribute
-
ipv6AddressAttributeAsString
public final String ipv6AddressAttributeAsString()
Public IPv6 addresses are those advertised on the internet from Amazon Web Services. Private IP addresses are not and cannot be advertised on the internet from Amazon Web Services.
If the service returns an enum value that is not available in the current SDK version,
ipv6AddressAttribute
will returnIpv6AddressAttribute.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromipv6AddressAttributeAsString()
.- Returns:
- Public IPv6 addresses are those advertised on the internet from Amazon Web Services. Private IP addresses are not and cannot be advertised on the internet from Amazon Web Services.
- See Also:
Ipv6AddressAttribute
-
ipSource
public final IpSource ipSource()
The source that allocated the IP address space.
byoip
oramazon
indicates public IP address space allocated by Amazon or space that you have allocated with Bring your own IP (BYOIP).none
indicates private space.If the service returns an enum value that is not available in the current SDK version,
ipSource
will returnIpSource.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromipSourceAsString()
.- Returns:
- The source that allocated the IP address space.
byoip
oramazon
indicates public IP address space allocated by Amazon or space that you have allocated with Bring your own IP (BYOIP).none
indicates private space. - See Also:
IpSource
-
ipSourceAsString
public final String ipSourceAsString()
The source that allocated the IP address space.
byoip
oramazon
indicates public IP address space allocated by Amazon or space that you have allocated with Bring your own IP (BYOIP).none
indicates private space.If the service returns an enum value that is not available in the current SDK version,
ipSource
will returnIpSource.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromipSourceAsString()
.- Returns:
- The source that allocated the IP address space.
byoip
oramazon
indicates public IP address space allocated by Amazon or space that you have allocated with Bring your own IP (BYOIP).none
indicates private space. - See Also:
IpSource
-
toBuilder
public VpcIpv6CidrBlockAssociation.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<VpcIpv6CidrBlockAssociation.Builder,VpcIpv6CidrBlockAssociation>
-
builder
public static VpcIpv6CidrBlockAssociation.Builder builder()
-
serializableBuilderClass
public static Class<? extends VpcIpv6CidrBlockAssociation.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in 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.
-
-