ResourcePoolUpdateSpec
The #UpdateSpec structure contains specification for updating the configuration of a resource pool.
Properties
cpu_allocation
Optional
Resource allocation for CPU. if unset or empty, the CPU allocation of the resource pool will not be changed.
memory_allocation
Optional
Resource allocation for memory. if unset or empty, the memory allocation of the resource pool will not be changed.
string
name
Optional
Name of the resource pool. if unset or empty, the name of the resource pool will not be changed.
JSON Example
{
"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"
}