AzureSkuArgs

data class AzureSkuArgs(val capacity: Output<Int>? = null, val name: Output<Either<String, AzureSkuName>>, val tier: Output<Either<String, AzureSkuTier>>) : ConvertibleToJava<AzureSkuArgs>

Azure SKU definition.

Constructors

Link copied to clipboard
constructor(capacity: Output<Int>? = null, name: Output<Either<String, AzureSkuName>>, tier: Output<Either<String, AzureSkuTier>>)

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, AzureSkuName>>

SKU name.

Link copied to clipboard
val tier: Output<Either<String, AzureSkuTier>>

SKU tier.

Functions

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