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 value

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

The name of the SKU.

Functions

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