
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
784 B
784 B
vim.dvs.HostMember.HostComponentState
Describes the state of the host proxy switch. :contained by: vim.dvs.HostMember
- type
- name
down
values:
- disconnected
-
The host is disconnected or it is not responding.
- up
-
The host proxy switch is up and running.
- down
-
The host proxy is down.
- warning
-
The host requires attention.
- outOfSync
-
The proxy switch configuration is not the same as the distributed virtual switch configuration in the vCenter Server.
- pending
-
The host proxy switch is waiting to be initialized.