File: Status.rst

package info (click to toggle)
python-pyvmomi 6.7.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 14,980 kB
  • sloc: python: 9,206; xml: 77; makefile: 9
file content (27 lines) | stat: -rw-r--r-- 1,042 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
.. _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.