EnvironmentSizeResponse

data class EnvironmentSizeResponse(val maxPrice: Double, val minMemory: Double, val minNumberOfCores: Int, val name: String? = null, val vmSizes: List<SizeInfoResponse>? = null)

Represents a size category supported by this Lab Account (small, medium or large)

Constructors

Link copied to clipboard
constructor(maxPrice: Double, minMemory: Double, minNumberOfCores: Int, name: String? = null, vmSizes: List<SizeInfoResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The pay-as-you-go dollar price per hour this size will cost. It does not include discounts and may not reflect the actual price the size will cost. This is the maximum price of all prices within this tier.

Link copied to clipboard

The amount of memory available (in GB). This is the minimum amount of memory within this tier.

Link copied to clipboard

The number of cores a VM of this size has. This is the minimum number of cores within this tier.

Link copied to clipboard
val name: String? = null

The size category

Link copied to clipboard

Represents a set of compute sizes that can serve this given size type