CloudCapacity interface
Cloud Capacity model
Properties
cpu |
CPUCount specifies the maximum number of CPUs that can be allocated in the cloud. NOTE: This property will not be serialized. It can only be populated by the server. |
memoryMB | MemoryMB specifies a memory usage limit in megabytes. NOTE: This property will not be serialized. It can only be populated by the server. |
vm |
VMCount gives the max number of VMs that can be deployed in the cloud. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
cpuCount
CPUCount specifies the maximum number of CPUs that can be allocated in the cloud. NOTE: This property will not be serialized. It can only be populated by the server.
cpuCount?: number
Property Value
number
memoryMB
MemoryMB specifies a memory usage limit in megabytes. NOTE: This property will not be serialized. It can only be populated by the server.
memoryMB?: number
Property Value
number
vmCount
VMCount gives the max number of VMs that can be deployed in the cloud. NOTE: This property will not be serialized. It can only be populated by the server.
vmCount?: number
Property Value
number