SkuArgs

data class SkuArgs(val capacity: Output<Int>? = null, val family: Output<String>? = null, val name: Output<Either<String, SkuNameEnum>>) : ConvertibleToJava<SkuArgs>

The account SKU.

Constructors

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

Properties

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

Gets or sets the SKU capacity.

Link copied to clipboard
val family: Output<String>? = null

Gets or sets the SKU family.

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

Gets or sets the SKU name of the account.

Functions

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