GetIpamIpamPoolAllocationsResult

data class GetIpamIpamPoolAllocationsResult(val allocations: List<GetIpamIpamPoolAllocationsAllocation>, val cidr: String? = null, val id: String, val ids: List<String>, val ipamPoolAllocationId: String? = null, val ipamPoolAllocationName: String? = null, val ipamPoolId: String, val nameRegex: String? = null, val names: List<String>, val outputFile: String? = null)

A collection of values returned by getIpamIpamPoolAllocations.

Constructors

Link copied to clipboard
constructor(allocations: List<GetIpamIpamPoolAllocationsAllocation>, cidr: String? = null, id: String, ids: List<String>, ipamPoolAllocationId: String? = null, ipamPoolAllocationName: String? = null, ipamPoolId: String, nameRegex: String? = null, names: List<String>, outputFile: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of Ipam Pool Allocation Entries. Each element contains the following attributes:

Link copied to clipboard
val cidr: String? = null

The allocated address segment.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

A list of Ipam Pool Allocation IDs.

Link copied to clipboard

The instance ID of the ipam pool allocation.

Link copied to clipboard

The name of the ipam pool allocation.It must be 1 to 128 characters in length and cannot start with 'http:// 'or 'https.

Link copied to clipboard

The ID of the IPAM Pool.

Link copied to clipboard
val nameRegex: String? = null
Link copied to clipboard

A list of name of Ipam Pool Allocations.

Link copied to clipboard
val outputFile: String? = null