public static interface IpamPoolCidr.Builder extends SdkPojo, CopyableBuilder<IpamPoolCidr.Builder,IpamPoolCidr>
| Modifier and Type | Method and Description |
|---|---|
IpamPoolCidr.Builder |
cidr(String cidr)
The CIDR provisioned to the IPAM pool.
|
default IpamPoolCidr.Builder |
failureReason(Consumer<IpamPoolCidrFailureReason.Builder> failureReason)
Details related to why an IPAM pool CIDR failed to be provisioned.
|
IpamPoolCidr.Builder |
failureReason(IpamPoolCidrFailureReason failureReason)
Details related to why an IPAM pool CIDR failed to be provisioned.
|
IpamPoolCidr.Builder |
state(IpamPoolCidrState state)
The state of the CIDR.
|
IpamPoolCidr.Builder |
state(String state)
The state of the CIDR.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildIpamPoolCidr.Builder cidr(String cidr)
The CIDR provisioned to the IPAM pool. A CIDR is a representation of an IP address and its associated network
mask (or netmask) and refers to a range of IP addresses. An IPv4 CIDR example is 10.24.34.0/23.
An IPv6 CIDR example is 2001:DB8::/32.
cidr - The CIDR provisioned to the IPAM pool. A CIDR is a representation of an IP address and its associated
network mask (or netmask) and refers to a range of IP addresses. An IPv4 CIDR example is
10.24.34.0/23. An IPv6 CIDR example is 2001:DB8::/32.IpamPoolCidr.Builder state(String state)
The state of the CIDR.
state - The state of the CIDR.IpamPoolCidrState,
IpamPoolCidrStateIpamPoolCidr.Builder state(IpamPoolCidrState state)
The state of the CIDR.
state - The state of the CIDR.IpamPoolCidrState,
IpamPoolCidrStateIpamPoolCidr.Builder failureReason(IpamPoolCidrFailureReason failureReason)
Details related to why an IPAM pool CIDR failed to be provisioned.
failureReason - Details related to why an IPAM pool CIDR failed to be provisioned.default IpamPoolCidr.Builder failureReason(Consumer<IpamPoolCidrFailureReason.Builder> failureReason)
Details related to why an IPAM pool CIDR failed to be provisioned.
This is a convenience method that creates an instance of theIpamPoolCidrFailureReason.Builder
avoiding the need to create one manually via IpamPoolCidrFailureReason.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to failureReason(IpamPoolCidrFailureReason).failureReason - a consumer that will call methods on IpamPoolCidrFailureReason.BuilderfailureReason(IpamPoolCidrFailureReason)Copyright © 2022. All rights reserved.