DistributedVirtualSwitchManagerHostContainer

DistributedVirtualSwitchManagerHostContainer
DistributedVirtualSwitchManagerHostContainer

Check host compatibility for all hosts in the container.

If the recursive flag is true, then check hosts at all levels within this container, otherwise check only at the container level. In case of container being a Datacenter, the recursive flag is applied to its HostFolder.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "container": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "recursive": false
}
container
Required

Reference to an instance of the ManagedEntity managed object.

boolean
recursive
Required

If true, include hosts of all levels in the hierarchy with container as root of the tree.

In case of container being a Datacenter, the recursive flag is applied to its HostFolder.