GetIpamIpamsResult

data class GetIpamIpamsResult(val id: String, val ids: List<String>, val ipamId: String? = null, val ipamName: String? = null, val ipams: List<GetIpamIpamsIpam>, val nameRegex: String? = null, val names: List<String>, val outputFile: String? = null, val resourceGroupId: String? = null, val tags: Map<String, String>? = null)

A collection of values returned by getIpamIpams.

Constructors

Link copied to clipboard
constructor(id: String, ids: List<String>, ipamId: String? = null, ipamName: String? = null, ipams: List<GetIpamIpamsIpam>, nameRegex: String? = null, names: List<String>, outputFile: String? = null, resourceGroupId: 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 IDs.

Link copied to clipboard
val ipamId: String? = null

The first ID of the resource.

Link copied to clipboard
val ipamName: String? = null

The name of the resource.

Link copied to clipboard

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

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

A list of name of Ipams.

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

The ID of the resource group.

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

The tag of the resource.