Uses of Class
com.xensource.xenapi.USBGroup
-
Uses of USBGroup in com.xensource.xenapi
Fields in com.xensource.xenapi declared as USBGroupModifier and TypeFieldDescriptionPUSB.Record.USBGroup
USB group the PUSB is contained inVUSB.Record.USBGroup
USB group used by the VUSBMethods in com.xensource.xenapi that return USBGroupModifier and TypeMethodDescriptionstatic USBGroup
USBGroup.create
(Connection c, String nameLabel, String nameDescription, Map<String, String> otherConfig) Minimum allowed role: pool-admin First published in XenServer 7.3.static USBGroup
USBGroup.getByUuid
(Connection c, String uuid) Get a reference to the USB_group instance with the specified UUID.PUSB.getUSBGroup
(Connection c) Get the USB_group field of the given PUSB.VUSB.getUSBGroup
(Connection c) Get the USB_group field of the given VUSB.static USBGroup
Types.toUSBGroup
(Task task, Connection connection) static USBGroup
Types.toUSBGroup
(Object object) Methods in com.xensource.xenapi that return types with arguments of type USBGroupModifier and TypeMethodDescriptionUSBGroup.getAll
(Connection c) Return a list of all the USB_groups known to the system.static Map<USBGroup,
USBGroup.Record> USBGroup.getAllRecords
(Connection c) Return a map of USB_group references to USB_group records for all USB_groups known to the system.USBGroup.getByNameLabel
(Connection c, String label) Get all the USB_group instances with the given label.static Map<USBGroup,
USBGroup.Record> Types.toMapOfUSBGroupUSBGroupRecord
(Object object) Types.toSetOfUSBGroup
(Object object) Methods in com.xensource.xenapi with parameters of type USBGroupModifier and TypeMethodDescriptionstatic VUSB
Create a new VUSB record in the database only Minimum allowed role: pool-admin First published in XenServer 7.3.static Task
VUSB.createAsync
(Connection c, VM VM, USBGroup USBGroup, Map<String, String> otherConfig) Create a new VUSB record in the database only Minimum allowed role: pool-admin First published in XenServer 7.3.