@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class IpamPool extends Object implements Serializable, Cloneable
In IPAM, a pool is a collection of contiguous IP addresses CIDRs. Pools enable you to organize your IP addresses according to your routing and security needs. For example, if you have separate routing and security needs for development and production applications, you can create a pool for each.
Constructor and Description |
---|
IpamPool() |
Modifier and Type | Method and Description |
---|---|
IpamPool |
clone() |
boolean |
equals(Object obj) |
String |
getAddressFamily()
The address family of the pool.
|
Integer |
getAllocationDefaultNetmaskLength()
The default netmask length for allocations added to this pool.
|
Integer |
getAllocationMaxNetmaskLength()
The maximum netmask length possible for CIDR allocations in this IPAM pool to be compliant.
|
Integer |
getAllocationMinNetmaskLength()
The minimum netmask length required for CIDR allocations in this IPAM pool to be compliant.
|
List<IpamResourceTag> |
getAllocationResourceTags()
Tags that are required for resources that use CIDRs from this IPAM pool.
|
Boolean |
getAutoImport()
If selected, IPAM will continuously look for resources within the CIDR range of this pool and automatically
import them as allocations into your IPAM.
|
String |
getAwsService()
Limits which service in Amazon Web Services that the pool can be used in.
|
String |
getDescription()
The description of the IPAM pool.
|
String |
getIpamArn()
The ARN of the IPAM.
|
String |
getIpamPoolArn()
The Amazon Resource Name (ARN) of the IPAM pool.
|
String |
getIpamPoolId()
The ID of the IPAM pool.
|
String |
getIpamRegion()
The Amazon Web Services Region of the IPAM pool.
|
String |
getIpamScopeArn()
The ARN of the scope of the IPAM pool.
|
String |
getIpamScopeType()
In IPAM, a scope is the highest-level container within IPAM.
|
String |
getLocale()
The locale of the IPAM pool.
|
String |
getOwnerId()
The Amazon Web Services account ID of the owner of the IPAM pool.
|
Integer |
getPoolDepth()
The depth of pools in your IPAM pool.
|
String |
getPublicIpSource()
The IP address source for pools in the public scope.
|
Boolean |
getPubliclyAdvertisable()
Determines if a pool is publicly advertisable.
|
String |
getSourceIpamPoolId()
The ID of the source IPAM pool.
|
IpamPoolSourceResource |
getSourceResource()
The resource used to provision CIDRs to a resource planning pool.
|
String |
getState()
The state of the IPAM pool.
|
String |
getStateMessage()
The state message.
|
List<Tag> |
getTags()
The key/value combination of a tag assigned to the resource.
|
int |
hashCode() |
Boolean |
isAutoImport()
If selected, IPAM will continuously look for resources within the CIDR range of this pool and automatically
import them as allocations into your IPAM.
|
Boolean |
isPubliclyAdvertisable()
Determines if a pool is publicly advertisable.
|
void |
setAddressFamily(String addressFamily)
The address family of the pool.
|
void |
setAllocationDefaultNetmaskLength(Integer allocationDefaultNetmaskLength)
The default netmask length for allocations added to this pool.
|
void |
setAllocationMaxNetmaskLength(Integer allocationMaxNetmaskLength)
The maximum netmask length possible for CIDR allocations in this IPAM pool to be compliant.
|
void |
setAllocationMinNetmaskLength(Integer allocationMinNetmaskLength)
The minimum netmask length required for CIDR allocations in this IPAM pool to be compliant.
|
void |
setAllocationResourceTags(Collection<IpamResourceTag> allocationResourceTags)
Tags that are required for resources that use CIDRs from this IPAM pool.
|
void |
setAutoImport(Boolean autoImport)
If selected, IPAM will continuously look for resources within the CIDR range of this pool and automatically
import them as allocations into your IPAM.
|
void |
setAwsService(String awsService)
Limits which service in Amazon Web Services that the pool can be used in.
|
void |
setDescription(String description)
The description of the IPAM pool.
|
void |
setIpamArn(String ipamArn)
The ARN of the IPAM.
|
void |
setIpamPoolArn(String ipamPoolArn)
The Amazon Resource Name (ARN) of the IPAM pool.
|
void |
setIpamPoolId(String ipamPoolId)
The ID of the IPAM pool.
|
void |
setIpamRegion(String ipamRegion)
The Amazon Web Services Region of the IPAM pool.
|
void |
setIpamScopeArn(String ipamScopeArn)
The ARN of the scope of the IPAM pool.
|
void |
setIpamScopeType(String ipamScopeType)
In IPAM, a scope is the highest-level container within IPAM.
|
void |
setLocale(String locale)
The locale of the IPAM pool.
|
void |
setOwnerId(String ownerId)
The Amazon Web Services account ID of the owner of the IPAM pool.
|
void |
setPoolDepth(Integer poolDepth)
The depth of pools in your IPAM pool.
|
void |
setPublicIpSource(String publicIpSource)
The IP address source for pools in the public scope.
|
void |
setPubliclyAdvertisable(Boolean publiclyAdvertisable)
Determines if a pool is publicly advertisable.
|
void |
setSourceIpamPoolId(String sourceIpamPoolId)
The ID of the source IPAM pool.
|
void |
setSourceResource(IpamPoolSourceResource sourceResource)
The resource used to provision CIDRs to a resource planning pool.
|
void |
setState(String state)
The state of the IPAM pool.
|
void |
setStateMessage(String stateMessage)
The state message.
|
void |
setTags(Collection<Tag> tags)
The key/value combination of a tag assigned to the resource.
|
String |
toString()
Returns a string representation of this object.
|
IpamPool |
withAddressFamily(AddressFamily addressFamily)
The address family of the pool.
|
IpamPool |
withAddressFamily(String addressFamily)
The address family of the pool.
|
IpamPool |
withAllocationDefaultNetmaskLength(Integer allocationDefaultNetmaskLength)
The default netmask length for allocations added to this pool.
|
IpamPool |
withAllocationMaxNetmaskLength(Integer allocationMaxNetmaskLength)
The maximum netmask length possible for CIDR allocations in this IPAM pool to be compliant.
|
IpamPool |
withAllocationMinNetmaskLength(Integer allocationMinNetmaskLength)
The minimum netmask length required for CIDR allocations in this IPAM pool to be compliant.
|
IpamPool |
withAllocationResourceTags(Collection<IpamResourceTag> allocationResourceTags)
Tags that are required for resources that use CIDRs from this IPAM pool.
|
IpamPool |
withAllocationResourceTags(IpamResourceTag... allocationResourceTags)
Tags that are required for resources that use CIDRs from this IPAM pool.
|
IpamPool |
withAutoImport(Boolean autoImport)
If selected, IPAM will continuously look for resources within the CIDR range of this pool and automatically
import them as allocations into your IPAM.
|
IpamPool |
withAwsService(IpamPoolAwsService awsService)
Limits which service in Amazon Web Services that the pool can be used in.
|
IpamPool |
withAwsService(String awsService)
Limits which service in Amazon Web Services that the pool can be used in.
|
IpamPool |
withDescription(String description)
The description of the IPAM pool.
|
IpamPool |
withIpamArn(String ipamArn)
The ARN of the IPAM.
|
IpamPool |
withIpamPoolArn(String ipamPoolArn)
The Amazon Resource Name (ARN) of the IPAM pool.
|
IpamPool |
withIpamPoolId(String ipamPoolId)
The ID of the IPAM pool.
|
IpamPool |
withIpamRegion(String ipamRegion)
The Amazon Web Services Region of the IPAM pool.
|
IpamPool |
withIpamScopeArn(String ipamScopeArn)
The ARN of the scope of the IPAM pool.
|
IpamPool |
withIpamScopeType(IpamScopeType ipamScopeType)
In IPAM, a scope is the highest-level container within IPAM.
|
IpamPool |
withIpamScopeType(String ipamScopeType)
In IPAM, a scope is the highest-level container within IPAM.
|
IpamPool |
withLocale(String locale)
The locale of the IPAM pool.
|
IpamPool |
withOwnerId(String ownerId)
The Amazon Web Services account ID of the owner of the IPAM pool.
|
IpamPool |
withPoolDepth(Integer poolDepth)
The depth of pools in your IPAM pool.
|
IpamPool |
withPublicIpSource(IpamPoolPublicIpSource publicIpSource)
The IP address source for pools in the public scope.
|
IpamPool |
withPublicIpSource(String publicIpSource)
The IP address source for pools in the public scope.
|
IpamPool |
withPubliclyAdvertisable(Boolean publiclyAdvertisable)
Determines if a pool is publicly advertisable.
|
IpamPool |
withSourceIpamPoolId(String sourceIpamPoolId)
The ID of the source IPAM pool.
|
IpamPool |
withSourceResource(IpamPoolSourceResource sourceResource)
The resource used to provision CIDRs to a resource planning pool.
|
IpamPool |
withState(IpamPoolState state)
The state of the IPAM pool.
|
IpamPool |
withState(String state)
The state of the IPAM pool.
|
IpamPool |
withStateMessage(String stateMessage)
The state message.
|
IpamPool |
withTags(Collection<Tag> tags)
The key/value combination of a tag assigned to the resource.
|
IpamPool |
withTags(Tag... tags)
The key/value combination of a tag assigned to the resource.
|
public void setOwnerId(String ownerId)
The Amazon Web Services account ID of the owner of the IPAM pool.
ownerId
- The Amazon Web Services account ID of the owner of the IPAM pool.public String getOwnerId()
The Amazon Web Services account ID of the owner of the IPAM pool.
public IpamPool withOwnerId(String ownerId)
The Amazon Web Services account ID of the owner of the IPAM pool.
ownerId
- The Amazon Web Services account ID of the owner of the IPAM pool.public void setIpamPoolId(String ipamPoolId)
The ID of the IPAM pool.
ipamPoolId
- The ID of the IPAM pool.public String getIpamPoolId()
The ID of the IPAM pool.
public IpamPool withIpamPoolId(String ipamPoolId)
The ID of the IPAM pool.
ipamPoolId
- The ID of the IPAM pool.public void setSourceIpamPoolId(String sourceIpamPoolId)
The ID of the source IPAM pool. You can use this option to create an IPAM pool within an existing source pool.
sourceIpamPoolId
- The ID of the source IPAM pool. You can use this option to create an IPAM pool within an existing source
pool.public String getSourceIpamPoolId()
The ID of the source IPAM pool. You can use this option to create an IPAM pool within an existing source pool.
public IpamPool withSourceIpamPoolId(String sourceIpamPoolId)
The ID of the source IPAM pool. You can use this option to create an IPAM pool within an existing source pool.
sourceIpamPoolId
- The ID of the source IPAM pool. You can use this option to create an IPAM pool within an existing source
pool.public void setIpamPoolArn(String ipamPoolArn)
The Amazon Resource Name (ARN) of the IPAM pool.
ipamPoolArn
- The Amazon Resource Name (ARN) of the IPAM pool.public String getIpamPoolArn()
The Amazon Resource Name (ARN) of the IPAM pool.
public IpamPool withIpamPoolArn(String ipamPoolArn)
The Amazon Resource Name (ARN) of the IPAM pool.
ipamPoolArn
- The Amazon Resource Name (ARN) of the IPAM pool.public void setIpamScopeArn(String ipamScopeArn)
The ARN of the scope of the IPAM pool.
ipamScopeArn
- The ARN of the scope of the IPAM pool.public String getIpamScopeArn()
The ARN of the scope of the IPAM pool.
public IpamPool withIpamScopeArn(String ipamScopeArn)
The ARN of the scope of the IPAM pool.
ipamScopeArn
- The ARN of the scope of the IPAM pool.public void setIpamScopeType(String ipamScopeType)
In IPAM, a scope is the highest-level container within IPAM. An IPAM contains two default scopes. Each scope represents the IP space for a single network. The private scope is intended for all private IP address space. The public scope is intended for all public IP address space. Scopes enable you to reuse IP addresses across multiple unconnected networks without causing IP address overlap or conflict.
ipamScopeType
- In IPAM, a scope is the highest-level container within IPAM. An IPAM contains two default scopes. Each
scope represents the IP space for a single network. The private scope is intended for all private IP
address space. The public scope is intended for all public IP address space. Scopes enable you to reuse IP
addresses across multiple unconnected networks without causing IP address overlap or conflict.IpamScopeType
public String getIpamScopeType()
In IPAM, a scope is the highest-level container within IPAM. An IPAM contains two default scopes. Each scope represents the IP space for a single network. The private scope is intended for all private IP address space. The public scope is intended for all public IP address space. Scopes enable you to reuse IP addresses across multiple unconnected networks without causing IP address overlap or conflict.
IpamScopeType
public IpamPool withIpamScopeType(String ipamScopeType)
In IPAM, a scope is the highest-level container within IPAM. An IPAM contains two default scopes. Each scope represents the IP space for a single network. The private scope is intended for all private IP address space. The public scope is intended for all public IP address space. Scopes enable you to reuse IP addresses across multiple unconnected networks without causing IP address overlap or conflict.
ipamScopeType
- In IPAM, a scope is the highest-level container within IPAM. An IPAM contains two default scopes. Each
scope represents the IP space for a single network. The private scope is intended for all private IP
address space. The public scope is intended for all public IP address space. Scopes enable you to reuse IP
addresses across multiple unconnected networks without causing IP address overlap or conflict.IpamScopeType
public IpamPool withIpamScopeType(IpamScopeType ipamScopeType)
In IPAM, a scope is the highest-level container within IPAM. An IPAM contains two default scopes. Each scope represents the IP space for a single network. The private scope is intended for all private IP address space. The public scope is intended for all public IP address space. Scopes enable you to reuse IP addresses across multiple unconnected networks without causing IP address overlap or conflict.
ipamScopeType
- In IPAM, a scope is the highest-level container within IPAM. An IPAM contains two default scopes. Each
scope represents the IP space for a single network. The private scope is intended for all private IP
address space. The public scope is intended for all public IP address space. Scopes enable you to reuse IP
addresses across multiple unconnected networks without causing IP address overlap or conflict.IpamScopeType
public void setIpamArn(String ipamArn)
The ARN of the IPAM.
ipamArn
- The ARN of the IPAM.public String getIpamArn()
The ARN of the IPAM.
public IpamPool withIpamArn(String ipamArn)
The ARN of the IPAM.
ipamArn
- The ARN of the IPAM.public void setIpamRegion(String ipamRegion)
The Amazon Web Services Region of the IPAM pool.
ipamRegion
- The Amazon Web Services Region of the IPAM pool.public String getIpamRegion()
The Amazon Web Services Region of the IPAM pool.
public IpamPool withIpamRegion(String ipamRegion)
The Amazon Web Services Region of the IPAM pool.
ipamRegion
- The Amazon Web Services Region of the IPAM pool.public void setLocale(String locale)
The locale of the IPAM pool.
The locale for the pool should be one of the following:
An Amazon Web Services Region where you want this IPAM pool to be available for allocations.
The network border group for an Amazon Web Services Local Zone where you want this IPAM pool to be available for allocations (supported Local Zones). This option is only available for IPAM IPv4 pools in the public scope.
If you choose an Amazon Web Services Region for locale that has not been configured as an operating Region for the IPAM, you'll get an error.
locale
- The locale of the IPAM pool.
The locale for the pool should be one of the following:
An Amazon Web Services Region where you want this IPAM pool to be available for allocations.
The network border group for an Amazon Web Services Local Zone where you want this IPAM pool to be available for allocations (supported Local Zones). This option is only available for IPAM IPv4 pools in the public scope.
If you choose an Amazon Web Services Region for locale that has not been configured as an operating Region for the IPAM, you'll get an error.
public String getLocale()
The locale of the IPAM pool.
The locale for the pool should be one of the following:
An Amazon Web Services Region where you want this IPAM pool to be available for allocations.
The network border group for an Amazon Web Services Local Zone where you want this IPAM pool to be available for allocations (supported Local Zones). This option is only available for IPAM IPv4 pools in the public scope.
If you choose an Amazon Web Services Region for locale that has not been configured as an operating Region for the IPAM, you'll get an error.
The locale for the pool should be one of the following:
An Amazon Web Services Region where you want this IPAM pool to be available for allocations.
The network border group for an Amazon Web Services Local Zone where you want this IPAM pool to be available for allocations (supported Local Zones). This option is only available for IPAM IPv4 pools in the public scope.
If you choose an Amazon Web Services Region for locale that has not been configured as an operating Region for the IPAM, you'll get an error.
public IpamPool withLocale(String locale)
The locale of the IPAM pool.
The locale for the pool should be one of the following:
An Amazon Web Services Region where you want this IPAM pool to be available for allocations.
The network border group for an Amazon Web Services Local Zone where you want this IPAM pool to be available for allocations (supported Local Zones). This option is only available for IPAM IPv4 pools in the public scope.
If you choose an Amazon Web Services Region for locale that has not been configured as an operating Region for the IPAM, you'll get an error.
locale
- The locale of the IPAM pool.
The locale for the pool should be one of the following:
An Amazon Web Services Region where you want this IPAM pool to be available for allocations.
The network border group for an Amazon Web Services Local Zone where you want this IPAM pool to be available for allocations (supported Local Zones). This option is only available for IPAM IPv4 pools in the public scope.
If you choose an Amazon Web Services Region for locale that has not been configured as an operating Region for the IPAM, you'll get an error.
public void setPoolDepth(Integer poolDepth)
The depth of pools in your IPAM pool. The pool depth quota is 10. For more information, see Quotas in IPAM in the Amazon VPC IPAM User Guide.
poolDepth
- The depth of pools in your IPAM pool. The pool depth quota is 10. For more information, see Quotas in IPAM in the Amazon
VPC IPAM User Guide.public Integer getPoolDepth()
The depth of pools in your IPAM pool. The pool depth quota is 10. For more information, see Quotas in IPAM in the Amazon VPC IPAM User Guide.
public IpamPool withPoolDepth(Integer poolDepth)
The depth of pools in your IPAM pool. The pool depth quota is 10. For more information, see Quotas in IPAM in the Amazon VPC IPAM User Guide.
poolDepth
- The depth of pools in your IPAM pool. The pool depth quota is 10. For more information, see Quotas in IPAM in the Amazon
VPC IPAM User Guide.public void setState(String state)
The state of the IPAM pool.
state
- The state of the IPAM pool.IpamPoolState
public String getState()
The state of the IPAM pool.
IpamPoolState
public IpamPool withState(String state)
The state of the IPAM pool.
state
- The state of the IPAM pool.IpamPoolState
public IpamPool withState(IpamPoolState state)
The state of the IPAM pool.
state
- The state of the IPAM pool.IpamPoolState
public void setStateMessage(String stateMessage)
The state message.
stateMessage
- The state message.public String getStateMessage()
The state message.
public IpamPool withStateMessage(String stateMessage)
The state message.
stateMessage
- The state message.public void setDescription(String description)
The description of the IPAM pool.
description
- The description of the IPAM pool.public String getDescription()
The description of the IPAM pool.
public IpamPool withDescription(String description)
The description of the IPAM pool.
description
- The description of the IPAM pool.public void setAutoImport(Boolean autoImport)
If selected, IPAM will continuously look for resources within the CIDR range of this pool and automatically import them as allocations into your IPAM. The CIDRs that will be allocated for these resources must not already be allocated to other resources in order for the import to succeed. IPAM will import a CIDR regardless of its compliance with the pool's allocation rules, so a resource might be imported and subsequently marked as noncompliant. If IPAM discovers multiple CIDRs that overlap, IPAM will import the largest CIDR only. If IPAM discovers multiple CIDRs with matching CIDRs, IPAM will randomly import one of them only.
A locale must be set on the pool for this feature to work.
autoImport
- If selected, IPAM will continuously look for resources within the CIDR range of this pool and
automatically import them as allocations into your IPAM. The CIDRs that will be allocated for these
resources must not already be allocated to other resources in order for the import to succeed. IPAM will
import a CIDR regardless of its compliance with the pool's allocation rules, so a resource might be
imported and subsequently marked as noncompliant. If IPAM discovers multiple CIDRs that overlap, IPAM will
import the largest CIDR only. If IPAM discovers multiple CIDRs with matching CIDRs, IPAM will randomly
import one of them only.
A locale must be set on the pool for this feature to work.
public Boolean getAutoImport()
If selected, IPAM will continuously look for resources within the CIDR range of this pool and automatically import them as allocations into your IPAM. The CIDRs that will be allocated for these resources must not already be allocated to other resources in order for the import to succeed. IPAM will import a CIDR regardless of its compliance with the pool's allocation rules, so a resource might be imported and subsequently marked as noncompliant. If IPAM discovers multiple CIDRs that overlap, IPAM will import the largest CIDR only. If IPAM discovers multiple CIDRs with matching CIDRs, IPAM will randomly import one of them only.
A locale must be set on the pool for this feature to work.
A locale must be set on the pool for this feature to work.
public IpamPool withAutoImport(Boolean autoImport)
If selected, IPAM will continuously look for resources within the CIDR range of this pool and automatically import them as allocations into your IPAM. The CIDRs that will be allocated for these resources must not already be allocated to other resources in order for the import to succeed. IPAM will import a CIDR regardless of its compliance with the pool's allocation rules, so a resource might be imported and subsequently marked as noncompliant. If IPAM discovers multiple CIDRs that overlap, IPAM will import the largest CIDR only. If IPAM discovers multiple CIDRs with matching CIDRs, IPAM will randomly import one of them only.
A locale must be set on the pool for this feature to work.
autoImport
- If selected, IPAM will continuously look for resources within the CIDR range of this pool and
automatically import them as allocations into your IPAM. The CIDRs that will be allocated for these
resources must not already be allocated to other resources in order for the import to succeed. IPAM will
import a CIDR regardless of its compliance with the pool's allocation rules, so a resource might be
imported and subsequently marked as noncompliant. If IPAM discovers multiple CIDRs that overlap, IPAM will
import the largest CIDR only. If IPAM discovers multiple CIDRs with matching CIDRs, IPAM will randomly
import one of them only.
A locale must be set on the pool for this feature to work.
public Boolean isAutoImport()
If selected, IPAM will continuously look for resources within the CIDR range of this pool and automatically import them as allocations into your IPAM. The CIDRs that will be allocated for these resources must not already be allocated to other resources in order for the import to succeed. IPAM will import a CIDR regardless of its compliance with the pool's allocation rules, so a resource might be imported and subsequently marked as noncompliant. If IPAM discovers multiple CIDRs that overlap, IPAM will import the largest CIDR only. If IPAM discovers multiple CIDRs with matching CIDRs, IPAM will randomly import one of them only.
A locale must be set on the pool for this feature to work.
A locale must be set on the pool for this feature to work.
public void setPubliclyAdvertisable(Boolean publiclyAdvertisable)
Determines if a pool is publicly advertisable. This option is not available for pools with AddressFamily set to
ipv4
.
publiclyAdvertisable
- Determines if a pool is publicly advertisable. This option is not available for pools with AddressFamily
set to ipv4
.public Boolean getPubliclyAdvertisable()
Determines if a pool is publicly advertisable. This option is not available for pools with AddressFamily set to
ipv4
.
ipv4
.public IpamPool withPubliclyAdvertisable(Boolean publiclyAdvertisable)
Determines if a pool is publicly advertisable. This option is not available for pools with AddressFamily set to
ipv4
.
publiclyAdvertisable
- Determines if a pool is publicly advertisable. This option is not available for pools with AddressFamily
set to ipv4
.public Boolean isPubliclyAdvertisable()
Determines if a pool is publicly advertisable. This option is not available for pools with AddressFamily set to
ipv4
.
ipv4
.public void setAddressFamily(String addressFamily)
The address family of the pool.
addressFamily
- The address family of the pool.AddressFamily
public String getAddressFamily()
The address family of the pool.
AddressFamily
public IpamPool withAddressFamily(String addressFamily)
The address family of the pool.
addressFamily
- The address family of the pool.AddressFamily
public IpamPool withAddressFamily(AddressFamily addressFamily)
The address family of the pool.
addressFamily
- The address family of the pool.AddressFamily
public void setAllocationMinNetmaskLength(Integer allocationMinNetmaskLength)
The minimum netmask length required for CIDR allocations in this IPAM pool to be compliant. The minimum netmask length must be less than the maximum netmask length. Possible netmask lengths for IPv4 addresses are 0 - 32. Possible netmask lengths for IPv6 addresses are 0 - 128.
allocationMinNetmaskLength
- The minimum netmask length required for CIDR allocations in this IPAM pool to be compliant. The minimum
netmask length must be less than the maximum netmask length. Possible netmask lengths for IPv4 addresses
are 0 - 32. Possible netmask lengths for IPv6 addresses are 0 - 128.public Integer getAllocationMinNetmaskLength()
The minimum netmask length required for CIDR allocations in this IPAM pool to be compliant. The minimum netmask length must be less than the maximum netmask length. Possible netmask lengths for IPv4 addresses are 0 - 32. Possible netmask lengths for IPv6 addresses are 0 - 128.
public IpamPool withAllocationMinNetmaskLength(Integer allocationMinNetmaskLength)
The minimum netmask length required for CIDR allocations in this IPAM pool to be compliant. The minimum netmask length must be less than the maximum netmask length. Possible netmask lengths for IPv4 addresses are 0 - 32. Possible netmask lengths for IPv6 addresses are 0 - 128.
allocationMinNetmaskLength
- The minimum netmask length required for CIDR allocations in this IPAM pool to be compliant. The minimum
netmask length must be less than the maximum netmask length. Possible netmask lengths for IPv4 addresses
are 0 - 32. Possible netmask lengths for IPv6 addresses are 0 - 128.public void setAllocationMaxNetmaskLength(Integer allocationMaxNetmaskLength)
The maximum netmask length possible for CIDR allocations in this IPAM pool to be compliant. The maximum netmask length must be greater than the minimum netmask length. Possible netmask lengths for IPv4 addresses are 0 - 32. Possible netmask lengths for IPv6 addresses are 0 - 128.
allocationMaxNetmaskLength
- The maximum netmask length possible for CIDR allocations in this IPAM pool to be compliant. The maximum
netmask length must be greater than the minimum netmask length. Possible netmask lengths for IPv4
addresses are 0 - 32. Possible netmask lengths for IPv6 addresses are 0 - 128.public Integer getAllocationMaxNetmaskLength()
The maximum netmask length possible for CIDR allocations in this IPAM pool to be compliant. The maximum netmask length must be greater than the minimum netmask length. Possible netmask lengths for IPv4 addresses are 0 - 32. Possible netmask lengths for IPv6 addresses are 0 - 128.
public IpamPool withAllocationMaxNetmaskLength(Integer allocationMaxNetmaskLength)
The maximum netmask length possible for CIDR allocations in this IPAM pool to be compliant. The maximum netmask length must be greater than the minimum netmask length. Possible netmask lengths for IPv4 addresses are 0 - 32. Possible netmask lengths for IPv6 addresses are 0 - 128.
allocationMaxNetmaskLength
- The maximum netmask length possible for CIDR allocations in this IPAM pool to be compliant. The maximum
netmask length must be greater than the minimum netmask length. Possible netmask lengths for IPv4
addresses are 0 - 32. Possible netmask lengths for IPv6 addresses are 0 - 128.public void setAllocationDefaultNetmaskLength(Integer allocationDefaultNetmaskLength)
The default netmask length for allocations added to this pool. If, for example, the CIDR assigned to this pool is 10.0.0.0/8 and you enter 16 here, new allocations will default to 10.0.0.0/16.
allocationDefaultNetmaskLength
- The default netmask length for allocations added to this pool. If, for example, the CIDR assigned to this
pool is 10.0.0.0/8 and you enter 16 here, new allocations will default to 10.0.0.0/16.public Integer getAllocationDefaultNetmaskLength()
The default netmask length for allocations added to this pool. If, for example, the CIDR assigned to this pool is 10.0.0.0/8 and you enter 16 here, new allocations will default to 10.0.0.0/16.
public IpamPool withAllocationDefaultNetmaskLength(Integer allocationDefaultNetmaskLength)
The default netmask length for allocations added to this pool. If, for example, the CIDR assigned to this pool is 10.0.0.0/8 and you enter 16 here, new allocations will default to 10.0.0.0/16.
allocationDefaultNetmaskLength
- The default netmask length for allocations added to this pool. If, for example, the CIDR assigned to this
pool is 10.0.0.0/8 and you enter 16 here, new allocations will default to 10.0.0.0/16.public List<IpamResourceTag> getAllocationResourceTags()
Tags that are required for resources that use CIDRs from this IPAM pool. Resources that do not have these tags will not be allowed to allocate space from the pool. If the resources have their tags changed after they have allocated space or if the allocation tagging requirements are changed on the pool, the resource may be marked as noncompliant.
public void setAllocationResourceTags(Collection<IpamResourceTag> allocationResourceTags)
Tags that are required for resources that use CIDRs from this IPAM pool. Resources that do not have these tags will not be allowed to allocate space from the pool. If the resources have their tags changed after they have allocated space or if the allocation tagging requirements are changed on the pool, the resource may be marked as noncompliant.
allocationResourceTags
- Tags that are required for resources that use CIDRs from this IPAM pool. Resources that do not have these
tags will not be allowed to allocate space from the pool. If the resources have their tags changed after
they have allocated space or if the allocation tagging requirements are changed on the pool, the resource
may be marked as noncompliant.public IpamPool withAllocationResourceTags(IpamResourceTag... allocationResourceTags)
Tags that are required for resources that use CIDRs from this IPAM pool. Resources that do not have these tags will not be allowed to allocate space from the pool. If the resources have their tags changed after they have allocated space or if the allocation tagging requirements are changed on the pool, the resource may be marked as noncompliant.
NOTE: This method appends the values to the existing list (if any). Use
setAllocationResourceTags(java.util.Collection)
or
withAllocationResourceTags(java.util.Collection)
if you want to override the existing values.
allocationResourceTags
- Tags that are required for resources that use CIDRs from this IPAM pool. Resources that do not have these
tags will not be allowed to allocate space from the pool. If the resources have their tags changed after
they have allocated space or if the allocation tagging requirements are changed on the pool, the resource
may be marked as noncompliant.public IpamPool withAllocationResourceTags(Collection<IpamResourceTag> allocationResourceTags)
Tags that are required for resources that use CIDRs from this IPAM pool. Resources that do not have these tags will not be allowed to allocate space from the pool. If the resources have their tags changed after they have allocated space or if the allocation tagging requirements are changed on the pool, the resource may be marked as noncompliant.
allocationResourceTags
- Tags that are required for resources that use CIDRs from this IPAM pool. Resources that do not have these
tags will not be allowed to allocate space from the pool. If the resources have their tags changed after
they have allocated space or if the allocation tagging requirements are changed on the pool, the resource
may be marked as noncompliant.public List<Tag> getTags()
The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value
as the filter value. For example, to find all resources that have a tag with the key Owner
and the
value TeamA
, specify tag:Owner
for the filter name and TeamA
for the
filter value.
Owner
and the value TeamA
, specify tag:Owner
for the filter name
and TeamA
for the filter value.public void setTags(Collection<Tag> tags)
The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value
as the filter value. For example, to find all resources that have a tag with the key Owner
and the
value TeamA
, specify tag:Owner
for the filter name and TeamA
for the
filter value.
tags
- The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the
tag value as the filter value. For example, to find all resources that have a tag with the key
Owner
and the value TeamA
, specify tag:Owner
for the filter name
and TeamA
for the filter value.public IpamPool withTags(Tag... tags)
The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value
as the filter value. For example, to find all resources that have a tag with the key Owner
and the
value TeamA
, specify tag:Owner
for the filter name and TeamA
for the
filter value.
NOTE: This method appends the values to the existing list (if any). Use
setTags(java.util.Collection)
or withTags(java.util.Collection)
if you want to override the
existing values.
tags
- The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the
tag value as the filter value. For example, to find all resources that have a tag with the key
Owner
and the value TeamA
, specify tag:Owner
for the filter name
and TeamA
for the filter value.public IpamPool withTags(Collection<Tag> tags)
The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value
as the filter value. For example, to find all resources that have a tag with the key Owner
and the
value TeamA
, specify tag:Owner
for the filter name and TeamA
for the
filter value.
tags
- The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the
tag value as the filter value. For example, to find all resources that have a tag with the key
Owner
and the value TeamA
, specify tag:Owner
for the filter name
and TeamA
for the filter value.public void setAwsService(String awsService)
Limits which service in Amazon Web Services that the pool can be used in. "ec2", for example, allows users to use space for Elastic IP addresses and VPCs.
awsService
- Limits which service in Amazon Web Services that the pool can be used in. "ec2", for example, allows users
to use space for Elastic IP addresses and VPCs.IpamPoolAwsService
public String getAwsService()
Limits which service in Amazon Web Services that the pool can be used in. "ec2", for example, allows users to use space for Elastic IP addresses and VPCs.
IpamPoolAwsService
public IpamPool withAwsService(String awsService)
Limits which service in Amazon Web Services that the pool can be used in. "ec2", for example, allows users to use space for Elastic IP addresses and VPCs.
awsService
- Limits which service in Amazon Web Services that the pool can be used in. "ec2", for example, allows users
to use space for Elastic IP addresses and VPCs.IpamPoolAwsService
public IpamPool withAwsService(IpamPoolAwsService awsService)
Limits which service in Amazon Web Services that the pool can be used in. "ec2", for example, allows users to use space for Elastic IP addresses and VPCs.
awsService
- Limits which service in Amazon Web Services that the pool can be used in. "ec2", for example, allows users
to use space for Elastic IP addresses and VPCs.IpamPoolAwsService
public void setPublicIpSource(String publicIpSource)
The IP address source for pools in the public scope. Only used for provisioning IP address CIDRs to pools in the
public scope. Default is BYOIP
. For more information, see Create IPv6 pools in the
Amazon VPC IPAM User Guide. By default, you can add only one Amazon-provided IPv6 CIDR block to a
top-level IPv6 pool. For information on increasing the default limit, see Quotas for your IPAM in the Amazon VPC
IPAM User Guide.
publicIpSource
- The IP address source for pools in the public scope. Only used for provisioning IP address CIDRs to pools
in the public scope. Default is BYOIP
. For more information, see Create IPv6 pools in
the Amazon VPC IPAM User Guide. By default, you can add only one Amazon-provided IPv6 CIDR block to
a top-level IPv6 pool. For information on increasing the default limit, see Quotas for your IPAM in the
Amazon VPC IPAM User Guide.IpamPoolPublicIpSource
public String getPublicIpSource()
The IP address source for pools in the public scope. Only used for provisioning IP address CIDRs to pools in the
public scope. Default is BYOIP
. For more information, see Create IPv6 pools in the
Amazon VPC IPAM User Guide. By default, you can add only one Amazon-provided IPv6 CIDR block to a
top-level IPv6 pool. For information on increasing the default limit, see Quotas for your IPAM in the Amazon VPC
IPAM User Guide.
BYOIP
. For more information, see Create IPv6 pools in
the Amazon VPC IPAM User Guide. By default, you can add only one Amazon-provided IPv6 CIDR block
to a top-level IPv6 pool. For information on increasing the default limit, see Quotas for your IPAM in the
Amazon VPC IPAM User Guide.IpamPoolPublicIpSource
public IpamPool withPublicIpSource(String publicIpSource)
The IP address source for pools in the public scope. Only used for provisioning IP address CIDRs to pools in the
public scope. Default is BYOIP
. For more information, see Create IPv6 pools in the
Amazon VPC IPAM User Guide. By default, you can add only one Amazon-provided IPv6 CIDR block to a
top-level IPv6 pool. For information on increasing the default limit, see Quotas for your IPAM in the Amazon VPC
IPAM User Guide.
publicIpSource
- The IP address source for pools in the public scope. Only used for provisioning IP address CIDRs to pools
in the public scope. Default is BYOIP
. For more information, see Create IPv6 pools in
the Amazon VPC IPAM User Guide. By default, you can add only one Amazon-provided IPv6 CIDR block to
a top-level IPv6 pool. For information on increasing the default limit, see Quotas for your IPAM in the
Amazon VPC IPAM User Guide.IpamPoolPublicIpSource
public IpamPool withPublicIpSource(IpamPoolPublicIpSource publicIpSource)
The IP address source for pools in the public scope. Only used for provisioning IP address CIDRs to pools in the
public scope. Default is BYOIP
. For more information, see Create IPv6 pools in the
Amazon VPC IPAM User Guide. By default, you can add only one Amazon-provided IPv6 CIDR block to a
top-level IPv6 pool. For information on increasing the default limit, see Quotas for your IPAM in the Amazon VPC
IPAM User Guide.
publicIpSource
- The IP address source for pools in the public scope. Only used for provisioning IP address CIDRs to pools
in the public scope. Default is BYOIP
. For more information, see Create IPv6 pools in
the Amazon VPC IPAM User Guide. By default, you can add only one Amazon-provided IPv6 CIDR block to
a top-level IPv6 pool. For information on increasing the default limit, see Quotas for your IPAM in the
Amazon VPC IPAM User Guide.IpamPoolPublicIpSource
public void setSourceResource(IpamPoolSourceResource sourceResource)
The resource used to provision CIDRs to a resource planning pool.
sourceResource
- The resource used to provision CIDRs to a resource planning pool.public IpamPoolSourceResource getSourceResource()
The resource used to provision CIDRs to a resource planning pool.
public IpamPool withSourceResource(IpamPoolSourceResource sourceResource)
The resource used to provision CIDRs to a resource planning pool.
sourceResource
- The resource used to provision CIDRs to a resource planning pool.public String toString()
toString
in class Object
Object.toString()