Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
Future<ModifyIpamPoolResult> |
AbstractAmazonEC2Async.modifyIpamPoolAsync(ModifyIpamPoolRequest request,
AsyncHandler<ModifyIpamPoolRequest,ModifyIpamPoolResult> asyncHandler) |
Future<ModifyIpamPoolResult> |
AmazonEC2AsyncClient.modifyIpamPoolAsync(ModifyIpamPoolRequest request,
AsyncHandler<ModifyIpamPoolRequest,ModifyIpamPoolResult> asyncHandler) |
Future<ModifyIpamPoolResult> |
AmazonEC2Async.modifyIpamPoolAsync(ModifyIpamPoolRequest modifyIpamPoolRequest,
AsyncHandler<ModifyIpamPoolRequest,ModifyIpamPoolResult> asyncHandler)
Modify the configurations of an IPAM pool.
|
Modifier and Type | Method and Description |
---|---|
ModifyIpamPoolRequest |
ModifyIpamPoolRequest.clone() |
ModifyIpamPoolRequest |
ModifyIpamPoolRequest.withAddAllocationResourceTags(Collection<RequestIpamResourceTag> addAllocationResourceTags)
Add tag allocation rules to a pool.
|
ModifyIpamPoolRequest |
ModifyIpamPoolRequest.withAddAllocationResourceTags(RequestIpamResourceTag... addAllocationResourceTags)
Add tag allocation rules to a pool.
|
ModifyIpamPoolRequest |
ModifyIpamPoolRequest.withAllocationDefaultNetmaskLength(Integer allocationDefaultNetmaskLength)
The default netmask length for allocations added to this pool.
|
ModifyIpamPoolRequest |
ModifyIpamPoolRequest.withAllocationMaxNetmaskLength(Integer allocationMaxNetmaskLength)
The maximum netmask length possible for CIDR allocations in this IPAM pool to be compliant.
|
ModifyIpamPoolRequest |
ModifyIpamPoolRequest.withAllocationMinNetmaskLength(Integer allocationMinNetmaskLength)
The minimum netmask length required for CIDR allocations in this IPAM pool to be compliant.
|
ModifyIpamPoolRequest |
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 |
ModifyIpamPoolRequest.withClearAllocationDefaultNetmaskLength(Boolean clearAllocationDefaultNetmaskLength)
Clear the default netmask length allocation rule for this pool.
|
ModifyIpamPoolRequest |
ModifyIpamPoolRequest.withDescription(String description)
The description of the IPAM pool you want to modify.
|
ModifyIpamPoolRequest |
ModifyIpamPoolRequest.withIpamPoolId(String ipamPoolId)
The ID of the IPAM pool you want to modify.
|
ModifyIpamPoolRequest |
ModifyIpamPoolRequest.withRemoveAllocationResourceTags(Collection<RequestIpamResourceTag> removeAllocationResourceTags)
Remove tag allocation rules from a pool.
|
ModifyIpamPoolRequest |
ModifyIpamPoolRequest.withRemoveAllocationResourceTags(RequestIpamResourceTag... removeAllocationResourceTags)
Remove tag allocation rules from a pool.
|
Modifier and Type | Method and Description |
---|---|
Request<ModifyIpamPoolRequest> |
ModifyIpamPoolRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2023. All rights reserved.