vcenter cluster: info

The info structure contains information about a cluster in vCenter Server.

Representations:

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

Attributes:

Name Type Description
Required
name string The name of the cluster

resource_pool string Identifier of the root resource pool of the cluster

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.