SkuArgs

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

The purchase SKU for CloudSimple paid resources

Constructors

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

Properties

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

The capacity of the SKU

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

dedicatedCloudNode example: 8 x Ten-Core Intel® Xeon® Processor E5-2640 v4 2.40GHz 25MB Cache (90W); 12 x 64GB PC4-19200 2400MHz DDR4 ECC Registered DIMM, ...

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

If the service has different generations of hardware, for the same SKU, then that can be captured here

Link copied to clipboard
val name: Output<String>

The name of the SKU for VMWare CloudSimple Node

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

The tier of the SKU

Functions

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