ClusterInfo

The Cluster.Info structure contains information about a cluster in vCenter Server.


Properties

string
name Required

The name of the cluster


string
resource_pool Required

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.

JSON Example

{
	"name": "string",
	"resource_pool": "string"
}
Returned By

Get Cluster

Feedback

Was this page helpful?