Class GetInstanceEnginesArgs
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
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetInstanceEnginesArgs : InvokeArgs
Constructors
View SourceGetInstanceEnginesArgs()
Declaration
public GetInstanceEnginesArgs()
Properties
View SourceEngine
Database type. Options are Redis, Memcache. Default to Redis.
Declaration
public string Engine { get; set; }
Property 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 string EngineVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
InstanceChargeType
Filter the results by charge type. Valid values: PrePaid and PostPaid. Default to PrePaid.
Declaration
public string InstanceChargeType { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
OutputFile
Declaration
public string OutputFile { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ZoneId
The Zone to launch the KVStore instance.
Declaration
public string ZoneId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |