VcenterSettingsV1ConfigComponentsInventoryClusterDrsGroupDetails
Properties
array of
string
entities
Optional
List of VMs or Hosts belonging to the group. If unset or empty, the value is skipped.
string
name
Optional
Unique name of the group.
boolean
user_created
Optional
Flag to indicate whether the group is created by the user or the system. If unset or empty, the value is skipped.
JSON Example
{
"entities": [
"string"
],
"name": "string",
"user_created": false
}