com.xensource.xenapi
public static class VUSB.Record extends java.lang.Object implements Types.Record
| Modifier and Type | Field and Description |
|---|---|
java.util.Set<Types.VusbOperations> |
allowedOperations
list of the operations allowed in this state.
|
java.lang.Boolean |
currentlyAttached
is the device currently attached
|
java.util.Map<java.lang.String,Types.VusbOperations> |
currentOperations
links each of the running tasks using this object (by reference) to a current_operation enum which describes the nature of the task.
|
java.util.Map<java.lang.String,java.lang.String> |
otherConfig
Additional configuration
|
USBGroup |
USBGroup
USB group used by the VUSB
|
java.lang.String |
uuid
Unique identifier/object reference
|
VM |
VM
VM that owns the VUSB
|
| Constructor and Description |
|---|
VUSB.Record() |
public java.lang.String uuid
public java.util.Set<Types.VusbOperations> allowedOperations
public java.util.Map<java.lang.String,Types.VusbOperations> currentOperations
public VM VM
public USBGroup USBGroup
public java.util.Map<java.lang.String,java.lang.String> otherConfig
public java.lang.Boolean currentlyAttached
public java.lang.String toString()
toString in class java.lang.Objectpublic java.util.Map<java.lang.String,java.lang.Object> toMap()
toMap in interface Types.Record