CloudCapacityResponse

data class CloudCapacityResponse(val cpuCount: Double? = null, val memoryMB: Double? = null, val vmCount: Double? = null)

Cloud Capacity model

Constructors

Link copied to clipboard
constructor(cpuCount: Double? = null, memoryMB: Double? = null, vmCount: Double? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val cpuCount: Double? = null

CPUCount specifies the maximum number of CPUs that can be allocated in the cloud.

Link copied to clipboard
val memoryMB: Double? = null

MemoryMB specifies a memory usage limit in megabytes.

Link copied to clipboard
val vmCount: Double? = null

VMCount gives the max number of VMs that can be deployed in the cloud.