Show / Hide Table of Contents

Class GetInstanceClassesArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetInstanceClassesArgs
Inherited Members
InvokeArgs.Empty
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 GetInstanceClassesArgs : InvokeArgs

Constructors

View Source

GetInstanceClassesArgs()

Declaration
public GetInstanceClassesArgs()

Properties

View Source

Architecture

The KVStore instance system architecture required by the user. Valid values: standard, cluster and rwsplit.

Declaration
public string Architecture { get; set; }
Property Value
Type Description
System.String
View Source

EditionType

The KVStore instance edition type required by the user. Valid values: Community and Enterprise.

Declaration
public string EditionType { get; set; }
Property Value
Type Description
System.String
View Source

Engine

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

Declaration
public string Engine { get; set; }
Property 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 string EngineVersion { get; set; }
Property Value
Type Description
System.String
View Source

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

NodeType

The KVStore instance node type required by the user. Valid values: double, single, readone, readthree and readfive.

Declaration
public string NodeType { get; set; }
Property Value
Type Description
System.String
View Source

OutputFile

Declaration
public string OutputFile { get; set; }
Property Value
Type Description
System.String
View Source

PackageType

It has been deprecated from 1.68.0.

Declaration
public string PackageType { get; set; }
Property Value
Type Description
System.String
View Source

PerformanceType

It has been deprecated from 1.68.0.

Declaration
public string PerformanceType { get; set; }
Property Value
Type Description
System.String
View Source

SeriesType

The KVStore instance series type required by the user. Valid values: enhanced_performance_type and hybrid_storage.

Declaration
public string SeriesType { get; set; }
Property Value
Type Description
System.String
View Source

ShardNumber

The number of shard.Valid values: 1, 2, 4, 8, 16, 32, 64, 128, 256.

Declaration
public int? ShardNumber { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
View Source

SortedBy

Declaration
public string SortedBy { get; set; }
Property Value
Type Description
System.String
View Source

StorageType

It has been deprecated from 1.68.0.

Declaration
public string StorageType { get; set; }
Property Value
Type Description
System.String
View Source

ZoneId

The Zone to launch the KVStore instance.

Declaration
public string ZoneId { get; set; }
Property Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.