ReservedVMClass
ReservedVMClass
This object represents details of a reserved virtual machine class
JSON Example
{
"region": {
"name": "string",
"id": "string"
},
"zone": {
"name": "string",
"id": "string"
},
"virtualMachineClass": {
"name": "string",
"id": "string"
},
"totalCount": 0,
"availableCount": 0
}
integer As int64
As int64
totalCount
Optional
Constraints:
minimum: 1
The total number of this reserved VM class that can be given to all the namespaces in the Zone.
integer As int64
As int64
availableCount
Optional
Constraints:
minimum: 0
Remaining number of this reserved VM class that can be used for namespaces in the Zone.