GetIpamIpamPoolAllocationsPlainArgs

data class GetIpamIpamPoolAllocationsPlainArgs(val cidr: String? = null, val ids: List<String>? = null, val ipamPoolAllocationId: String? = null, val ipamPoolAllocationName: String? = null, val ipamPoolId: String, val nameRegex: String? = null, val outputFile: String? = null) : ConvertibleToJava<GetIpamIpamPoolAllocationsPlainArgs>

A collection of arguments for invoking getIpamIpamPoolAllocations.

Constructors

Link copied to clipboard
constructor(cidr: String? = null, ids: List<String>? = null, ipamPoolAllocationId: String? = null, ipamPoolAllocationName: String? = null, ipamPoolId: String, nameRegex: String? = null, outputFile: String? = null)

Properties

Link copied to clipboard
val cidr: String? = null

The allocated address segment.

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

A list of Ipam Pool Allocation IDs.

Link copied to clipboard

The instance ID of the ipam pool allocation.

Link copied to clipboard

The name of the ipam pool allocation.It must be 1 to 128 characters in length and cannot start with 'http:// 'or 'https.

Link copied to clipboard

The ID of the IPAM Pool.

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

Functions

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