VcenterSettingsV1ConfigComponentsInventoryClusterDrsGroup
The Group structure describes the properties of virtual machine and host groups.
Properties
host_groups
Optional
List of HOST Group details. If unset or empty, the value is skipped.
vm_groups
Optional
List of VM Group details. If unset or empty, the value is skipped.
JSON Example
{
"host_groups": [
{
"entities": [
"string"
],
"name": "string",
"user_created": false
}
],
"vm_groups": [
{
"entities": [
"string"
],
"name": "string",
"user_created": false
}
]
}