Show / Hide Table of Contents

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 Source

Engine

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

Declaration
public readonly string Engine
Field Value
Type Description
System.String
View Source

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
View Source

ZoneId

The Zone to launch the KVStore instance.

Declaration
public readonly string ZoneId
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.