NodeTypeSkuResponse

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

Describes a node type sku.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The number of nodes in the node type.

If present in request it will override properties.vmInstanceCount.

Link copied to clipboard
val name: String? = null

The sku name.

Name is internally generated and is used in auto-scale scenarios.
Property does not allow to be changed to other values than generated.
To avoid deployment errors please omit the property.

Link copied to clipboard
val tier: String? = null

Specifies the tier of the node type.

Possible Values:
Standard