Uses of Class
com.xensource.xenapi.PBD
-
Uses of PBD in com.xensource.xenapi
Fields in com.xensource.xenapi with type parameters of type PBDModifier and TypeFieldDescriptionHost.Record.PBDs
physical blockdevicesSR.Record.PBDs
describes how particular hosts can see this storage repositoryMethods in com.xensource.xenapi that return PBDModifier and TypeMethodDescriptionstatic PBD
PBD.create
(Connection c, PBD.Record record) Create a new PBD instance, and return its handle.static PBD
PBD.getByUuid
(Connection c, String uuid) Get a reference to the PBD instance with the specified UUID.static PBD
Types.toPBD
(Task task, Connection connection) static PBD
Methods in com.xensource.xenapi that return types with arguments of type PBDModifier and TypeMethodDescriptionPBD.getAll
(Connection c) Return a list of all the PBDs known to the system.static Map<PBD,
PBD.Record> PBD.getAllRecords
(Connection c) Return a map of PBD references to PBD records for all PBDs known to the system.Host.getPBDs
(Connection c) Get the PBDs field of the given host.SR.getPBDs
(Connection c) Get the PBDs field of the given SR.static Map<PBD,
PBD.Record> Types.toMapOfPBDPBDRecord
(Object object) Types.toSetOfPBD
(Object object)