ResourceCapacity

ResourceCapacity
ResourceCapacity
JSON Example
{
    "unit": "string",
    "limit": "number",
    "allocated": "number",
    "used": "number"
}
string
unit
Optional

Units of this resource

number
limit
Optional

number of units of this resource allowed to be used.

number
allocated
Optional

number of units of this resource guaranteed to be available.

number
used
Optional

number of units of this resource used at this moment.