vcenter resource pool: summary

The summary structure contains commonly used information about a resource pool in vCenter Server.

Representations:

{
    "name""string",
    "resource_pool""obj-103"
}
<?xml version="1.0" ?>
<ns0:Summary xmlns:ns0="http://vmware.com/vcenter/resource_pool" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <resource_pool>obj-103</resource_pool>
  <name>string</name>
</ns0:Summary>

Attributes:

Name Type Description
Required
resource_pool string 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.

name string Name of the resource pool.