SkuArgs

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

SKU for the resource.

Constructors

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

Properties

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

The SKU capacity.

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

The SKU family.

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

The SKU model.

Link copied to clipboard
val name: Output<String>

The SKU name.

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

The SKU size.

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

The SKU tier.

Functions

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