ResourcePoolSummary
The ResourcePool.Summary structure contains commonly used information about a resource pool in vCenter Server.
Properties
string
name
Required
Name of the resource pool.
string
resource_pool
Required
Identifier of the 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.
JSON Example
{
"name": "string",
"resource_pool": "string"
}