public static class PUSB.Record extends java.lang.Object implements Types.Record
Modifier and Type | Field and Description |
---|---|
java.lang.String |
description
USB device description
|
Host |
host
Physical machine that owns the USB device
|
java.util.Map<java.lang.String,java.lang.String> |
otherConfig
additional configuration
|
java.lang.Boolean |
passthroughEnabled
enabled for passthrough
|
java.lang.String |
path
port path of USB device
|
java.lang.String |
productDesc
product description of the USB device
|
java.lang.String |
productId
product id of the USB device
|
java.lang.String |
serial
serial of the USB device
|
java.lang.Double |
speed
USB device speed
First published in Citrix Hypervisor 8.2.
|
USBGroup |
USBGroup
USB group the PUSB is contained in
|
java.lang.String |
uuid
Unique identifier/object reference
|
java.lang.String |
vendorDesc
vendor description of the USB device
|
java.lang.String |
vendorId
vendor id of the USB device
|
java.lang.String |
version
USB device version
|
Constructor and Description |
---|
Record() |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.Object> |
toMap()
Convert a PUSB.Record to a Map
|
java.lang.String |
toString() |
public java.lang.String uuid
public USBGroup USBGroup
public Host host
public java.lang.String path
public java.lang.String vendorId
public java.lang.String vendorDesc
public java.lang.String productId
public java.lang.String productDesc
public java.lang.String serial
public java.lang.String version
public java.lang.String description
public java.lang.Boolean passthroughEnabled
public java.util.Map<java.lang.String,java.lang.String> otherConfig
public java.lang.Double speed
public java.lang.String toString()
toString
in class java.lang.Object
public java.util.Map<java.lang.String,java.lang.Object> toMap()
toMap
in interface Types.Record