
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.vm.device.VirtualDevice.ConnectInfo.Status
Specifies the connectable virtual device status. :contained by: vim.vm.device.VirtualDevice.ConnectInfo
- type
- 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.