@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ModifyIpamPoolRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<ModifyIpamPoolRequest>
NOOP
Constructor and Description |
---|
ModifyIpamPoolRequest() |
Modifier and Type | Method and Description |
---|---|
ModifyIpamPoolRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<RequestIpamResourceTag> |
getAddAllocationResourceTags()
Add tag allocation rules to a 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.
|
Boolean |
getAutoImport()
If true, IPAM will continuously look for resources within the CIDR range of this pool and automatically import
them as allocations into your IPAM.
|
Boolean |
getClearAllocationDefaultNetmaskLength()
Clear the default netmask length allocation rule for this pool.
|
String |
getDescription()
The description of the IPAM pool you want to modify.
|
Request<ModifyIpamPoolRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
String |
getIpamPoolId()
The ID of the IPAM pool you want to modify.
|
List<RequestIpamResourceTag> |
getRemoveAllocationResourceTags()
Remove tag allocation rules from a pool.
|
int |
hashCode() |
Boolean |
isAutoImport()
If true, IPAM will continuously look for resources within the CIDR range of this pool and automatically import
them as allocations into your IPAM.
|
Boolean |
isClearAllocationDefaultNetmaskLength()
Clear the default netmask length allocation rule for this pool.
|
void |
setAddAllocationResourceTags(Collection<RequestIpamResourceTag> addAllocationResourceTags)
Add tag allocation rules to a 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 |
setAutoImport(Boolean autoImport)
If true, IPAM will continuously look for resources within the CIDR range of this pool and automatically import
them as allocations into your IPAM.
|
void |
setClearAllocationDefaultNetmaskLength(Boolean clearAllocationDefaultNetmaskLength)
Clear the default netmask length allocation rule for this pool.
|
void |
setDescription(String description)
The description of the IPAM pool you want to modify.
|
void |
setIpamPoolId(String ipamPoolId)
The ID of the IPAM pool you want to modify.
|
void |
setRemoveAllocationResourceTags(Collection<RequestIpamResourceTag> removeAllocationResourceTags)
Remove tag allocation rules from a pool.
|
String |
toString()
Returns a string representation of this object.
|
ModifyIpamPoolRequest |
withAddAllocationResourceTags(Collection<RequestIpamResourceTag> addAllocationResourceTags)
Add tag allocation rules to a pool.
|
ModifyIpamPoolRequest |
withAddAllocationResourceTags(RequestIpamResourceTag... addAllocationResourceTags)
Add tag allocation rules to a pool.
|
ModifyIpamPoolRequest |
withAllocationDefaultNetmaskLength(Integer allocationDefaultNetmaskLength)
The default netmask length for allocations added to this pool.
|
ModifyIpamPoolRequest |
withAllocationMaxNetmaskLength(Integer allocationMaxNetmaskLength)
The maximum netmask length possible for CIDR allocations in this IPAM pool to be compliant.
|
ModifyIpamPoolRequest |
withAllocationMinNetmaskLength(Integer allocationMinNetmaskLength)
The minimum netmask length required for CIDR allocations in this IPAM pool to be compliant.
|
ModifyIpamPoolRequest |
withAutoImport(Boolean autoImport)
If true, IPAM will continuously look for resources within the CIDR range of this pool and automatically import
them as allocations into your IPAM.
|
ModifyIpamPoolRequest |
withClearAllocationDefaultNetmaskLength(Boolean clearAllocationDefaultNetmaskLength)
Clear the default netmask length allocation rule for this pool.
|
ModifyIpamPoolRequest |
withDescription(String description)
The description of the IPAM pool you want to modify.
|
ModifyIpamPoolRequest |
withIpamPoolId(String ipamPoolId)
The ID of the IPAM pool you want to modify.
|
ModifyIpamPoolRequest |
withRemoveAllocationResourceTags(Collection<RequestIpamResourceTag> removeAllocationResourceTags)
Remove tag allocation rules from a pool.
|
ModifyIpamPoolRequest |
withRemoveAllocationResourceTags(RequestIpamResourceTag... removeAllocationResourceTags)
Remove tag allocation rules from a pool.
|
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 setIpamPoolId(String ipamPoolId)
The ID of the IPAM pool you want to modify.
ipamPoolId
- The ID of the IPAM pool you want to modify.public String getIpamPoolId()
The ID of the IPAM pool you want to modify.
public ModifyIpamPoolRequest withIpamPoolId(String ipamPoolId)
The ID of the IPAM pool you want to modify.
ipamPoolId
- The ID of the IPAM pool you want to modify.public void setDescription(String description)
The description of the IPAM pool you want to modify.
description
- The description of the IPAM pool you want to modify.public String getDescription()
The description of the IPAM pool you want to modify.
public ModifyIpamPoolRequest withDescription(String description)
The description of the IPAM pool you want to modify.
description
- The description of the IPAM pool you want to modify.public void setAutoImport(Boolean autoImport)
If true, 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 true, 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 true, 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 ModifyIpamPoolRequest withAutoImport(Boolean autoImport)
If true, 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 true, 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 true, 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 setAllocationMinNetmaskLength(Integer allocationMinNetmaskLength)
The minimum netmask length required for CIDR allocations in this IPAM pool to be compliant. Possible netmask lengths for IPv4 addresses are 0 - 32. Possible netmask lengths for IPv6 addresses are 0 - 128. The minimum netmask length must be less than the maximum netmask length.
allocationMinNetmaskLength
- The minimum netmask length required for CIDR allocations in this IPAM pool to be compliant. Possible
netmask lengths for IPv4 addresses are 0 - 32. Possible netmask lengths for IPv6 addresses are 0 - 128.
The minimum netmask length must be less than the maximum netmask length.public Integer getAllocationMinNetmaskLength()
The minimum netmask length required for CIDR allocations in this IPAM pool to be compliant. Possible netmask lengths for IPv4 addresses are 0 - 32. Possible netmask lengths for IPv6 addresses are 0 - 128. The minimum netmask length must be less than the maximum netmask length.
public ModifyIpamPoolRequest withAllocationMinNetmaskLength(Integer allocationMinNetmaskLength)
The minimum netmask length required for CIDR allocations in this IPAM pool to be compliant. Possible netmask lengths for IPv4 addresses are 0 - 32. Possible netmask lengths for IPv6 addresses are 0 - 128. The minimum netmask length must be less than the maximum netmask length.
allocationMinNetmaskLength
- The minimum netmask length required for CIDR allocations in this IPAM pool to be compliant. Possible
netmask lengths for IPv4 addresses are 0 - 32. Possible netmask lengths for IPv6 addresses are 0 - 128.
The minimum netmask length must be less than the maximum netmask length.public void setAllocationMaxNetmaskLength(Integer allocationMaxNetmaskLength)
The maximum netmask length possible for CIDR allocations in this IPAM pool to be compliant. Possible netmask lengths for IPv4 addresses are 0 - 32. Possible netmask lengths for IPv6 addresses are 0 - 128.The maximum netmask length must be greater than the minimum netmask length.
allocationMaxNetmaskLength
- The maximum netmask length possible for CIDR allocations in this IPAM pool to be compliant. Possible
netmask lengths for IPv4 addresses are 0 - 32. Possible netmask lengths for IPv6 addresses are 0 - 128.The
maximum netmask length must be greater than the minimum netmask length.public Integer getAllocationMaxNetmaskLength()
The maximum netmask length possible for CIDR allocations in this IPAM pool to be compliant. Possible netmask lengths for IPv4 addresses are 0 - 32. Possible netmask lengths for IPv6 addresses are 0 - 128.The maximum netmask length must be greater than the minimum netmask length.
public ModifyIpamPoolRequest withAllocationMaxNetmaskLength(Integer allocationMaxNetmaskLength)
The maximum netmask length possible for CIDR allocations in this IPAM pool to be compliant. Possible netmask lengths for IPv4 addresses are 0 - 32. Possible netmask lengths for IPv6 addresses are 0 - 128.The maximum netmask length must be greater than the minimum netmask length.
allocationMaxNetmaskLength
- The maximum netmask length possible for CIDR allocations in this IPAM pool to be compliant. Possible
netmask lengths for IPv4 addresses are 0 - 32. Possible netmask lengths for IPv6 addresses are 0 - 128.The
maximum netmask length must be greater than the minimum netmask length.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 ModifyIpamPoolRequest 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 void setClearAllocationDefaultNetmaskLength(Boolean clearAllocationDefaultNetmaskLength)
Clear the default netmask length allocation rule for this pool.
clearAllocationDefaultNetmaskLength
- Clear the default netmask length allocation rule for this pool.public Boolean getClearAllocationDefaultNetmaskLength()
Clear the default netmask length allocation rule for this pool.
public ModifyIpamPoolRequest withClearAllocationDefaultNetmaskLength(Boolean clearAllocationDefaultNetmaskLength)
Clear the default netmask length allocation rule for this pool.
clearAllocationDefaultNetmaskLength
- Clear the default netmask length allocation rule for this pool.public Boolean isClearAllocationDefaultNetmaskLength()
Clear the default netmask length allocation rule for this pool.
public List<RequestIpamResourceTag> getAddAllocationResourceTags()
Add tag allocation rules to a pool. For more information about allocation rules, see Create a top-level pool in the Amazon VPC IPAM User Guide.
public void setAddAllocationResourceTags(Collection<RequestIpamResourceTag> addAllocationResourceTags)
Add tag allocation rules to a pool. For more information about allocation rules, see Create a top-level pool in the Amazon VPC IPAM User Guide.
addAllocationResourceTags
- Add tag allocation rules to a pool. For more information about allocation rules, see Create a top-level pool in the Amazon VPC IPAM User
Guide.public ModifyIpamPoolRequest withAddAllocationResourceTags(RequestIpamResourceTag... addAllocationResourceTags)
Add tag allocation rules to a pool. For more information about allocation rules, see Create a top-level pool in the Amazon VPC IPAM User Guide.
NOTE: This method appends the values to the existing list (if any). Use
setAddAllocationResourceTags(java.util.Collection)
or
withAddAllocationResourceTags(java.util.Collection)
if you want to override the existing values.
addAllocationResourceTags
- Add tag allocation rules to a pool. For more information about allocation rules, see Create a top-level pool in the Amazon VPC IPAM User
Guide.public ModifyIpamPoolRequest withAddAllocationResourceTags(Collection<RequestIpamResourceTag> addAllocationResourceTags)
Add tag allocation rules to a pool. For more information about allocation rules, see Create a top-level pool in the Amazon VPC IPAM User Guide.
addAllocationResourceTags
- Add tag allocation rules to a pool. For more information about allocation rules, see Create a top-level pool in the Amazon VPC IPAM User
Guide.public List<RequestIpamResourceTag> getRemoveAllocationResourceTags()
Remove tag allocation rules from a pool.
public void setRemoveAllocationResourceTags(Collection<RequestIpamResourceTag> removeAllocationResourceTags)
Remove tag allocation rules from a pool.
removeAllocationResourceTags
- Remove tag allocation rules from a pool.public ModifyIpamPoolRequest withRemoveAllocationResourceTags(RequestIpamResourceTag... removeAllocationResourceTags)
Remove tag allocation rules from a pool.
NOTE: This method appends the values to the existing list (if any). Use
setRemoveAllocationResourceTags(java.util.Collection)
or
withRemoveAllocationResourceTags(java.util.Collection)
if you want to override the existing values.
removeAllocationResourceTags
- Remove tag allocation rules from a pool.public ModifyIpamPoolRequest withRemoveAllocationResourceTags(Collection<RequestIpamResourceTag> removeAllocationResourceTags)
Remove tag allocation rules from a pool.
removeAllocationResourceTags
- Remove tag allocation rules from a pool.public Request<ModifyIpamPoolRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<ModifyIpamPoolRequest>
public String toString()
toString
in class Object
Object.toString()
public ModifyIpamPoolRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()