AzureSkuArgs

data class AzureSkuArgs(val capacity: Output<Int>? = null, val name: Output<Either<String, SkuName>>, val size: Output<Either<String, SkuSize>>) : ConvertibleToJava<AzureSkuArgs>

Azure SKU definition.

Constructors

Link copied to clipboard
constructor(capacity: Output<Int>? = null, name: Output<Either<String, SkuName>>, size: Output<Either<String, SkuSize>>)

Properties

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

The number of instances of the cluster.

Link copied to clipboard
val name: Output<Either<String, SkuName>>

SKU name.

Link copied to clipboard
val size: Output<Either<String, SkuSize>>

SKU size.

Functions

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