Capacity
Capacity
Distinguishes the capacity with usable, raw, reserved and consumed.
JSON Example
{
"usable": {
"value": 1,
"units": "VCPU"
},
"rawCapacity": {
"value": 1,
"units": "VCPU"
},
"reserved": {
"value": 1,
"units": "VCPU"
},
"consumed": {
"value": 1,
"units": "VCPU"
}
}