GetIpamAllocationPlainArgs

data class GetIpamAllocationPlainArgs(val cidr: String, val ipamPoolAllocationId: String, val ipamPoolId: String) : ConvertibleToJava<GetIpamAllocationPlainArgs>

Constructors

Link copied to clipboard
constructor(cidr: String, ipamPoolAllocationId: String, ipamPoolId: String)

Properties

Link copied to clipboard

The CIDR you would like to allocate from the IPAM pool. Note the following:

Link copied to clipboard

Id of the allocation.

Link copied to clipboard

Id of the IPAM Pool.

Functions

Link copied to clipboard
open override fun toJava(): GetIpamAllocationPlainArgs