Show / Hide Table of Contents

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 Source

CreateTime

The create_time of the db_nodes.

Declaration
public readonly string CreateTime
Field Value
Type Description
System.String
View Source

DbNodeClass

The db_node_class of the db_nodes.

Declaration
public readonly string DbNodeClass
Field Value
Type Description
System.String
View Source

DbNodeId

The db_node_id of the db_nodes.

Declaration
public readonly string DbNodeId
Field Value
Type Description
System.String
View Source

DbNodeRole

The db_node_role of the db_nodes.

Declaration
public readonly string DbNodeRole
Field Value
Type Description
System.String
View Source

DbNodeStatus

The db_node_status of the db_nodes.

Declaration
public readonly string DbNodeStatus
Field Value
Type Description
System.String
View Source

MaxConnections

The max_connections of the db_nodes.

Declaration
public readonly int MaxConnections
Field Value
Type Description
System.Int32
View Source

MaxIops

The max_iops of the db_nodes.

Declaration
public readonly int MaxIops
Field Value
Type Description
System.Int32
View Source

RegionId

The region_id of the db_nodes.

Declaration
public readonly string RegionId
Field Value
Type Description
System.String
View Source

ZoneId

The zone_id of the db_nodes.

Declaration
public readonly string ZoneId
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.