Node Type Sku Args
data class NodeTypeSkuArgs(val capacity: Output<Int>, val name: Output<String>? = null, val tier: Output<String>? = null) : ConvertibleToJava<NodeTypeSkuArgs>
Describes a node type sku.
Describes a node type sku.