CapacitySummary

CapacitySummary
CapacitySummary
JSON Example
{
    "aggregatedCapacity": {
        "cpu": {
            "free": "number",
            "total": "number",
            "unallocated": "number",
            "unit": "string",
            "used": "number"
        },
        "datastores": [
            {
                "capacity": "number",
                "datastoreName": "string",
                "datastoreType": "string",
                "freeSpace": "number",
                "unallocated": "number",
                "unit": "string",
                "used": "number"
            }
        ],
        "hostCount": {
            "total": 0,
            "unallocated": 0,
            "used": 0
        },
        "memory": {
            "totalCapacityMB": "number",
            "usedCapacityMB": "number"
        }
    },
    "domainCount": 0,
    "domainInfo": [
        {
            "domainCapacity": {
                "cpu": {
                    "free": "number",
                    "total": "number",
                    "unallocated": "number",
                    "unit": "string",
                    "used": "number"
                },
                "datastores": [
                    {
                        "capacity": "number",
                        "datastoreName": "string",
                        "datastoreType": "string",
                        "freeSpace": "number",
                        "unallocated": "number",
                        "unit": "string",
                        "used": "number"
                    }
                ],
                "hostCount": {
                    "total": 0,
                    "unallocated": 0,
                    "used": 0
                },
                "memory": {
                    "totalCapacityMB": "number",
                    "usedCapacityMB": "number"
                }
            },
            "domainId": "string",
            "name": "string",
            "status": "string",
            "type": "string"
        }
    ],
    "domainTypeInfo": [
        {
            "aggregatedCapacity": {
                "cpu": {
                    "free": "number",
                    "total": "number",
                    "unallocated": "number",
                    "unit": "string",
                    "used": "number"
                },
                "datastores": [
                    {
                        "capacity": "number",
                        "datastoreName": "string",
                        "datastoreType": "string",
                        "freeSpace": "number",
                        "unallocated": "number",
                        "unit": "string",
                        "used": "number"
                    }
                ],
                "hostCount": {
                    "total": 0,
                    "unallocated": 0,
                    "used": 0
                },
                "memory": {
                    "totalCapacityMB": "number",
                    "usedCapacityMB": "number"
                }
            },
            "domainCount": 0,
            "type": "string"
        }
    ]
}
aggregatedCapacity
Optional

aggregatedCapacity

integer As int32 As int32
domainCount
Optional

domainCount

array of DomainInfo
domainInfo
Optional

domainInfo

domainTypeInfo
Optional

domainTypeInfo