Class GetInstanceClassesArgs
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.Rds
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetInstanceClassesArgs : InvokeArgs
Constructors
View SourceGetInstanceClassesArgs()
Declaration
public GetInstanceClassesArgs()
Properties
View SourceCategory
DB Instance category. the value like [Basic, HighAvailability, Finance], detail info.
Declaration
public string Category { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
DbInstanceClass
The DB instance class type by the user.
Declaration
public string DbInstanceClass { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Engine
Database type. Options are MySQL, SQLServer, PostgreSQL and PPAS. If no value is specified, all types are returned.
Declaration
public string Engine { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
EngineVersion
Database version required by the user. Value options can refer to the latest docs detail info EngineVersion.
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 PostPaid.
Declaration
public string InstanceChargeType { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
MultiZone
Whether to show multi available zone. Default false to not show multi availability zone.
Declaration
public bool? MultiZone { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
OutputFile
Declaration
public string OutputFile { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
SortedBy
Declaration
public string SortedBy { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
StorageType
The DB instance storage space required by the user. Valid values: cloud_ssd and local_ssd.
Declaration
public string StorageType { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ZoneId
The Zone to launch the DB instance.
Declaration
public string ZoneId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |