GetIpamIpamPoolsPlainArgs

data class GetIpamIpamPoolsPlainArgs(val ids: List<String>? = null, val ipamPoolId: String? = null, val ipamPoolName: String? = null, val ipamScopeId: String? = null, val nameRegex: String? = null, val outputFile: String? = null, val poolRegionId: String? = null, val resourceGroupId: String? = null, val sourceIpamPoolId: String? = null, val tags: Map<String, String>? = null) : ConvertibleToJava<GetIpamIpamPoolsPlainArgs>

A collection of arguments for invoking getIpamIpamPools.

Constructors

Link copied to clipboard
constructor(ids: List<String>? = null, ipamPoolId: String? = null, ipamPoolName: String? = null, ipamScopeId: String? = null, nameRegex: String? = null, outputFile: String? = null, poolRegionId: String? = null, resourceGroupId: String? = null, sourceIpamPoolId: String? = null, tags: Map<String, String>? = null)

Properties

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

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

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

The effective region of the IPAM address pool.

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.

Functions

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