GetResourceGroupsGroup

data class GetResourceGroupsGroup(val createTime: String, val dbClusterId: String, val groupName: String, val groupType: String, val id: String, val nodeNum: Int, val user: String)

Constructors

Link copied to clipboard
constructor(createTime: String, dbClusterId: String, groupName: String, groupType: String, id: String, nodeNum: Int, user: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Creation time.

Link copied to clipboard

DBClusterId

Link copied to clipboard

The name of the resource pool, which cannot exceed 64 bytes in length.

Link copied to clipboard

Query type, value description:

Link copied to clipboard
val id: String

The key of the resource supplied above.The value is formulated as <db_cluster_id>:<group_name>.

Link copied to clipboard

The number of nodes. The default number of nodes is 0. The number of nodes must be less than or equal to the number of nodes whose resource name is USER_DEFAULT.

Link copied to clipboard

Binding User.