ComputePropertiesResponse

data class ComputePropertiesResponse(val tier: String? = null)

The compute properties of the cluster. This includes the virtual-cores/memory and scaling options applied to servers in the cluster.

Constructors

Link copied to clipboard
constructor(tier: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val tier: String? = null

The compute tier to assign to the cluster, where each tier maps to a virtual-core and memory size. Example values: 'M30', 'M40'.