
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.0 KiB
1.0 KiB
vim.fault.AgentInstallFailed.Reason
- contained by
- type
- name
UnknownInstallerError
values:
- NotEnoughSpaceOnDevice
-
There is not enough storage space on the host to install the agent.
- AgentUploadFailed
-
Failed to upload the agent installer.
- AgentUploadTimedout
-
The agent upload took too long.
- AgentNotReachable
-
The agent was installed but did not respond to requests.
- SignatureVerificationFailed
-
The signature verification for the installer failed.
- PrepareToUpgradeFailed
-
Failed to initialize the upgrade directory on the host.
- InstallTimedout
-
The agent install took too long.
- AgentNotRunning
-
The agent was installed but is not running.
- UnknownInstallerError
-
The agent installer failed for an unknown reason.