ResourcePoolUpdateRequestBody
This is a request body class for an operation.
Properties
spec
Required
Specification for updating the configuration of the resource pool.
JSON Example
{
"spec": {
"cpu_allocation": {
"expandable_reservation": false,
"limit": 0,
"reservation": 0,
"shares": {
"level": "LOW",
"shares": 0
}
},
"memory_allocation": {
"expandable_reservation": false,
"limit": 0,
"reservation": 0,
"shares": {
"level": "LOW",
"shares": 0
}
},
"name": "string"
}
}