Uses of Class
com.xensource.xenapi.PUSB
-
Uses of PUSB in com.xensource.xenapi
Fields in com.xensource.xenapi with type parameters of type PUSBModifier and TypeFieldDescriptionHost.Record.PUSBs
List of physical USBs in the host First published in XenServer 7.3.USBGroup.Record.PUSBs
List of PUSBs in the groupMethods in com.xensource.xenapi that return PUSBModifier and TypeMethodDescriptionstatic PUSB
PUSB.getByUuid
(Connection c, String uuid) Get a reference to the PUSB instance with the specified UUID.static PUSB
Types.toPUSB
(Task task, Connection connection) static PUSB
Methods in com.xensource.xenapi that return types with arguments of type PUSBModifier and TypeMethodDescriptionPUSB.getAll
(Connection c) Return a list of all the PUSBs known to the system.static Map<PUSB,
PUSB.Record> PUSB.getAllRecords
(Connection c) Return a map of PUSB references to PUSB records for all PUSBs known to the system.Host.getPUSBs
(Connection c) Get the PUSBs field of the given host.USBGroup.getPUSBs
(Connection c) Get the PUSBs field of the given USB_group.static Map<PUSB,
PUSB.Record> Types.toMapOfPUSBPUSBRecord
(Object object) Types.toSetOfPUSB
(Object object)