Class GetClustersClusterDbNodeResult
Inheritance
System.Object
GetClustersClusterDbNodeResult
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.Outputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetClustersClusterDbNodeResult
Fields
View SourceCreateTime
The create_time of the db_nodes.
Declaration
public readonly string CreateTime
Field Value
| Type | Description |
|---|---|
| System.String |
DbNodeClass
The db_node_class of the db_nodes.
Declaration
public readonly string DbNodeClass
Field Value
| Type | Description |
|---|---|
| System.String |
DbNodeId
The db_node_id of the db_nodes.
Declaration
public readonly string DbNodeId
Field Value
| Type | Description |
|---|---|
| System.String |
DbNodeRole
The db_node_role of the db_nodes.
Declaration
public readonly string DbNodeRole
Field Value
| Type | Description |
|---|---|
| System.String |
DbNodeStatus
The db_node_status of the db_nodes.
Declaration
public readonly string DbNodeStatus
Field Value
| Type | Description |
|---|---|
| System.String |
MaxConnections
The max_connections of the db_nodes.
Declaration
public readonly int MaxConnections
Field Value
| Type | Description |
|---|---|
| System.Int32 |
MaxIops
The max_iops of the db_nodes.
Declaration
public readonly int MaxIops
Field Value
| Type | Description |
|---|---|
| System.Int32 |
RegionId
The region_id of the db_nodes.
Declaration
public readonly string RegionId
Field Value
| Type | Description |
|---|---|
| System.String |
ZoneId
The zone_id of the db_nodes.
Declaration
public readonly string ZoneId
Field Value
| Type | Description |
|---|---|
| System.String |