ClusterSkuArgs

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

SKU parameters particular to a cluster instance.

Constructors

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

Properties

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

The quantity of Event Hubs Cluster Capacity Units contained in this cluster.

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

Name of this SKU.

Functions

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