@Generated(value="software.amazon.awssdk:codegen") public final class IpamAddressHistoryRecord extends Object implements SdkPojo, Serializable, ToCopyableBuilder<IpamAddressHistoryRecord.Builder,IpamAddressHistoryRecord>
The historical record of a CIDR within an IPAM scope. For more information, see View the history of IP addresses in the Amazon VPC IPAM User Guide.
| Modifier and Type | Class and Description |
|---|---|
static interface |
IpamAddressHistoryRecord.Builder |
| Modifier and Type | Method and Description |
|---|---|
static IpamAddressHistoryRecord.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
resourceCidr()
The CIDR of the resource.
|
IpamComplianceStatus |
resourceComplianceStatus()
The compliance status of a resource.
|
String |
resourceComplianceStatusAsString()
The compliance status of a resource.
|
String |
resourceId()
The ID of the resource.
|
String |
resourceName()
The name of the resource.
|
IpamOverlapStatus |
resourceOverlapStatus()
The overlap status of an IPAM resource.
|
String |
resourceOverlapStatusAsString()
The overlap status of an IPAM resource.
|
String |
resourceOwnerId()
The ID of the resource owner.
|
String |
resourceRegion()
The Amazon Web Services Region of the resource.
|
IpamAddressHistoryResourceType |
resourceType()
The type of the resource.
|
String |
resourceTypeAsString()
The type of the resource.
|
Instant |
sampledEndTime()
Sampled end time of the resource-to-CIDR association within the IPAM scope.
|
Instant |
sampledStartTime()
Sampled start time of the resource-to-CIDR association within the IPAM scope.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends IpamAddressHistoryRecord.Builder> |
serializableBuilderClass() |
IpamAddressHistoryRecord.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
vpcId()
The VPC ID of the resource.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String resourceOwnerId()
The ID of the resource owner.
public final String resourceRegion()
The Amazon Web Services Region of the resource.
public final IpamAddressHistoryResourceType resourceType()
The type of the resource.
If the service returns an enum value that is not available in the current SDK version, resourceType will
return IpamAddressHistoryResourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from resourceTypeAsString().
IpamAddressHistoryResourceTypepublic final String resourceTypeAsString()
The type of the resource.
If the service returns an enum value that is not available in the current SDK version, resourceType will
return IpamAddressHistoryResourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from resourceTypeAsString().
IpamAddressHistoryResourceTypepublic final String resourceId()
The ID of the resource.
public final String resourceCidr()
The CIDR of the resource.
public final String resourceName()
The name of the resource.
public final IpamComplianceStatus resourceComplianceStatus()
The compliance status of a resource. For more information on compliance statuses, see Monitor CIDR usage by resource in the Amazon VPC IPAM User Guide.
If the service returns an enum value that is not available in the current SDK version,
resourceComplianceStatus will return IpamComplianceStatus.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from resourceComplianceStatusAsString().
IpamComplianceStatuspublic final String resourceComplianceStatusAsString()
The compliance status of a resource. For more information on compliance statuses, see Monitor CIDR usage by resource in the Amazon VPC IPAM User Guide.
If the service returns an enum value that is not available in the current SDK version,
resourceComplianceStatus will return IpamComplianceStatus.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from resourceComplianceStatusAsString().
IpamComplianceStatuspublic final IpamOverlapStatus resourceOverlapStatus()
The overlap status of an IPAM resource. The overlap status tells you if the CIDR for a resource overlaps with another CIDR in the scope. For more information on overlap statuses, see Monitor CIDR usage by resource in the Amazon VPC IPAM User Guide.
If the service returns an enum value that is not available in the current SDK version,
resourceOverlapStatus will return IpamOverlapStatus.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from resourceOverlapStatusAsString().
IpamOverlapStatuspublic final String resourceOverlapStatusAsString()
The overlap status of an IPAM resource. The overlap status tells you if the CIDR for a resource overlaps with another CIDR in the scope. For more information on overlap statuses, see Monitor CIDR usage by resource in the Amazon VPC IPAM User Guide.
If the service returns an enum value that is not available in the current SDK version,
resourceOverlapStatus will return IpamOverlapStatus.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from resourceOverlapStatusAsString().
IpamOverlapStatuspublic final String vpcId()
The VPC ID of the resource.
public final Instant sampledStartTime()
Sampled start time of the resource-to-CIDR association within the IPAM scope. Changes are picked up in periodic snapshots, so the start time may have occurred before this specific time.
public final Instant sampledEndTime()
Sampled end time of the resource-to-CIDR association within the IPAM scope. Changes are picked up in periodic snapshots, so the end time may have occurred before this specific time.
public IpamAddressHistoryRecord.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<IpamAddressHistoryRecord.Builder,IpamAddressHistoryRecord>public static IpamAddressHistoryRecord.Builder builder()
public static Class<? extends IpamAddressHistoryRecord.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.