GetInstancesInstance

data class GetInstancesInstance(val clusterType: String, val createTime: String, val description: String, val entityQuota: Int, val id: String, val name: String, val network: String, val readCapacity: Int, val status: String, val tags: Map<String, Any>, val userId: String, val writeCapacity: Int)

Constructors

Link copied to clipboard
fun GetInstancesInstance(clusterType: String, createTime: String, description: String, entityQuota: Int, id: String, name: String, network: String, readCapacity: Int, status: String, tags: Map<String, Any>, userId: String, writeCapacity: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The cluster type of the instance. Possible values: SSD, HYBRID.

Link copied to clipboard

The create time of the instance.

Link copied to clipboard

The description of the instance.

Link copied to clipboard

The instance quota which indicating the maximum number of tables.

Link copied to clipboard
val id: String

ID of the instance.

Link copied to clipboard

Instance name.

Link copied to clipboard

The network type of the instance. Possible values: NORMAL, VPC, VPC_CONSOLE.

Link copied to clipboard

The maximum adjustable read capacity unit of the instance.

Link copied to clipboard

Instance status. Possible values: Running, Disabled, Deleting.

Link copied to clipboard

A map of tags assigned to the instance. It must be in the format:

Link copied to clipboard

The user id of the instance.

Link copied to clipboard

The maximum adjustable write capacity unit of the instance.