
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
30 lines
842 B
ReStructuredText
30 lines
842 B
ReStructuredText
.. _fault: ../../../vim/vm/ScheduledHardwareUpgradeInfo.rst#fault
|
|
|
|
.. _vim.vm.ScheduledHardwareUpgradeInfo: ../../../vim/vm/ScheduledHardwareUpgradeInfo.rst
|
|
|
|
.. _vim.vm.ScheduledHardwareUpgradeInfo.HardwareUpgradeStatus: ../../../vim/vm/ScheduledHardwareUpgradeInfo/HardwareUpgradeStatus.rst
|
|
|
|
vim.vm.ScheduledHardwareUpgradeInfo.HardwareUpgradeStatus
|
|
=========================================================
|
|
Status for last attempt to run scheduled hardware upgrade.
|
|
:contained by: `vim.vm.ScheduledHardwareUpgradeInfo`_
|
|
|
|
:type: `vim.vm.ScheduledHardwareUpgradeInfo.HardwareUpgradeStatus`_
|
|
|
|
:name: failed
|
|
|
|
values:
|
|
--------
|
|
|
|
failed
|
|
Upgrade failed. For more information about the failureSee `fault`_
|
|
|
|
none
|
|
No scheduled upgrade ever happened.
|
|
|
|
success
|
|
Upgrade succeeded.
|
|
|
|
pending
|
|
Upgrade is scheduled, but was not run yet.
|