GetInstanceTypesMasterInstanceType

data class GetInstanceTypesMasterInstanceType(val cpuSize: Int, val instanceType: String, val memSize: Int)

Constructors

Link copied to clipboard
constructor(cpuSize: Int, instanceType: String, memSize: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Cpu size of the instance type.

Link copied to clipboard

The hbase instance type of create hbase cluster instance.

Link copied to clipboard

Mem size of the instance type.