Get Ipam Ipam Pool Allocations Result
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.
Properties
Link copied to clipboard
A list of Ipam Pool Allocation Entries. Each element contains the following attributes:
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