vcenter resource pool: info

The info structure contains information about a resource pool.

Representations:

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

Attributes:

Name Type Description
Required
name string Name of the vCenter Server resource pool.

resource_pools string[] Identifiers of the child resource pools contained in this resource pool.

When clients pass a value of this structure as a parameter, the field must contain identifiers for the resource type: ResourcePool. When operations return a value of this structure as a result, the field will contain identifiers for the resource type: ResourcePool.