ClusterGroupInfo

ClusterGroupInfo
ClusterGroupInfo

ClusterGroupInfo is the base type for all virtual machine and host groups.

All virtual machines and hosts that are part of a group must be part of the same cluster.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "name": "string",
    "userCreated": false,
    "uniqueID": "string"
}
string
name
Required

Unique name of the group.

boolean
userCreated
Optional

Flag to indicate whether the group is created by the user or the system.

string
uniqueID
Optional

Unique ID for the group.

uniqueID is unique within a cluster. Groups residing in different clusters might share a uniqueID.