GetInstancesInstance

data class GetInstancesInstance(val backupStatus: String, val coreDiskSize: Int, val coreDiskType: String, val coreInstanceType: String, val coreNodeCount: Int, val createdTime: String, val deletionProtection: Boolean, val engine: String, val engineVersion: String, val expireTime: String, val id: String, val masterInstanceType: String, val masterNodeCount: Int, val name: String, val networkType: String, val payType: String, val regionId: String, val status: String, val tags: Map<String, String>? = null, val vpcId: String, val vswitchId: String, val zoneId: String)

Constructors

Link copied to clipboard
constructor(backupStatus: String, coreDiskSize: Int, coreDiskType: String, coreInstanceType: String, coreNodeCount: Int, createdTime: String, deletionProtection: Boolean, engine: String, engineVersion: String, expireTime: String, id: String, masterInstanceType: String, masterNodeCount: Int, name: String, networkType: String, payType: String, regionId: String, status: String, tags: Map<String, String>? = null, vpcId: String, vswitchId: String, zoneId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Backup Status of the instance.

Link copied to clipboard

Core node disk size, unit:GB.

Link copied to clipboard

Cloud_ssd or cloud_efficiency

Link copied to clipboard

Like hbase.sn2.2xlarge, hbase.sn2.4xlarge, hbase.sn2.8xlarge and so on.

Link copied to clipboard

Same with "core_instance_quantity"

Link copied to clipboard

The created time of the instance.

Link copied to clipboard

The switch of delete protection.

Link copied to clipboard

The engine of the instance.

Link copied to clipboard

The engine_version of the instance.

Link copied to clipboard

The expire time of the instance.

Link copied to clipboard
val id: String

The ID of the HBase instance.

Link copied to clipboard

Like hbase.sn2.2xlarge, hbase.sn2.4xlarge, hbase.sn2.8xlarge and so on.

Link copied to clipboard

The node count of master

Link copied to clipboard

The name of the HBase instance.

Link copied to clipboard

Classic network or VPC.

Link copied to clipboard

Billing method. Value options are PostPaid for Pay-As-You-Go and PrePaid for yearly or monthly subscription.

Link copied to clipboard

Region ID the instance belongs to.

Link copied to clipboard

Status of the instance.

Link copied to clipboard
val tags: Map<String, String>? = null

A mapping of tags to assign to the resource.

Link copied to clipboard

VPC ID the instance belongs to.

Link copied to clipboard

VSwitch ID the instance belongs to.

Link copied to clipboard

Zone ID the instance belongs to.