⇨
SEND US FEEDBACK!
vSphere API/SDK Documentation
>
vSphere Management SDK
>
vSphere Web Services SDK Documentation
>
VMware vSphere API Reference
>
Enumerated Types
>
V
1
2
3
4
5
0 Ratings
Managed Object Types
Data Object Types
All Properties
All Methods
Enum - VirtualMachineUsbInfoSpeed(vim.vm.UsbInfo.Speed)
Since
VI API 2.5
Enum Description
Device speed.
Enum Constants
Name
Description
full
This device operates at full speed (12Mb/s).
high
This device can operate at high speed (480Mb/s)
low
This device operates at low speed (1.5Mb/s).
superSpeed
This device can operate at super speed (4.8Gb/s)
Since
vSphere API 5.0
unknownSpeed
This device's speed is unknown.
Show WSDL type definition
<simpleType xmlns="http://www.w3.org/2001/XMLSchema" xmlns:vim25="urn:vim25" name="VirtualMachineUsbInfoSpeed"> <restriction base="xsd:string"> <enumeration value="low"/> <enumeration value="full"/> <enumeration value="high"/> <enumeration value="superSpeed"/> <enumeration value="unknownSpeed"/> </restriction> </simpleType>
Top of page
Managed Object Types
Data Object Types
All Properties
All Methods
Feedback
1
2
3
4
5
0 Ratings