SizeInfoResponse

data class SizeInfoResponse(val computeSize: String? = null, val memory: Double? = null, val numberOfCores: Int? = null, val price: Double? = null)

Contains detailed information about a size

Constructors

Link copied to clipboard
constructor(computeSize: String? = null, memory: Double? = null, numberOfCores: Int? = null, price: Double? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val computeSize: String? = null

Represents the actual compute size, e.g. Standard_A2_v2.

Link copied to clipboard
val memory: Double? = null

The amount of memory available (in GB).

Link copied to clipboard
val numberOfCores: Int? = null

The number of cores a VM of this size has.

Link copied to clipboard
val price: Double? = null

The pay-as-you-go price per hour this size will cost. It does not include discounts and may not reflect the actual price the size will cost.