@Stability(value=Stable) public static final class CfnIPAMAllocation.Builder extends Object implements software.amazon.jsii.Builder<CfnIPAMAllocation>
CfnIPAMAllocation.| Modifier and Type | Method and Description |
|---|---|
CfnIPAMAllocation |
build() |
CfnIPAMAllocation.Builder |
cidr(String cidr)
The CIDR you would like to allocate from the IPAM pool.
|
static CfnIPAMAllocation.Builder |
create(software.constructs.Construct scope,
String id) |
CfnIPAMAllocation.Builder |
description(String description)
A description for the allocation.
|
CfnIPAMAllocation.Builder |
ipamPoolId(String ipamPoolId)
The ID of the IPAM pool from which you would like to allocate a CIDR.
|
CfnIPAMAllocation.Builder |
netmaskLength(Number netmaskLength)
The netmask length of the CIDR you would like to allocate from the IPAM pool.
|
@Stability(value=Stable) public static CfnIPAMAllocation.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnIPAMAllocation.Builder.@Stability(value=Stable) public CfnIPAMAllocation.Builder ipamPoolId(String ipamPoolId)
ipamPoolId - The ID of the IPAM pool from which you would like to allocate a CIDR. This parameter is required.this@Stability(value=Stable) public CfnIPAMAllocation.Builder cidr(String cidr)
Possible values: Any available IPv4 or IPv6 CIDR.
cidr - The CIDR you would like to allocate from the IPAM pool. Note the following:. This parameter is required.this@Stability(value=Stable) public CfnIPAMAllocation.Builder description(String description)
description - A description for the allocation. This parameter is required.this@Stability(value=Stable) public CfnIPAMAllocation.Builder netmaskLength(Number netmaskLength)
Possible netmask lengths for IPv4 addresses are 0 - 32. Possible netmask lengths for IPv6 addresses are 0 - 128.
netmaskLength - The netmask length of the CIDR you would like to allocate from the IPAM pool. Note the following:. This parameter is required.this@Stability(value=Stable) public CfnIPAMAllocation build()
build in interface software.amazon.jsii.Builder<CfnIPAMAllocation>Copyright © 2022. All rights reserved.