Package | Description |
---|---|
software.amazon.awssdk.services.ec2 |
|
software.amazon.awssdk.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
default AllocateIpamPoolCidrResponse |
Ec2Client.allocateIpamPoolCidr(Consumer<AllocateIpamPoolCidrRequest.Builder> allocateIpamPoolCidrRequest)
Allocate a CIDR from an IPAM pool.
|
default CompletableFuture<AllocateIpamPoolCidrResponse> |
Ec2AsyncClient.allocateIpamPoolCidr(Consumer<AllocateIpamPoolCidrRequest.Builder> allocateIpamPoolCidrRequest)
Allocate a CIDR from an IPAM pool.
|
Modifier and Type | Method and Description |
---|---|
static AllocateIpamPoolCidrRequest.Builder |
AllocateIpamPoolCidrRequest.builder() |
AllocateIpamPoolCidrRequest.Builder |
AllocateIpamPoolCidrRequest.Builder.cidr(String cidr)
The CIDR you would like to allocate from the IPAM pool.
|
AllocateIpamPoolCidrRequest.Builder |
AllocateIpamPoolCidrRequest.Builder.clientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
AllocateIpamPoolCidrRequest.Builder |
AllocateIpamPoolCidrRequest.Builder.description(String description)
A description for the allocation.
|
AllocateIpamPoolCidrRequest.Builder |
AllocateIpamPoolCidrRequest.Builder.disallowedCidrs(Collection<String> disallowedCidrs)
Exclude a particular CIDR range from being returned by the pool.
|
AllocateIpamPoolCidrRequest.Builder |
AllocateIpamPoolCidrRequest.Builder.disallowedCidrs(String... disallowedCidrs)
Exclude a particular CIDR range from being returned by the pool.
|
AllocateIpamPoolCidrRequest.Builder |
AllocateIpamPoolCidrRequest.Builder.ipamPoolId(String ipamPoolId)
The ID of the IPAM pool from which you would like to allocate a CIDR.
|
AllocateIpamPoolCidrRequest.Builder |
AllocateIpamPoolCidrRequest.Builder.netmaskLength(Integer netmaskLength)
The netmask length of the CIDR you would like to allocate from the IPAM pool.
|
AllocateIpamPoolCidrRequest.Builder |
AllocateIpamPoolCidrRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AllocateIpamPoolCidrRequest.Builder |
AllocateIpamPoolCidrRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
AllocateIpamPoolCidrRequest.Builder |
AllocateIpamPoolCidrRequest.Builder.previewNextCidr(Boolean previewNextCidr)
A preview of the next available CIDR in a pool.
|
AllocateIpamPoolCidrRequest.Builder |
AllocateIpamPoolCidrRequest.toBuilder() |
Modifier and Type | Method and Description |
---|---|
static Class<? extends AllocateIpamPoolCidrRequest.Builder> |
AllocateIpamPoolCidrRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.