GetIpamIpamPoolsResult

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)

Types

Link copied to clipboard
object Companion

Properties

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 IDs.

Link copied to clipboard
val ipamPoolId: String? = null

The first ID of the resource.

Link copied to clipboard
val ipamPoolName: String? = null

The name of the resource.

Link copied to clipboard
val ipamScopeId: String? = null

Ipam scope id.

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

A list of name of Ipam Pools.

Link copied to clipboard
val outputFile: String? = null
Link copied to clipboard
val poolRegionId: String? = null

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
val resourceGroupId: String? = null

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.

Link copied to clipboard
val tags: Map<String, String>? = null

The tag of the resource.