GetGatewayCacheDisksPlainArgs

data class GetGatewayCacheDisksPlainArgs(val gatewayId: String, val ids: List<String>? = null, val outputFile: String? = null, val status: Int? = null) : ConvertibleToJava<GetGatewayCacheDisksPlainArgs>

A collection of arguments for invoking getGatewayCacheDisks.

Constructors

Link copied to clipboard
constructor(gatewayId: String, ids: List<String>? = null, outputFile: String? = null, status: Int? = null)

Properties

Link copied to clipboard

The ID of the gateway.

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

A list of Gateway Cache Disk IDs.

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 status: Int? = null

The status of the resource. Valid values: 0, 1, 2. 0: Normal. 1: Is about to expire. 2: Has expired.

Functions

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