Get Instances Instance
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)
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_version of the instance.
Link copied to clipboard
The expire time of the 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
Classic network or VPC.