CapacityInfo

CapacityInfo
CapacityInfo

Represents a usage and capacity information of a Resource

JSON Example
{
    "numberOfCores": 0,
    "memory": {
        "value": "number",
        "unit": "string"
    },
    "storage": {
        "value": "number",
        "unit": "string"
    },
    "numberOfEsxiHosts": 0,
    "componentsVmRequirements": [
        {
            "cpuCores": 0,
            "memoryGb": "number",
            "storageGb": 0,
            "ipCount": 0,
            "ipCountRecommended": 0,
            "ipCountLimit": 0,
            "workersCount": 0,
            "component": "string",
            "componentType": "string"
        }
    ],
    "context": {
        "context": "string"
    }
}
integer As int32 As int32
numberOfCores
Optional

Number of cores

memory
Optional

Represents a single metric representing digital data

storage
Optional

Represents a single metric representing digital data

integer As int32 As int32
numberOfEsxiHosts
Optional

Number of Esxi Hosts

componentsVmRequirements
Optional

Capacity requirements for VCF components deployment

object
context
Optional

context for the capacity calculation