Get Ipam Ipam Pools Result
data class GetIpamIpamPoolsResult(val id: String, val ids: List<String>, val ipamPoolId: String? = null, val ipamPoolName: String? = null, val ipamScopeId: String? = null, val nameRegex: String? = null, val names: List<String>, val outputFile: String? = null, val poolRegionId: String? = null, val pools: List<GetIpamIpamPoolsPool>, val resourceGroupId: String? = null, val sourceIpamPoolId: String? = null, val tags: Map<String, String>? = null)
A collection of values returned by getIpamIpamPools.
Constructors
Link copied to clipboard
constructor(id: String, ids: List<String>, ipamPoolId: String? = null, ipamPoolName: String? = null, ipamScopeId: String? = null, nameRegex: String? = null, names: List<String>, outputFile: String? = null, poolRegionId: String? = null, pools: List<GetIpamIpamPoolsPool>, resourceGroupId: String? = null, sourceIpamPoolId: String? = null, tags: Map<String, String>? = null)
Properties
Link copied to clipboard
The first ID of the resource.
Link copied to clipboard
The name of the resource.
Link copied to clipboard
Ipam scope id.
Link copied to clipboard
Link copied to clipboard
The effective region of the IPAM address pool.
Link copied to clipboard
A list of Ipam Pool Entries. Each element contains the following attributes:
Link copied to clipboard
The ID of the resource group.
Link copied to clipboard
The instance ID of the source IPAM address pool.> If this parameter is not entered, the created address pool is the parent address pool.