ClusterSkuArgs

data class ClusterSkuArgs(val capacity: Output<Double>? = null, val name: Output<Either<String, ClusterSkuNameEnum>>? = null) : ConvertibleToJava<ClusterSkuArgs>

The cluster sku definition.

Constructors

Link copied to clipboard
constructor(capacity: Output<Double>? = null, name: Output<Either<String, ClusterSkuNameEnum>>? = null)

Properties

Link copied to clipboard
val capacity: Output<Double>? = null

The capacity reservation level in Gigabytes for this cluster.

Link copied to clipboard
val name: Output<Either<String, ClusterSkuNameEnum>>? = null

The SKU (tier) of a cluster.

Functions

Link copied to clipboard
open override fun toJava(): ClusterSkuArgs