Capacity
                                Capacity                            
                            Represents a usage and capacity information of a Resource
JSON Example
                                    {
    "cpu": {
        "total": {
            "unit": "string",
            "value": "number"
        },
        "used": {
            "unit": "string",
            "value": "number"
        }
    },
    "memory": {
        "total": {
            "unit": "string",
            "value": "number"
        },
        "used": {
            "unit": "string",
            "value": "number"
        }
    },
    "storage": {
        "total": {
            "unit": "string",
            "value": "number"
        },
        "used": {
            "unit": "string",
            "value": "number"
        }
    }
}