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.USBGroupUSB group the PUSB is contained inVUSB.Record.USBGroupUSB group used by the VUSBMethods in com.xensource.xenapi that return USBGroupModifier and TypeMethodDescriptionstatic USBGroupUSBGroup.create(Connection c, String nameLabel, String nameDescription, Map<String, String> otherConfig) Minimum allowed role: pool-admin First published in XenServer 7.3.static USBGroupUSBGroup.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 USBGroupTypes.toUSBGroup(Task task, Connection connection) static USBGroupTypes.toUSBGroup(Object object) Deprecated.this method will not be publicly exposed in future releases of this package.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) Deprecated.this method will not be publicly exposed in future releases of this package.Types.toSetOfUSBGroup(Object object) Deprecated.this method will not be publicly exposed in future releases of this package.Methods in com.xensource.xenapi with parameters of type USBGroupModifier and TypeMethodDescriptionstatic VUSBCreate a new VUSB record in the database only Minimum allowed role: pool-admin First published in XenServer 7.3.static TaskVUSB.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.