VMClassReservation
VMClassReservation
Describes a Virtual Machine Class reservation object.
JSON Example
undefined undefined
{
"virtualMachineClassName": "string",
"maximumCount": 0,
"availableCount": 0
}
string
virtualMachineClassName
Optional
Name of the Virtual Machine Class.
integer As int64
As int64
maximumCount
Optional
Constraints:
minimum: 1
The total number of this Virtual Machine class reserved in the given supervisor zone. This number represents the maximum number of this Virtual Machine class that can be given to tenants from this supervisor zone.
integer As int64
As int64
availableCount
Optional
Constraints:
minimum: 0
The current number of instances available in the given supervisor zone. This number is the difference between the instances of this VM class given to all the tenants and the number represented by maximumCount.