Class GetNodeClassesResult
Inheritance
System.Object
GetNodeClassesResult
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 GetNodeClassesResult
Fields
View SourceClasses
A list of PolarDB node classes. Each element contains the following attributes:
Declaration
public readonly ImmutableArray<GetNodeClassesClassResult> Classes
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetNodeClassesClassResult> |
DbNodeClass
PolarDB node available class.
Declaration
public readonly string DbNodeClass
Field Value
| Type | Description |
|---|---|
| System.String |
DbType
Declaration
public readonly string DbType
Field Value
| Type | Description |
|---|---|
| System.String |
DbVersion
Declaration
public readonly string DbVersion
Field Value
| Type | Description |
|---|---|
| System.String |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
OutputFile
Declaration
public readonly string OutputFile
Field Value
| Type | Description |
|---|---|
| System.String |
PayType
Declaration
public readonly string PayType
Field Value
| Type | Description |
|---|---|
| System.String |
RegionId
Declaration
public readonly string RegionId
Field Value
| Type | Description |
|---|---|
| System.String |
ZoneId
The Zone to launch the PolarDB cluster.
Declaration
public readonly string ZoneId
Field Value
| Type | Description |
|---|---|
| System.String |