Package com.xensource.xenapi
Class USBGroup.Record
java.lang.Object
com.xensource.xenapi.USBGroup.Record
- All Implemented Interfaces:
Types.Record
- Enclosing class:
- USBGroup
Represents all the fields in a USBGroup
-
Field Summary
FieldsModifier and TypeFieldDescriptiona notes field containing human-readable descriptiona human-readable nameAdditional configurationList of PUSBs in the groupUnique identifier/object referenceList of VUSBs using the group -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
uuid
Unique identifier/object reference -
nameLabel
a human-readable name -
nameDescription
a notes field containing human-readable description -
PUSBs
List of PUSBs in the group -
VUSBs
List of VUSBs using the group -
otherConfig
Additional configuration
-
-
Constructor Details
-
Record
public Record()
-
-
Method Details
-
toString
-
toMap
Convert a USB_group.Record to a Map- Specified by:
toMap
in interfaceTypes.Record
-