
This external documentation for pyVmomi was generated using Googly Docs (aka Google Standard Documentation) which renders very cleanly in GitHub. Internal documentation for a class should be done in Sphinx format because tools like pyCharm and Eclipse can use that documentation as a hint for code completion. Note: External docs as Googly Docs, internal docs as Sphinx. Closes bug#15
1.1 KiB
1.1 KiB
vim.dvs.DistributedVirtualSwitchManager.HostContainer
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.
- extends
- since
- Attributes:
-
container (vim.ManagedEntity):
Check compatibility of hosts in this container. The supported container types are Datacenter, Folder, and ComputeResource.
recursive (bool):
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.