GetIpamIpamScopesPlainArgs

data class GetIpamIpamScopesPlainArgs(val ids: List<String>? = null, val ipamId: String? = null, val ipamScopeId: String? = null, val ipamScopeName: String? = null, val ipamScopeType: String? = null, val nameRegex: String? = null, val outputFile: String? = null, val resourceGroupId: String? = null, val tags: Map<String, String>? = null) : ConvertibleToJava<GetIpamIpamScopesPlainArgs>

A collection of arguments for invoking getIpamIpamScopes.

Constructors

Link copied to clipboard
constructor(ids: List<String>? = null, ipamId: String? = null, ipamScopeId: String? = null, ipamScopeName: String? = null, ipamScopeType: String? = null, nameRegex: String? = null, outputFile: String? = null, resourceGroupId: String? = null, tags: Map<String, String>? = null)

Properties

Link copied to clipboard
val ids: List<String>? = null

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

A regex string to filter results by Group Metric Rule name.

Link copied to clipboard
val outputFile: String? = null

File name where to save data source results (after running pulumi preview).

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.

Functions

Link copied to clipboard
open override fun toJava(): GetIpamIpamScopesPlainArgs