GetBaseInstancesInstance

data class GetBaseInstancesInstance(val commodityCode: String, val cpu: Int, val createTime: String, val diskSize: String, val id: String, val instanceClass: String, val instanceId: String, val instanceName: String, val nodeNum: String, val paymentType: String, val resourceGroupId: String, val series: String, val status: String, val zones: List<String>)

Constructors

Link copied to clipboard
constructor(commodityCode: String, cpu: Int, createTime: String, diskSize: String, id: String, instanceClass: String, instanceId: String, instanceName: String, nodeNum: String, paymentType: String, resourceGroupId: String, series: String, status: String, zones: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The product code of the OceanBase cluster.

Link copied to clipboard
val cpu: Int

The number of CPU cores of the cluster.

Link copied to clipboard

The creation time of the resource.

Link copied to clipboard

The size of the storage space, in GB.

Link copied to clipboard
val id: String

The ID of the Instance.

Link copied to clipboard

Cluster specification information.

Link copied to clipboard

OceanBase cluster ID.

Link copied to clipboard

OceanBase cluster name.

Link copied to clipboard

The number of nodes in the cluster.

Link copied to clipboard

The payment method of the instance.

Link copied to clipboard

The ID of the enterprise resource group to which the instance resides.

Link copied to clipboard

Series of OceanBase clusters.

Link copied to clipboard

The status of the resource.

Link copied to clipboard

Information about the zone where the cluster is deployed.