@Generated(value="software.amazon.awssdk:codegen") public final class ModifyIpamPoolRequest extends Ec2Request implements ToCopyableBuilder<ModifyIpamPoolRequest.Builder,ModifyIpamPoolRequest>
Modifier and Type | Class and Description |
---|---|
static interface |
ModifyIpamPoolRequest.Builder |
Modifier and Type | Method and Description |
---|---|
List<RequestIpamResourceTag> |
addAllocationResourceTags()
Add tag allocation rules to a pool.
|
Integer |
allocationDefaultNetmaskLength()
The default netmask length for allocations added to this pool.
|
Integer |
allocationMaxNetmaskLength()
The maximum netmask length possible for CIDR allocations in this IPAM pool to be compliant.
|
Integer |
allocationMinNetmaskLength()
The minimum netmask length required for CIDR allocations in this IPAM pool to be compliant.
|
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.
|
static ModifyIpamPoolRequest.Builder |
builder() |
Boolean |
clearAllocationDefaultNetmaskLength()
Clear the default netmask length allocation rule for this pool.
|
String |
description()
The description of the IPAM pool you want to modify.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasAddAllocationResourceTags()
For responses, this returns true if the service returned a value for the AddAllocationResourceTags property.
|
int |
hashCode() |
boolean |
hasRemoveAllocationResourceTags()
For responses, this returns true if the service returned a value for the RemoveAllocationResourceTags property.
|
String |
ipamPoolId()
The ID of the IPAM pool you want to modify.
|
List<RequestIpamResourceTag> |
removeAllocationResourceTags()
Remove tag allocation rules from a pool.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ModifyIpamPoolRequest.Builder> |
serializableBuilderClass() |
ModifyIpamPoolRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String ipamPoolId()
The ID of the IPAM pool you want to modify.
public final String description()
The description of the IPAM pool you want to modify.
public final 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.
A locale must be set on the pool for this feature to work.
public final 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.
public final 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.
public final 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.
public final Boolean clearAllocationDefaultNetmaskLength()
Clear the default netmask length allocation rule for this pool.
public final boolean hasAddAllocationResourceTags()
isEmpty()
method on the
property). This is useful because the SDK will never return a null collection or map, but you may need to
differentiate between the service returning nothing (or null) and the service returning an empty collection or
map. For requests, this returns true if a value for the property was specified in the request builder, and false
if a value was not specified.public final List<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.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasAddAllocationResourceTags()
method.
public final boolean hasRemoveAllocationResourceTags()
isEmpty()
method on the
property). This is useful because the SDK will never return a null collection or map, but you may need to
differentiate between the service returning nothing (or null) and the service returning an empty collection or
map. For requests, this returns true if a value for the property was specified in the request builder, and false
if a value was not specified.public final List<RequestIpamResourceTag> removeAllocationResourceTags()
Remove tag allocation rules from a pool.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasRemoveAllocationResourceTags()
method.
public ModifyIpamPoolRequest.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<ModifyIpamPoolRequest.Builder,ModifyIpamPoolRequest>
toBuilder
in class Ec2Request
public static ModifyIpamPoolRequest.Builder builder()
public static Class<? extends ModifyIpamPoolRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode
in class AwsRequest
public final boolean equals(Object obj)
equals
in class AwsRequest
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkRequest
Copyright © 2023. All rights reserved.