GetInstanceTypesCoreInstanceType

data class GetInstanceTypesCoreInstanceType(val category: String, val cpuSize: Int, val engine: String, val instanceType: String, val maxCoreCount: Int, val memSize: Int, val storageType: String, val version: String, val zone: String)

Constructors

Link copied to clipboard
fun GetInstanceTypesCoreInstanceType(category: String, cpuSize: Int, engine: String, instanceType: String, maxCoreCount: Int, memSize: Int, storageType: String, version: String, zone: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Name of the category, single or cluster.

Link copied to clipboard

Cpu size of the instance type.

Link copied to clipboard

The engine name, singlehbase, hbase, hbaseue, bds.

Link copied to clipboard

The hbase instance type of create hbase cluster instance.

Link copied to clipboard

Max count of the core instance nodes.

Link copied to clipboard

Mem size of the instance type.

Link copied to clipboard

Name of the storage type.

Link copied to clipboard

The engine version, singlehbase/hbase=1.1/2.0, bds=1.0.

Link copied to clipboard

Name of zone id.