ResourcePoolCreateSpec
The #CreateSpec structure contains information used to create a resource pool, see ResourcePool.create.
Properties
string
name
Required
Name of the resource pool.
string
parent
Required
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.
cpu_allocation
Optional
Resource allocation for CPU. if unset or empty, use the default CPU allocation specification.
memory_allocation
Optional
Resource allocation for memory. if unset or empty, use the default memory allocation specification.
JSON Example
{
"name": "string",
"parent": "string"
}