ResourcePool_Update_RequestBody

ResourcePool_Update_RequestBody
ResourcePool_Update_RequestBody

This is a request body class for an operation.

JSON Example
{
    "spec": {
        "name": "string",
        "cpu_allocation": {
            "reservation": 0,
            "expandable_reservation": false,
            "limit": 0,
            "shares": {
                "level": "string",
                "shares": 0
            }
        },
        "memory_allocation": {
            "reservation": 0,
            "expandable_reservation": false,
            "limit": 0,
            "shares": {
                "level": "string",
                "shares": 0
            }
        }
    }
}
spec
Required

Specification for updating the configuration of the resource pool.