GetInstanceEnginesResult

data class GetInstanceEnginesResult(val engine: String? = null, val engineVersion: String? = null, val id: String, val instanceChargeType: String? = null, val instanceEngines: List<GetInstanceEnginesInstanceEngine>, val outputFile: String? = null, val zoneId: String)

A collection of values returned by getInstanceEngines.

Constructors

Link copied to clipboard
constructor(engine: String? = null, engineVersion: String? = null, id: String, instanceChargeType: String? = null, instanceEngines: List<GetInstanceEnginesInstanceEngine>, outputFile: String? = null, zoneId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val engine: String? = null

Database type.

Link copied to clipboard
val engineVersion: String? = null

Tair (Redis OSS-Compatible) And Memcache (KVStore) Instance version.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard

A list of Tair (Redis OSS-Compatible) And Memcache (KVStore) available instance engines. Each element contains the following attributes:

Link copied to clipboard
val outputFile: String? = null
Link copied to clipboard

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