ClusterSkuResponse

data class ClusterSkuResponse(val capacity: Double? = null, val name: String? = null)

The cluster sku definition.

Constructors

Link copied to clipboard
constructor(capacity: Double? = null, name: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val capacity: Double? = null

The capacity reservation level in Gigabytes for this cluster.

Link copied to clipboard
val name: String? = null

The SKU (tier) of a cluster.