Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
Future<AllocateIpamPoolCidrResult> |
AbstractAmazonEC2Async.allocateIpamPoolCidrAsync(AllocateIpamPoolCidrRequest request,
AsyncHandler<AllocateIpamPoolCidrRequest,AllocateIpamPoolCidrResult> asyncHandler) |
Future<AllocateIpamPoolCidrResult> |
AmazonEC2Async.allocateIpamPoolCidrAsync(AllocateIpamPoolCidrRequest allocateIpamPoolCidrRequest,
AsyncHandler<AllocateIpamPoolCidrRequest,AllocateIpamPoolCidrResult> asyncHandler)
Allocate a CIDR from an IPAM pool.
|
Future<AllocateIpamPoolCidrResult> |
AmazonEC2AsyncClient.allocateIpamPoolCidrAsync(AllocateIpamPoolCidrRequest request,
AsyncHandler<AllocateIpamPoolCidrRequest,AllocateIpamPoolCidrResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
AllocateIpamPoolCidrRequest |
AllocateIpamPoolCidrRequest.clone() |
AllocateIpamPoolCidrRequest |
AllocateIpamPoolCidrRequest.withAllowedCidrs(Collection<String> allowedCidrs)
Include a particular CIDR range that can be returned by the pool.
|
AllocateIpamPoolCidrRequest |
AllocateIpamPoolCidrRequest.withAllowedCidrs(String... allowedCidrs)
Include a particular CIDR range that can be returned by the pool.
|
AllocateIpamPoolCidrRequest |
AllocateIpamPoolCidrRequest.withCidr(String cidr)
The CIDR you would like to allocate from the IPAM pool.
|
AllocateIpamPoolCidrRequest |
AllocateIpamPoolCidrRequest.withClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
AllocateIpamPoolCidrRequest |
AllocateIpamPoolCidrRequest.withDescription(String description)
A description for the allocation.
|
AllocateIpamPoolCidrRequest |
AllocateIpamPoolCidrRequest.withDisallowedCidrs(Collection<String> disallowedCidrs)
Exclude a particular CIDR range from being returned by the pool.
|
AllocateIpamPoolCidrRequest |
AllocateIpamPoolCidrRequest.withDisallowedCidrs(String... disallowedCidrs)
Exclude a particular CIDR range from being returned by the pool.
|
AllocateIpamPoolCidrRequest |
AllocateIpamPoolCidrRequest.withIpamPoolId(String ipamPoolId)
The ID of the IPAM pool from which you would like to allocate a CIDR.
|
AllocateIpamPoolCidrRequest |
AllocateIpamPoolCidrRequest.withNetmaskLength(Integer netmaskLength)
The netmask length of the CIDR you would like to allocate from the IPAM pool.
|
AllocateIpamPoolCidrRequest |
AllocateIpamPoolCidrRequest.withPreviewNextCidr(Boolean previewNextCidr)
A preview of the next available CIDR in a pool.
|
Modifier and Type | Method and Description |
---|---|
Request<AllocateIpamPoolCidrRequest> |
AllocateIpamPoolCidrRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2025. All rights reserved.