Class GetNodeClassesArgs
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.PolarDB
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetNodeClassesArgs : InvokeArgs
Constructors
View SourceGetNodeClassesArgs()
Declaration
public GetNodeClassesArgs()
Properties
View SourceDbNodeClass
The PolarDB node class type by the user.
Declaration
public string DbNodeClass { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
DbType
Database type. Options are MySQL, PostgreSQL, Oracle. If db_type is set, db_version also needs to be set.
Declaration
public string DbType { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
DbVersion
Database version required by the user. Value options can refer to the latest docs detail info DBVersion. If db_version is set, db_type also needs to be set.
Declaration
public string DbVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
OutputFile
Declaration
public string OutputFile { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
PayType
Filter the results by charge type. Valid values: PrePaid and PostPaid.
Declaration
public string PayType { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
RegionId
The Region to launch the PolarDB cluster.
Declaration
public string RegionId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ZoneId
The Zone to launch the PolarDB cluster.
Declaration
public string ZoneId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |