ResourceSkuResponse

data class ResourceSkuResponse(val capacity: Int? = null, val name: String? = null, val tier: String? = null)

The SKU of a resource.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val capacity: Int? = null

The scale-out capacity of the resource. 1 is 1x, 2 is 2x, etc. This impacts the quantities and cost of any commitment plan resource.

Link copied to clipboard
val name: String? = null

The SKU name. Along with tier, uniquely identifies the SKU.

Link copied to clipboard
val tier: String? = null

The SKU tier. Along with name, uniquely identifies the SKU.