Class GetInstanceEnginesInstanceEngineResult
Inheritance
System.Object
GetInstanceEnginesInstanceEngineResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.AliCloud.KVStore.Outputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetInstanceEnginesInstanceEngineResult
Fields
View SourceEngine
Database type. Options are Redis, Memcache. Default to Redis.
Declaration
public readonly string Engine
Field Value
| Type | Description |
|---|---|
| System.String |
EngineVersion
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.
Declaration
public readonly string EngineVersion
Field Value
| Type | Description |
|---|---|
| System.String |
ZoneId
The Zone to launch the KVStore instance.
Declaration
public readonly string ZoneId
Field Value
| Type | Description |
|---|---|
| System.String |