GetIpamIpamScopesResult

data class GetIpamIpamScopesResult(val id: String, val ids: List<String>, val ipamId: String? = null, val ipamScopeId: String? = null, val ipamScopeName: String? = null, val ipamScopeType: String? = null, val nameRegex: String? = null, val names: List<String>, val outputFile: String? = null, val resourceGroupId: String? = null, val scopes: List<GetIpamIpamScopesScope>, val tags: Map<String, String>? = null)

A collection of values returned by getIpamIpamScopes.

Constructors

Link copied to clipboard
constructor(id: String, ids: List<String>, ipamId: String? = null, ipamScopeId: String? = null, ipamScopeName: String? = null, ipamScopeType: String? = null, nameRegex: String? = null, names: List<String>, outputFile: String? = null, resourceGroupId: String? = null, scopes: List<GetIpamIpamScopesScope>, 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 Scope IDs.

Link copied to clipboard
val ipamId: String? = null

The id of the Ipam instance.

Link copied to clipboard
val ipamScopeId: String? = null

The first ID of the resource.

Link copied to clipboard
val ipamScopeName: String? = null

The name of the resource.

Link copied to clipboard
val ipamScopeType: String? = null

IPAM scope of action type:private.> Currently, only the role scope of the private network is supported.

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

A list of name of Ipam Scopes.

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

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

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

The tag of the resource.