ResourcePool_CreateSpec
The #CreateSpec structure contains information used to create a resource pool, see ResourcePool.create.
{
"name": "string",
"parent": "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
}
}
}
Name of the resource pool.
Parent of the created resource pool. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: ResourcePool. When operations return a value of this structure as a result, the field will be an identifier for the resource type: ResourcePool.
The ResourcePool.ResourceAllocationCreateSpec structure contains resource allocation information used to create a resource pool, see ResourcePool.create.
The ResourcePool.ResourceAllocationCreateSpec structure contains resource allocation information used to create a resource pool, see ResourcePool.create.