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.PUSBsList of physical USBs in the host First published in XenServer 7.3.USBGroup.Record.PUSBsList of PUSBs in the groupMethods in com.xensource.xenapi that return PUSBModifier and TypeMethodDescriptionstatic PUSBPUSB.getByUuid(Connection c, String uuid) Get a reference to the PUSB instance with the specified UUID.static PUSBTypes.toPUSB(Task task, Connection connection) static PUSBDeprecated.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 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) Deprecated.this method will not be publicly exposed in future releases of this package.Types.toSetOfPUSB(Object object) Deprecated.this method will not be publicly exposed in future releases of this package.