GetInstanceEnginesPlainArgs

data class GetInstanceEnginesPlainArgs(val engine: String? = null, val engineVersion: String? = null, val instanceChargeType: String? = null, val outputFile: String? = null, val zoneId: String) : ConvertibleToJava<GetInstanceEnginesPlainArgs>

A collection of arguments for invoking getInstanceEngines.

Constructors

Link copied to clipboard
constructor(engine: String? = null, engineVersion: String? = null, instanceChargeType: String? = null, outputFile: String? = null, zoneId: String)

Properties

Link copied to clipboard
val engine: String? = null

Database type. Options are Redis, Memcache. Default to Redis.

Link copied to clipboard
val engineVersion: String? = null

Database version required by the user. Value options of Redis can refer to the latest docs detail info EngineVersion. Value of Memcache should be empty.

Link copied to clipboard

Filter the results by charge type. Valid values: PrePaid and PostPaid. Default to PrePaid.

Link copied to clipboard
val outputFile: String? = null

File name where to save data source results (after running pulumi up).

Link copied to clipboard

The Zone to launch the Tair (Redis OSS-Compatible) And Memcache (KVStore) Instance.

Functions

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