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
fun GetGatewayCacheDisksPlainArgs(gatewayId: String, ids: List<String>? = null, outputFile: String? = null, status: Int? = null)

Functions

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

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.