SkuArgs

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

The Sku description for a namespace

Constructors

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

Properties

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

Gets or sets the capacity of the resource

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

Gets or sets the Sku Family

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

Namespace SKU name.

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

Gets or sets the Sku size

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

Gets or sets the tier of particular sku

Functions

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