GetInstancesPlainArgs

data class GetInstancesPlainArgs(val appKey: String? = null, val enableDetails: Boolean? = null, val engineType: String? = null, val ids: List<String>? = null, val outputFile: String? = null, val queryStr: String? = null, val status: String? = null, val statusList: String? = null) : ConvertibleToJava<GetInstancesPlainArgs>

A collection of arguments for invoking getInstances.

Constructors

Link copied to clipboard
constructor(appKey: String? = null, enableDetails: Boolean? = null, engineType: String? = null, ids: List<String>? = null, outputFile: String? = null, queryStr: String? = null, status: String? = null, statusList: String? = null)

Properties

Link copied to clipboard
val appKey: String? = null

The app key.

Link copied to clipboard
val enableDetails: Boolean? = null

Default to false. Set it to true can output more details about resource attributes.

Link copied to clipboard
val engineType: String? = null

The engine type of instance. Enumerative: tsdb_tsdb refers to TSDB, tsdb_influxdb refers to TSDB for InfluxDB️.

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

A list of Instance 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 queryStr: String? = null

The query str.

Link copied to clipboard
val status: String? = null

Instance status, enumerative: ACTIVATION, DELETED, CREATING, CLASS_CHANGING, LOCKED.

Link copied to clipboard
val statusList: String? = null

The status list.

Functions

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