GetSubnetsPlainArgs

data class GetSubnetsPlainArgs(val ids: List<String>? = null, val nameRegex: String? = null, val outputFile: String? = null, val pageNumber: Int? = null, val pageSize: Int? = null, val resourceGroupId: String? = null, val status: String? = null, val subnetId: String? = null, val subnetName: String? = null, val type: String? = null, val vpdId: String? = null, val zoneId: String? = null) : ConvertibleToJava<GetSubnetsPlainArgs>

A collection of arguments for invoking getSubnets.

Constructors

Link copied to clipboard
constructor(ids: List<String>? = null, nameRegex: String? = null, outputFile: String? = null, pageNumber: Int? = null, pageSize: Int? = null, resourceGroupId: String? = null, status: String? = null, subnetId: String? = null, subnetName: String? = null, type: String? = null, vpdId: String? = null, zoneId: String? = null)

Properties

Link copied to clipboard
val ids: List<String>? = null
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 pageNumber: Int? = null
Link copied to clipboard
val pageSize: Int? = null
Link copied to clipboard
val resourceGroupId: String? = null

Resource Group ID.

Link copied to clipboard
val status: String? = null

The status of the resource.

Link copied to clipboard
val subnetId: String? = null

Primary key ID.

Link copied to clipboard
val subnetName: String? = null

The Subnet name.

Link copied to clipboard
val type: String? = null

Eflo subnet usage type, optional value:

Link copied to clipboard
val vpdId: String? = null

The Eflo VPD ID.

Link copied to clipboard
val zoneId: String? = null

The zone ID of the resource.

Functions

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