Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
Future<CreateIpamPoolResult> |
AbstractAmazonEC2Async.createIpamPoolAsync(CreateIpamPoolRequest request,
AsyncHandler<CreateIpamPoolRequest,CreateIpamPoolResult> asyncHandler) |
Future<CreateIpamPoolResult> |
AmazonEC2Async.createIpamPoolAsync(CreateIpamPoolRequest createIpamPoolRequest,
AsyncHandler<CreateIpamPoolRequest,CreateIpamPoolResult> asyncHandler)
Create an IP address pool for Amazon VPC IP Address Manager (IPAM).
|
Future<CreateIpamPoolResult> |
AmazonEC2AsyncClient.createIpamPoolAsync(CreateIpamPoolRequest request,
AsyncHandler<CreateIpamPoolRequest,CreateIpamPoolResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
CreateIpamPoolRequest |
CreateIpamPoolRequest.clone() |
CreateIpamPoolRequest |
CreateIpamPoolRequest.withAddressFamily(AddressFamily addressFamily)
The IP protocol assigned to this IPAM pool.
|
CreateIpamPoolRequest |
CreateIpamPoolRequest.withAddressFamily(String addressFamily)
The IP protocol assigned to this IPAM pool.
|
CreateIpamPoolRequest |
CreateIpamPoolRequest.withAllocationDefaultNetmaskLength(Integer allocationDefaultNetmaskLength)
The default netmask length for allocations added to this pool.
|
CreateIpamPoolRequest |
CreateIpamPoolRequest.withAllocationMaxNetmaskLength(Integer allocationMaxNetmaskLength)
The maximum netmask length possible for CIDR allocations in this IPAM pool to be compliant.
|
CreateIpamPoolRequest |
CreateIpamPoolRequest.withAllocationMinNetmaskLength(Integer allocationMinNetmaskLength)
The minimum netmask length required for CIDR allocations in this IPAM pool to be compliant.
|
CreateIpamPoolRequest |
CreateIpamPoolRequest.withAllocationResourceTags(Collection<RequestIpamResourceTag> allocationResourceTags)
Tags that are required for resources that use CIDRs from this IPAM pool.
|
CreateIpamPoolRequest |
CreateIpamPoolRequest.withAllocationResourceTags(RequestIpamResourceTag... allocationResourceTags)
Tags that are required for resources that use CIDRs from this IPAM pool.
|
CreateIpamPoolRequest |
CreateIpamPoolRequest.withAutoImport(Boolean autoImport)
If selected, IPAM will continuously look for resources within the CIDR range of this pool and automatically
import them as allocations into your IPAM.
|
CreateIpamPoolRequest |
CreateIpamPoolRequest.withAwsService(IpamPoolAwsService awsService)
Limits which service in Amazon Web Services that the pool can be used in.
|
CreateIpamPoolRequest |
CreateIpamPoolRequest.withAwsService(String awsService)
Limits which service in Amazon Web Services that the pool can be used in.
|
CreateIpamPoolRequest |
CreateIpamPoolRequest.withClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateIpamPoolRequest |
CreateIpamPoolRequest.withDescription(String description)
A description for the IPAM pool.
|
CreateIpamPoolRequest |
CreateIpamPoolRequest.withIpamScopeId(String ipamScopeId)
The ID of the scope in which you would like to create the IPAM pool.
|
CreateIpamPoolRequest |
CreateIpamPoolRequest.withLocale(String locale)
In IPAM, the locale is the Amazon Web Services Region where you want to make an IPAM pool available for
allocations.
|
CreateIpamPoolRequest |
CreateIpamPoolRequest.withPublicIpSource(IpamPoolPublicIpSource publicIpSource)
The IP address source for pools in the public scope.
|
CreateIpamPoolRequest |
CreateIpamPoolRequest.withPublicIpSource(String publicIpSource)
The IP address source for pools in the public scope.
|
CreateIpamPoolRequest |
CreateIpamPoolRequest.withPubliclyAdvertisable(Boolean publiclyAdvertisable)
Determines if the pool is publicly advertisable.
|
CreateIpamPoolRequest |
CreateIpamPoolRequest.withSourceIpamPoolId(String sourceIpamPoolId)
The ID of the source IPAM pool.
|
CreateIpamPoolRequest |
CreateIpamPoolRequest.withSourceResource(IpamPoolSourceResourceRequest sourceResource)
The resource used to provision CIDRs to a resource planning pool.
|
CreateIpamPoolRequest |
CreateIpamPoolRequest.withTagSpecifications(Collection<TagSpecification> tagSpecifications)
The key/value combination of a tag assigned to the resource.
|
CreateIpamPoolRequest |
CreateIpamPoolRequest.withTagSpecifications(TagSpecification... tagSpecifications)
The key/value combination of a tag assigned to the resource.
|
Modifier and Type | Method and Description |
---|---|
Request<CreateIpamPoolRequest> |
CreateIpamPoolRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2024. All rights reserved.