Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
IpamPool |
IpamPool.clone() |
IpamPool |
CreateIpamPoolResult.getIpamPool()
Information about the IPAM pool created.
|
IpamPool |
ModifyIpamPoolResult.getIpamPool()
The results of the modification.
|
IpamPool |
DeleteIpamPoolResult.getIpamPool()
Information about the results of the deletion.
|
IpamPool |
IpamPool.withAddressFamily(AddressFamily addressFamily)
The address family of the pool.
|
IpamPool |
IpamPool.withAddressFamily(String addressFamily)
The address family of the pool.
|
IpamPool |
IpamPool.withAllocationDefaultNetmaskLength(Integer allocationDefaultNetmaskLength)
The default netmask length for allocations added to this pool.
|
IpamPool |
IpamPool.withAllocationMaxNetmaskLength(Integer allocationMaxNetmaskLength)
The maximum netmask length possible for CIDR allocations in this IPAM pool to be compliant.
|
IpamPool |
IpamPool.withAllocationMinNetmaskLength(Integer allocationMinNetmaskLength)
The minimum netmask length required for CIDR allocations in this IPAM pool to be compliant.
|
IpamPool |
IpamPool.withAllocationResourceTags(Collection<IpamResourceTag> allocationResourceTags)
Tags that are required for resources that use CIDRs from this IPAM pool.
|
IpamPool |
IpamPool.withAllocationResourceTags(IpamResourceTag... allocationResourceTags)
Tags that are required for resources that use CIDRs from this IPAM pool.
|
IpamPool |
IpamPool.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.
|
IpamPool |
IpamPool.withAwsService(IpamPoolAwsService awsService)
Limits which service in Amazon Web Services that the pool can be used in.
|
IpamPool |
IpamPool.withAwsService(String awsService)
Limits which service in Amazon Web Services that the pool can be used in.
|
IpamPool |
IpamPool.withDescription(String description)
The description of the IPAM pool.
|
IpamPool |
IpamPool.withIpamArn(String ipamArn)
The ARN of the IPAM.
|
IpamPool |
IpamPool.withIpamPoolArn(String ipamPoolArn)
The ARN of the IPAM pool.
|
IpamPool |
IpamPool.withIpamPoolId(String ipamPoolId)
The ID of the IPAM pool.
|
IpamPool |
IpamPool.withIpamRegion(String ipamRegion)
The Amazon Web Services Region of the IPAM pool.
|
IpamPool |
IpamPool.withIpamScopeArn(String ipamScopeArn)
The ARN of the scope of the IPAM pool.
|
IpamPool |
IpamPool.withIpamScopeType(IpamScopeType ipamScopeType)
In IPAM, a scope is the highest-level container within IPAM.
|
IpamPool |
IpamPool.withIpamScopeType(String ipamScopeType)
In IPAM, a scope is the highest-level container within IPAM.
|
IpamPool |
IpamPool.withLocale(String locale)
The locale of the IPAM pool.
|
IpamPool |
IpamPool.withOwnerId(String ownerId)
The Amazon Web Services account ID of the owner of the IPAM pool.
|
IpamPool |
IpamPool.withPoolDepth(Integer poolDepth)
The depth of pools in your IPAM pool.
|
IpamPool |
IpamPool.withPubliclyAdvertisable(Boolean publiclyAdvertisable)
Determines if a pool is publicly advertisable.
|
IpamPool |
IpamPool.withSourceIpamPoolId(String sourceIpamPoolId)
The ID of the source IPAM pool.
|
IpamPool |
IpamPool.withState(IpamPoolState state)
The state of the IPAM pool.
|
IpamPool |
IpamPool.withState(String state)
The state of the IPAM pool.
|
IpamPool |
IpamPool.withStateMessage(String stateMessage)
A message related to the failed creation of an IPAM pool.
|
IpamPool |
IpamPool.withTags(Collection<Tag> tags)
The key/value combination of a tag assigned to the resource.
|
IpamPool |
IpamPool.withTags(Tag... tags)
The key/value combination of a tag assigned to the resource.
|
Modifier and Type | Method and Description |
---|---|
List<IpamPool> |
DescribeIpamPoolsResult.getIpamPools()
Information about the IPAM pools.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateIpamPoolResult.setIpamPool(IpamPool ipamPool)
Information about the IPAM pool created.
|
void |
ModifyIpamPoolResult.setIpamPool(IpamPool ipamPool)
The results of the modification.
|
void |
DeleteIpamPoolResult.setIpamPool(IpamPool ipamPool)
Information about the results of the deletion.
|
CreateIpamPoolResult |
CreateIpamPoolResult.withIpamPool(IpamPool ipamPool)
Information about the IPAM pool created.
|
ModifyIpamPoolResult |
ModifyIpamPoolResult.withIpamPool(IpamPool ipamPool)
The results of the modification.
|
DeleteIpamPoolResult |
DeleteIpamPoolResult.withIpamPool(IpamPool ipamPool)
Information about the results of the deletion.
|
DescribeIpamPoolsResult |
DescribeIpamPoolsResult.withIpamPools(IpamPool... ipamPools)
Information about the IPAM pools.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeIpamPoolsResult.setIpamPools(Collection<IpamPool> ipamPools)
Information about the IPAM pools.
|
DescribeIpamPoolsResult |
DescribeIpamPoolsResult.withIpamPools(Collection<IpamPool> ipamPools)
Information about the IPAM pools.
|
Copyright © 2022. All rights reserved.