Files
deb-python-pyvmomi/docs/vim/vm/ScheduledHardwareUpgradeInfo/HardwareUpgradeStatus.rst
Shawn Hartsock 15f7be9a52 pyVmomi reStructured Text Documentation
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
2014-06-17 14:07:42 -04:00

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.