@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateIpamPoolRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<CreateIpamPoolRequest>
NOOP
Constructor and Description |
---|
CreateIpamPoolRequest() |
Modifier and Type | Method and Description |
---|---|
CreateIpamPoolRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAddressFamily()
The IP protocol assigned to this IPAM 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<RequestIpamResourceTag> |
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 |
getClientToken()
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
String |
getDescription()
A description for the IPAM pool.
|
Request<CreateIpamPoolRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
String |
getIpamScopeId()
The ID of the scope in which you would like to create the IPAM pool.
|
String |
getLocale()
The locale for the pool should be one of the following:
|
String |
getPublicIpSource()
The IP address source for pools in the public scope.
|
Boolean |
getPubliclyAdvertisable()
Determines if the pool is publicly advertisable.
|
String |
getSourceIpamPoolId()
The ID of the source IPAM pool.
|
IpamPoolSourceResourceRequest |
getSourceResource()
The resource used to provision CIDRs to a resource planning pool.
|
List<TagSpecification> |
getTagSpecifications()
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 the pool is publicly advertisable.
|
void |
setAddressFamily(String addressFamily)
The IP protocol assigned to this IPAM 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<RequestIpamResourceTag> 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 |
setClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
void |
setDescription(String description)
A description for the IPAM pool.
|
void |
setIpamScopeId(String ipamScopeId)
The ID of the scope in which you would like to create the IPAM pool.
|
void |
setLocale(String locale)
The locale for the pool should be one of the following:
|
void |
setPublicIpSource(String publicIpSource)
The IP address source for pools in the public scope.
|
void |
setPubliclyAdvertisable(Boolean publiclyAdvertisable)
Determines if the pool is publicly advertisable.
|
void |
setSourceIpamPoolId(String sourceIpamPoolId)
The ID of the source IPAM pool.
|
void |
setSourceResource(IpamPoolSourceResourceRequest sourceResource)
The resource used to provision CIDRs to a resource planning pool.
|
void |
setTagSpecifications(Collection<TagSpecification> tagSpecifications)
The key/value combination of a tag assigned to the resource.
|
String |
toString()
Returns a string representation of this object.
|
CreateIpamPoolRequest |
withAddressFamily(AddressFamily addressFamily)
The IP protocol assigned to this IPAM pool.
|
CreateIpamPoolRequest |
withAddressFamily(String addressFamily)
The IP protocol assigned to this IPAM pool.
|
CreateIpamPoolRequest |
withAllocationDefaultNetmaskLength(Integer allocationDefaultNetmaskLength)
The default netmask length for allocations added to this pool.
|
CreateIpamPoolRequest |
withAllocationMaxNetmaskLength(Integer allocationMaxNetmaskLength)
The maximum netmask length possible for CIDR allocations in this IPAM pool to be compliant.
|
CreateIpamPoolRequest |
withAllocationMinNetmaskLength(Integer allocationMinNetmaskLength)
The minimum netmask length required for CIDR allocations in this IPAM pool to be compliant.
|
CreateIpamPoolRequest |
withAllocationResourceTags(Collection<RequestIpamResourceTag> allocationResourceTags)
Tags that are required for resources that use CIDRs from this IPAM pool.
|
CreateIpamPoolRequest |
withAllocationResourceTags(RequestIpamResourceTag... allocationResourceTags)
Tags that are required for resources that use CIDRs from this IPAM pool.
|
CreateIpamPoolRequest |
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.
|
CreateIpamPoolRequest |
withAwsService(IpamPoolAwsService awsService)
Limits which service in Amazon Web Services that the pool can be used in.
|
CreateIpamPoolRequest |
withAwsService(String awsService)
Limits which service in Amazon Web Services that the pool can be used in.
|
CreateIpamPoolRequest |
withClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateIpamPoolRequest |
withDescription(String description)
A description for the IPAM pool.
|
CreateIpamPoolRequest |
withIpamScopeId(String ipamScopeId)
The ID of the scope in which you would like to create the IPAM pool.
|
CreateIpamPoolRequest |
withLocale(String locale)
The locale for the pool should be one of the following:
|
CreateIpamPoolRequest |
withPublicIpSource(IpamPoolPublicIpSource publicIpSource)
The IP address source for pools in the public scope.
|
CreateIpamPoolRequest |
withPublicIpSource(String publicIpSource)
The IP address source for pools in the public scope.
|
CreateIpamPoolRequest |
withPubliclyAdvertisable(Boolean publiclyAdvertisable)
Determines if the pool is publicly advertisable.
|
CreateIpamPoolRequest |
withSourceIpamPoolId(String sourceIpamPoolId)
The ID of the source IPAM pool.
|
CreateIpamPoolRequest |
withSourceResource(IpamPoolSourceResourceRequest sourceResource)
The resource used to provision CIDRs to a resource planning pool.
|
CreateIpamPoolRequest |
withTagSpecifications(Collection<TagSpecification> tagSpecifications)
The key/value combination of a tag assigned to the resource.
|
CreateIpamPoolRequest |
withTagSpecifications(TagSpecification... tagSpecifications)
The key/value combination of a tag assigned to the resource.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setIpamScopeId(String ipamScopeId)
The ID of the scope in which you would like to create the IPAM pool.
ipamScopeId
- The ID of the scope in which you would like to create the IPAM pool.public String getIpamScopeId()
The ID of the scope in which you would like to create the IPAM pool.
public CreateIpamPoolRequest withIpamScopeId(String ipamScopeId)
The ID of the scope in which you would like to create the IPAM pool.
ipamScopeId
- The ID of the scope in which you would like to create the IPAM pool.public void setLocale(String locale)
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 do not choose a locale, resources in Regions others than the IPAM's home region cannot use CIDRs from this pool.
Possible values: Any Amazon Web Services Region or supported Amazon Web Services Local Zone.
locale
- 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 do not choose a locale, resources in Regions others than the IPAM's home region cannot use CIDRs from this pool.
Possible values: Any Amazon Web Services Region or supported Amazon Web Services Local Zone.
public String getLocale()
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 do not choose a locale, resources in Regions others than the IPAM's home region cannot use CIDRs from this pool.
Possible values: Any Amazon Web Services Region or supported Amazon Web Services Local Zone.
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 do not choose a locale, resources in Regions others than the IPAM's home region cannot use CIDRs from this pool.
Possible values: Any Amazon Web Services Region or supported Amazon Web Services Local Zone.
public CreateIpamPoolRequest withLocale(String locale)
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 do not choose a locale, resources in Regions others than the IPAM's home region cannot use CIDRs from this pool.
Possible values: Any Amazon Web Services Region or supported Amazon Web Services Local Zone.
locale
- 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 do not choose a locale, resources in Regions others than the IPAM's home region cannot use CIDRs from this pool.
Possible values: Any Amazon Web Services Region or supported Amazon Web Services Local Zone.
public void setSourceIpamPoolId(String sourceIpamPoolId)
The ID of the source IPAM pool. Use this option to create a pool within an existing pool. Note that the CIDR you provision for the pool within the source pool must be available in the source pool's CIDR range.
sourceIpamPoolId
- The ID of the source IPAM pool. Use this option to create a pool within an existing pool. Note that the
CIDR you provision for the pool within the source pool must be available in the source pool's CIDR range.public String getSourceIpamPoolId()
The ID of the source IPAM pool. Use this option to create a pool within an existing pool. Note that the CIDR you provision for the pool within the source pool must be available in the source pool's CIDR range.
public CreateIpamPoolRequest withSourceIpamPoolId(String sourceIpamPoolId)
The ID of the source IPAM pool. Use this option to create a pool within an existing pool. Note that the CIDR you provision for the pool within the source pool must be available in the source pool's CIDR range.
sourceIpamPoolId
- The ID of the source IPAM pool. Use this option to create a pool within an existing pool. Note that the
CIDR you provision for the pool within the source pool must be available in the source pool's CIDR range.public void setDescription(String description)
A description for the IPAM pool.
description
- A description for the IPAM pool.public String getDescription()
A description for the IPAM pool.
public CreateIpamPoolRequest withDescription(String description)
A description for the IPAM pool.
description
- A description for the IPAM pool.public void setAddressFamily(String addressFamily)
The IP protocol assigned to this IPAM pool. You must choose either IPv4 or IPv6 protocol for a pool.
addressFamily
- The IP protocol assigned to this IPAM pool. You must choose either IPv4 or IPv6 protocol for a pool.AddressFamily
public String getAddressFamily()
The IP protocol assigned to this IPAM pool. You must choose either IPv4 or IPv6 protocol for a pool.
AddressFamily
public CreateIpamPoolRequest withAddressFamily(String addressFamily)
The IP protocol assigned to this IPAM pool. You must choose either IPv4 or IPv6 protocol for a pool.
addressFamily
- The IP protocol assigned to this IPAM pool. You must choose either IPv4 or IPv6 protocol for a pool.AddressFamily
public CreateIpamPoolRequest withAddressFamily(AddressFamily addressFamily)
The IP protocol assigned to this IPAM pool. You must choose either IPv4 or IPv6 protocol for a pool.
addressFamily
- The IP protocol assigned to this IPAM pool. You must choose either IPv4 or IPv6 protocol for a pool.AddressFamily
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 CreateIpamPoolRequest 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 the pool is publicly advertisable. This option is not available for pools with AddressFamily set to
ipv4
.
publiclyAdvertisable
- Determines if the pool is publicly advertisable. This option is not available for pools with AddressFamily
set to ipv4
.public Boolean getPubliclyAdvertisable()
Determines if the pool is publicly advertisable. This option is not available for pools with AddressFamily set to
ipv4
.
ipv4
.public CreateIpamPoolRequest withPubliclyAdvertisable(Boolean publiclyAdvertisable)
Determines if the pool is publicly advertisable. This option is not available for pools with AddressFamily set to
ipv4
.
publiclyAdvertisable
- Determines if the pool is publicly advertisable. This option is not available for pools with AddressFamily
set to ipv4
.public Boolean isPubliclyAdvertisable()
Determines if the pool is publicly advertisable. This option is not available for pools with AddressFamily set to
ipv4
.
ipv4
.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 CreateIpamPoolRequest 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 CreateIpamPoolRequest 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 CreateIpamPoolRequest 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<RequestIpamResourceTag> 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<RequestIpamResourceTag> 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 CreateIpamPoolRequest withAllocationResourceTags(RequestIpamResourceTag... 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 CreateIpamPoolRequest withAllocationResourceTags(Collection<RequestIpamResourceTag> 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<TagSpecification> getTagSpecifications()
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 setTagSpecifications(Collection<TagSpecification> tagSpecifications)
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.
tagSpecifications
- 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 CreateIpamPoolRequest withTagSpecifications(TagSpecification... tagSpecifications)
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
setTagSpecifications(java.util.Collection)
or withTagSpecifications(java.util.Collection)
if
you want to override the existing values.
tagSpecifications
- 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 CreateIpamPoolRequest withTagSpecifications(Collection<TagSpecification> tagSpecifications)
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.
tagSpecifications
- 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 setClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring idempotency.
clientToken
- A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more
information, see Ensuring idempotency.public String getClientToken()
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring idempotency.
public CreateIpamPoolRequest withClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring idempotency.
clientToken
- A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more
information, see Ensuring idempotency.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 CreateIpamPoolRequest 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 CreateIpamPoolRequest 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 if PublicIpSource is amazon
. 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 if PublicIpSource is amazon
. 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 if PublicIpSource is amazon
. 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 if PublicIpSource is amazon
. For information on increasing the
default limit, see Quotas for
your IPAM in the Amazon VPC IPAM User Guide.IpamPoolPublicIpSource
public CreateIpamPoolRequest 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 if PublicIpSource is amazon
. 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 if PublicIpSource is amazon
. For information on increasing the default
limit, see Quotas for your
IPAM in the Amazon VPC IPAM User Guide.IpamPoolPublicIpSource
public CreateIpamPoolRequest 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 if PublicIpSource is amazon
. 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 if PublicIpSource is amazon
. For information on increasing the default
limit, see Quotas for your
IPAM in the Amazon VPC IPAM User Guide.IpamPoolPublicIpSource
public void setSourceResource(IpamPoolSourceResourceRequest 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 IpamPoolSourceResourceRequest getSourceResource()
The resource used to provision CIDRs to a resource planning pool.
public CreateIpamPoolRequest withSourceResource(IpamPoolSourceResourceRequest 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 Request<CreateIpamPoolRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<CreateIpamPoolRequest>
public String toString()
toString
in class Object
Object.toString()
public CreateIpamPoolRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()