Package com.xensource.xenapi
Class PUSB.Record
java.lang.Object
com.xensource.xenapi.PUSB.Record
- All Implemented Interfaces:
Types.Record
- Enclosing class:
- PUSB
Represents all the fields in a PUSB
-
Field Summary
FieldsModifier and TypeFieldDescriptionUSB device descriptionPhysical machine that owns the USB deviceadditional configurationenabled for passthroughport path of USB deviceproduct description of the USB deviceproduct id of the USB deviceserial of the USB deviceUSB device speed First published in Citrix Hypervisor 8.2.USB group the PUSB is contained inUnique identifier/object referencevendor description of the USB devicevendor id of the USB deviceUSB device version -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
uuid
Unique identifier/object reference -
USBGroup
USB group the PUSB is contained in -
host
Physical machine that owns the USB device -
path
port path of USB device -
vendorId
vendor id of the USB device -
vendorDesc
vendor description of the USB device -
productId
product id of the USB device -
productDesc
product description of the USB device -
serial
serial of the USB device -
version
USB device version -
description
USB device description -
passthroughEnabled
enabled for passthrough -
otherConfig
additional configuration -
speed
USB device speed First published in Citrix Hypervisor 8.2.
-
-
Constructor Details
-
Record
public Record()
-
-
Method Details
-
toString
-
toMap
Convert a PUSB.Record to a Map- Specified by:
toMap
in interfaceTypes.Record
-