Test Search vSphere Web Services API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - VirtualUSB(vim.vm.device.VirtualUSB)
- Extends
- VirtualDevice
- Since
- 2.0
Data Object Description
The VirtualUSB data object describes the USB device configuration for a virtual machine. You can attach a USB device to an ESX host. The device is available to only one virtual machine at a time. When you remove the device from the virtual machine, it becomes available to other virtual machines located on the host. You can add up to 20 USB devices to a virtual machine. Virtual USB support requires virtual machine hardware version 7 or later.The VirtualUSB object represents either a configuration to be applied to the virtual machine or the current device configuration on the virtual machine.
- To configure a USB connection for the virtual machine, add a VirtualUSB
object to the VirtualDeviceConfigSpec.
Use USB backing (VirtualUSBUSBBackingInfo) to establish
a connection with a virtual machine that will remain on the host to which
the USB device is attached.
The vSphere Server does not support vMotion for standard USB backing.
To configure vMotion support for a virtual machine with a USB connection,
use remote host backing for the USB connection
(VirtualUSBRemoteHostBackingInfo).
To configure a USB device for a virtual machine, the virtual machine must have a USB controller. To add a controller, include a VirtualUSBController object in the virtual device specification for your virtual machine configuration. You can add only one USB controller to a virtual machine.
- To determine USB device configuration status for the virtual machine, check the virtual hardware device list (VirtualHardware.device). The presence of the VirtualUSB object in the hardware device list indicates that the virtual machine is configured to use a USB device. The connected property indicates whether the virtual machine is connected to the device.
To determine the USB options available on the host, use the QueryConfigOption method to retrieve the virtual machine configuration. The presence of the VirtualUSBOption object in the retrieved configuration (VirtualMachineConfigOption.hardwareOptions.virtualDeviceOption) indicates that the host supports USB connections.
The following operations will disconnect a USB device, losing data if data transfer is in progress over the USB connection.
- Hot add of memory, CPU, or PCI devices. A hot add operation disconnects only USB devices for virtual machines that use a local connection to the device (VirtualUSBUSBBackingInfo).
- Suspend and resume on a virtual machine.
- vMotion of a virtual machine with a USB connection, if you are not using remote host USB backing.
The following services do not support USB connections.
- Fault Tolerance virtual machines cannot use USB devices.
- DPM (Distributed Power Management) will put a host into standby, regardless of any connections to USB devices on the host.
- DRS (Distributed Resource Scheduling) may power-off hosts that have USB connections to virtual machines.
Properties
Name | Type | Description |
---|---|---|
connected | xsd:boolean |
Flag indicating whether the device is currently connected.
The virtual machine is not connected to the device if the autoconnect pattern
specified in the USB device backing
(VirtualDeviceDeviceBackingInfo.deviceName)
can not be satisfied, either
because there is no such device, or the matching device is not
available. Valid only while the virtual machine is running.
Since VI API 2.5 |
family* | xsd:string[] |
Device class families.
For possible values see
VirtualMachineUsbInfoFamily.
Since vSphere API Release 4.1 |
product* | xsd:int |
Product ID of the USB device.
Since vSphere API Release 4.1 |
speed* | xsd:string[] |
Device speeds detected by server.
For possible values see
VirtualMachineUsbInfoSpeed.
Since vSphere API Release 4.1 |
vendor* | xsd:int |
Vendor ID of the USB device.
Since vSphere API Release 4.1 |
Properties inherited from VirtualDevice | ||
backing, connectable, controllerKey, deviceGroupInfo, deviceInfo, key, numaNode, slotInfo, unitNumber | ||
Properties inherited from DynamicData | ||
None |
Show WSDL type definition
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |