SingleServerSkuArgs

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

Billing information related properties of a server.

Constructors

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

Properties

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

The scale up/out capacity, representing server's compute units.

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

The family of hardware.

Link copied to clipboard
val name: Output<String>

The name of the sku, typically, tier + family + cores, e.g. B_Gen4_1, GP_Gen5_8.

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

The size code, to be interpreted by resource as appropriate.

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

The tier of the particular SKU, e.g. Basic.

Functions

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