GetClustersClusterDbNode

data class GetClustersClusterDbNode(val createTime: String, val dbNodeClass: String, val dbNodeId: String, val dbNodeRole: String, val dbNodeStatus: String, val maxConnections: Int, val maxIops: Int, val regionId: String, val zoneId: String)

Constructors

Link copied to clipboard
constructor(createTime: String, dbNodeClass: String, dbNodeId: String, dbNodeRole: String, dbNodeStatus: String, maxConnections: Int, maxIops: Int, regionId: String, zoneId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The create_time of the db_nodes.

Link copied to clipboard

The db_node_class of the db_nodes.

Link copied to clipboard

The db_node_id of the db_nodes.

Link copied to clipboard

The db_node_role of the db_nodes.

Link copied to clipboard

The db_node_status of the db_nodes.

Link copied to clipboard

The max_connections of the db_nodes.

Link copied to clipboard

The max_iops of the db_nodes.

Link copied to clipboard

The region_id of the db_nodes.

Link copied to clipboard

The zone_id of the db_nodes.