Files
deb-python-pyvmomi/docs/vim/vm/device/VirtualDevice/ConnectInfo/Status.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

28 lines
1.0 KiB
ReStructuredText

.. _vim.vm.device.VirtualDevice.ConnectInfo: ../../../../../vim/vm/device/VirtualDevice/ConnectInfo.rst
.. _vim.vm.device.VirtualDevice.ConnectInfo.Status: ../../../../../vim/vm/device/VirtualDevice/ConnectInfo/Status.rst
vim.vm.device.VirtualDevice.ConnectInfo.Status
==============================================
Specifies the connectable virtual device status.
:contained by: `vim.vm.device.VirtualDevice.ConnectInfo`_
:type: `vim.vm.device.VirtualDevice.ConnectInfo.Status`_
:name: untried
values:
--------
untried
The device status is unknown, or it has not been requested to connect when the VM is powered on.
ok
The device is working correctly.
unrecoverableError
The device cannot be used. For example, attempting to connect to a floppy device that does not exist would result in this status.
recoverableError
The device has reported a recoverable error. For example, attempting to connect to floppy device that is being used by another virtual machine or some other program would result in this status.