@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class IpamResourceCidr extends Object implements Serializable, Cloneable
The CIDR for an IPAM resource.
Constructor and Description |
---|
IpamResourceCidr() |
Modifier and Type | Method and Description |
---|---|
IpamResourceCidr |
clone() |
boolean |
equals(Object obj) |
String |
getAvailabilityZoneId()
The Availability Zone ID.
|
String |
getComplianceStatus()
The compliance status of the IPAM resource.
|
String |
getIpamId()
The IPAM ID for an IPAM resource.
|
String |
getIpamPoolId()
The pool ID for an IPAM resource.
|
String |
getIpamScopeId()
The scope ID for an IPAM resource.
|
Double |
getIpUsage()
The percentage of IP address space in use.
|
String |
getManagementState()
The management state of the resource.
|
String |
getOverlapStatus()
The overlap status of an IPAM resource.
|
String |
getResourceCidr()
The CIDR for an IPAM resource.
|
String |
getResourceId()
The ID of an IPAM resource.
|
String |
getResourceName()
The name of an IPAM resource.
|
String |
getResourceOwnerId()
The Amazon Web Services account number of the owner of an IPAM resource.
|
String |
getResourceRegion()
The Amazon Web Services Region for an IPAM resource.
|
List<IpamResourceTag> |
getResourceTags()
The tags for an IPAM resource.
|
String |
getResourceType()
The type of IPAM resource.
|
String |
getVpcId()
The ID of a VPC.
|
int |
hashCode() |
void |
setAvailabilityZoneId(String availabilityZoneId)
The Availability Zone ID.
|
void |
setComplianceStatus(String complianceStatus)
The compliance status of the IPAM resource.
|
void |
setIpamId(String ipamId)
The IPAM ID for an IPAM resource.
|
void |
setIpamPoolId(String ipamPoolId)
The pool ID for an IPAM resource.
|
void |
setIpamScopeId(String ipamScopeId)
The scope ID for an IPAM resource.
|
void |
setIpUsage(Double ipUsage)
The percentage of IP address space in use.
|
void |
setManagementState(String managementState)
The management state of the resource.
|
void |
setOverlapStatus(String overlapStatus)
The overlap status of an IPAM resource.
|
void |
setResourceCidr(String resourceCidr)
The CIDR for an IPAM resource.
|
void |
setResourceId(String resourceId)
The ID of an IPAM resource.
|
void |
setResourceName(String resourceName)
The name of an IPAM resource.
|
void |
setResourceOwnerId(String resourceOwnerId)
The Amazon Web Services account number of the owner of an IPAM resource.
|
void |
setResourceRegion(String resourceRegion)
The Amazon Web Services Region for an IPAM resource.
|
void |
setResourceTags(Collection<IpamResourceTag> resourceTags)
The tags for an IPAM resource.
|
void |
setResourceType(String resourceType)
The type of IPAM resource.
|
void |
setVpcId(String vpcId)
The ID of a VPC.
|
String |
toString()
Returns a string representation of this object.
|
IpamResourceCidr |
withAvailabilityZoneId(String availabilityZoneId)
The Availability Zone ID.
|
IpamResourceCidr |
withComplianceStatus(IpamComplianceStatus complianceStatus)
The compliance status of the IPAM resource.
|
IpamResourceCidr |
withComplianceStatus(String complianceStatus)
The compliance status of the IPAM resource.
|
IpamResourceCidr |
withIpamId(String ipamId)
The IPAM ID for an IPAM resource.
|
IpamResourceCidr |
withIpamPoolId(String ipamPoolId)
The pool ID for an IPAM resource.
|
IpamResourceCidr |
withIpamScopeId(String ipamScopeId)
The scope ID for an IPAM resource.
|
IpamResourceCidr |
withIpUsage(Double ipUsage)
The percentage of IP address space in use.
|
IpamResourceCidr |
withManagementState(IpamManagementState managementState)
The management state of the resource.
|
IpamResourceCidr |
withManagementState(String managementState)
The management state of the resource.
|
IpamResourceCidr |
withOverlapStatus(IpamOverlapStatus overlapStatus)
The overlap status of an IPAM resource.
|
IpamResourceCidr |
withOverlapStatus(String overlapStatus)
The overlap status of an IPAM resource.
|
IpamResourceCidr |
withResourceCidr(String resourceCidr)
The CIDR for an IPAM resource.
|
IpamResourceCidr |
withResourceId(String resourceId)
The ID of an IPAM resource.
|
IpamResourceCidr |
withResourceName(String resourceName)
The name of an IPAM resource.
|
IpamResourceCidr |
withResourceOwnerId(String resourceOwnerId)
The Amazon Web Services account number of the owner of an IPAM resource.
|
IpamResourceCidr |
withResourceRegion(String resourceRegion)
The Amazon Web Services Region for an IPAM resource.
|
IpamResourceCidr |
withResourceTags(Collection<IpamResourceTag> resourceTags)
The tags for an IPAM resource.
|
IpamResourceCidr |
withResourceTags(IpamResourceTag... resourceTags)
The tags for an IPAM resource.
|
IpamResourceCidr |
withResourceType(IpamResourceType resourceType)
The type of IPAM resource.
|
IpamResourceCidr |
withResourceType(String resourceType)
The type of IPAM resource.
|
IpamResourceCidr |
withVpcId(String vpcId)
The ID of a VPC.
|
public void setIpamId(String ipamId)
The IPAM ID for an IPAM resource.
ipamId
- The IPAM ID for an IPAM resource.public String getIpamId()
The IPAM ID for an IPAM resource.
public IpamResourceCidr withIpamId(String ipamId)
The IPAM ID for an IPAM resource.
ipamId
- The IPAM ID for an IPAM resource.public void setIpamScopeId(String ipamScopeId)
The scope ID for an IPAM resource.
ipamScopeId
- The scope ID for an IPAM resource.public String getIpamScopeId()
The scope ID for an IPAM resource.
public IpamResourceCidr withIpamScopeId(String ipamScopeId)
The scope ID for an IPAM resource.
ipamScopeId
- The scope ID for an IPAM resource.public void setIpamPoolId(String ipamPoolId)
The pool ID for an IPAM resource.
ipamPoolId
- The pool ID for an IPAM resource.public String getIpamPoolId()
The pool ID for an IPAM resource.
public IpamResourceCidr withIpamPoolId(String ipamPoolId)
The pool ID for an IPAM resource.
ipamPoolId
- The pool ID for an IPAM resource.public void setResourceRegion(String resourceRegion)
The Amazon Web Services Region for an IPAM resource.
resourceRegion
- The Amazon Web Services Region for an IPAM resource.public String getResourceRegion()
The Amazon Web Services Region for an IPAM resource.
public IpamResourceCidr withResourceRegion(String resourceRegion)
The Amazon Web Services Region for an IPAM resource.
resourceRegion
- The Amazon Web Services Region for an IPAM resource.public void setResourceOwnerId(String resourceOwnerId)
The Amazon Web Services account number of the owner of an IPAM resource.
resourceOwnerId
- The Amazon Web Services account number of the owner of an IPAM resource.public String getResourceOwnerId()
The Amazon Web Services account number of the owner of an IPAM resource.
public IpamResourceCidr withResourceOwnerId(String resourceOwnerId)
The Amazon Web Services account number of the owner of an IPAM resource.
resourceOwnerId
- The Amazon Web Services account number of the owner of an IPAM resource.public void setResourceId(String resourceId)
The ID of an IPAM resource.
resourceId
- The ID of an IPAM resource.public String getResourceId()
The ID of an IPAM resource.
public IpamResourceCidr withResourceId(String resourceId)
The ID of an IPAM resource.
resourceId
- The ID of an IPAM resource.public void setResourceName(String resourceName)
The name of an IPAM resource.
resourceName
- The name of an IPAM resource.public String getResourceName()
The name of an IPAM resource.
public IpamResourceCidr withResourceName(String resourceName)
The name of an IPAM resource.
resourceName
- The name of an IPAM resource.public void setResourceCidr(String resourceCidr)
The CIDR for an IPAM resource.
resourceCidr
- The CIDR for an IPAM resource.public String getResourceCidr()
The CIDR for an IPAM resource.
public IpamResourceCidr withResourceCidr(String resourceCidr)
The CIDR for an IPAM resource.
resourceCidr
- The CIDR for an IPAM resource.public void setResourceType(String resourceType)
The type of IPAM resource.
resourceType
- The type of IPAM resource.IpamResourceType
public String getResourceType()
The type of IPAM resource.
IpamResourceType
public IpamResourceCidr withResourceType(String resourceType)
The type of IPAM resource.
resourceType
- The type of IPAM resource.IpamResourceType
public IpamResourceCidr withResourceType(IpamResourceType resourceType)
The type of IPAM resource.
resourceType
- The type of IPAM resource.IpamResourceType
public List<IpamResourceTag> getResourceTags()
The tags for an IPAM resource.
public void setResourceTags(Collection<IpamResourceTag> resourceTags)
The tags for an IPAM resource.
resourceTags
- The tags for an IPAM resource.public IpamResourceCidr withResourceTags(IpamResourceTag... resourceTags)
The tags for an IPAM resource.
NOTE: This method appends the values to the existing list (if any). Use
setResourceTags(java.util.Collection)
or withResourceTags(java.util.Collection)
if you want to
override the existing values.
resourceTags
- The tags for an IPAM resource.public IpamResourceCidr withResourceTags(Collection<IpamResourceTag> resourceTags)
The tags for an IPAM resource.
resourceTags
- The tags for an IPAM resource.public void setIpUsage(Double ipUsage)
The percentage of IP address space in use. To convert the decimal to a percentage, multiply the decimal by 100. Note the following:
For resources that are VPCs, this is the percentage of IP address space in the VPC that's taken up by subnet CIDRs.
For resources that are subnets, if the subnet has an IPv4 CIDR provisioned to it, this is the percentage of IPv4 address space in the subnet that's in use. If the subnet has an IPv6 CIDR provisioned to it, the percentage of IPv6 address space in use is not represented. The percentage of IPv6 address space in use cannot currently be calculated.
For resources that are public IPv4 pools, this is the percentage of IP address space in the pool that's been allocated to Elastic IP addresses (EIPs).
ipUsage
- The percentage of IP address space in use. To convert the decimal to a percentage, multiply the decimal by
100. Note the following:
For resources that are VPCs, this is the percentage of IP address space in the VPC that's taken up by subnet CIDRs.
For resources that are subnets, if the subnet has an IPv4 CIDR provisioned to it, this is the percentage of IPv4 address space in the subnet that's in use. If the subnet has an IPv6 CIDR provisioned to it, the percentage of IPv6 address space in use is not represented. The percentage of IPv6 address space in use cannot currently be calculated.
For resources that are public IPv4 pools, this is the percentage of IP address space in the pool that's been allocated to Elastic IP addresses (EIPs).
public Double getIpUsage()
The percentage of IP address space in use. To convert the decimal to a percentage, multiply the decimal by 100. Note the following:
For resources that are VPCs, this is the percentage of IP address space in the VPC that's taken up by subnet CIDRs.
For resources that are subnets, if the subnet has an IPv4 CIDR provisioned to it, this is the percentage of IPv4 address space in the subnet that's in use. If the subnet has an IPv6 CIDR provisioned to it, the percentage of IPv6 address space in use is not represented. The percentage of IPv6 address space in use cannot currently be calculated.
For resources that are public IPv4 pools, this is the percentage of IP address space in the pool that's been allocated to Elastic IP addresses (EIPs).
For resources that are VPCs, this is the percentage of IP address space in the VPC that's taken up by subnet CIDRs.
For resources that are subnets, if the subnet has an IPv4 CIDR provisioned to it, this is the percentage of IPv4 address space in the subnet that's in use. If the subnet has an IPv6 CIDR provisioned to it, the percentage of IPv6 address space in use is not represented. The percentage of IPv6 address space in use cannot currently be calculated.
For resources that are public IPv4 pools, this is the percentage of IP address space in the pool that's been allocated to Elastic IP addresses (EIPs).
public IpamResourceCidr withIpUsage(Double ipUsage)
The percentage of IP address space in use. To convert the decimal to a percentage, multiply the decimal by 100. Note the following:
For resources that are VPCs, this is the percentage of IP address space in the VPC that's taken up by subnet CIDRs.
For resources that are subnets, if the subnet has an IPv4 CIDR provisioned to it, this is the percentage of IPv4 address space in the subnet that's in use. If the subnet has an IPv6 CIDR provisioned to it, the percentage of IPv6 address space in use is not represented. The percentage of IPv6 address space in use cannot currently be calculated.
For resources that are public IPv4 pools, this is the percentage of IP address space in the pool that's been allocated to Elastic IP addresses (EIPs).
ipUsage
- The percentage of IP address space in use. To convert the decimal to a percentage, multiply the decimal by
100. Note the following:
For resources that are VPCs, this is the percentage of IP address space in the VPC that's taken up by subnet CIDRs.
For resources that are subnets, if the subnet has an IPv4 CIDR provisioned to it, this is the percentage of IPv4 address space in the subnet that's in use. If the subnet has an IPv6 CIDR provisioned to it, the percentage of IPv6 address space in use is not represented. The percentage of IPv6 address space in use cannot currently be calculated.
For resources that are public IPv4 pools, this is the percentage of IP address space in the pool that's been allocated to Elastic IP addresses (EIPs).
public void setComplianceStatus(String complianceStatus)
The compliance status of the IPAM resource. For more information on compliance statuses, see Monitor CIDR usage by resource in the Amazon VPC IPAM User Guide.
complianceStatus
- The compliance status of the IPAM resource. For more information on compliance statuses, see Monitor CIDR usage by
resource in the Amazon VPC IPAM User Guide.IpamComplianceStatus
public String getComplianceStatus()
The compliance status of the IPAM resource. For more information on compliance statuses, see Monitor CIDR usage by resource in the Amazon VPC IPAM User Guide.
IpamComplianceStatus
public IpamResourceCidr withComplianceStatus(String complianceStatus)
The compliance status of the IPAM resource. For more information on compliance statuses, see Monitor CIDR usage by resource in the Amazon VPC IPAM User Guide.
complianceStatus
- The compliance status of the IPAM resource. For more information on compliance statuses, see Monitor CIDR usage by
resource in the Amazon VPC IPAM User Guide.IpamComplianceStatus
public IpamResourceCidr withComplianceStatus(IpamComplianceStatus complianceStatus)
The compliance status of the IPAM resource. For more information on compliance statuses, see Monitor CIDR usage by resource in the Amazon VPC IPAM User Guide.
complianceStatus
- The compliance status of the IPAM resource. For more information on compliance statuses, see Monitor CIDR usage by
resource in the Amazon VPC IPAM User Guide.IpamComplianceStatus
public void setManagementState(String managementState)
The management state of the resource. For more information about management states, see Monitor CIDR usage by resource in the Amazon VPC IPAM User Guide.
managementState
- The management state of the resource. For more information about management states, see Monitor CIDR usage by
resource in the Amazon VPC IPAM User Guide.IpamManagementState
public String getManagementState()
The management state of the resource. For more information about management states, see Monitor CIDR usage by resource in the Amazon VPC IPAM User Guide.
IpamManagementState
public IpamResourceCidr withManagementState(String managementState)
The management state of the resource. For more information about management states, see Monitor CIDR usage by resource in the Amazon VPC IPAM User Guide.
managementState
- The management state of the resource. For more information about management states, see Monitor CIDR usage by
resource in the Amazon VPC IPAM User Guide.IpamManagementState
public IpamResourceCidr withManagementState(IpamManagementState managementState)
The management state of the resource. For more information about management states, see Monitor CIDR usage by resource in the Amazon VPC IPAM User Guide.
managementState
- The management state of the resource. For more information about management states, see Monitor CIDR usage by
resource in the Amazon VPC IPAM User Guide.IpamManagementState
public void setOverlapStatus(String overlapStatus)
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.
overlapStatus
- 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.IpamOverlapStatus
public String getOverlapStatus()
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.
IpamOverlapStatus
public IpamResourceCidr withOverlapStatus(String overlapStatus)
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.
overlapStatus
- 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.IpamOverlapStatus
public IpamResourceCidr withOverlapStatus(IpamOverlapStatus overlapStatus)
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.
overlapStatus
- 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.IpamOverlapStatus
public void setVpcId(String vpcId)
The ID of a VPC.
vpcId
- The ID of a VPC.public String getVpcId()
The ID of a VPC.
public IpamResourceCidr withVpcId(String vpcId)
The ID of a VPC.
vpcId
- The ID of a VPC.public void setAvailabilityZoneId(String availabilityZoneId)
The Availability Zone ID.
availabilityZoneId
- The Availability Zone ID.public String getAvailabilityZoneId()
The Availability Zone ID.
public IpamResourceCidr withAvailabilityZoneId(String availabilityZoneId)
The Availability Zone ID.
availabilityZoneId
- The Availability Zone ID.public String toString()
toString
in class Object
Object.toString()
public IpamResourceCidr clone()