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.PBDsphysical blockdevicesSR.Record.PBDsdescribes how particular hosts can see this storage repositoryMethods in com.xensource.xenapi that return PBDModifier and TypeMethodDescriptionstatic PBDPBD.create(Connection c, PBD.Record record) Create a new PBD instance, and return its handle.static PBDPBD.getByUuid(Connection c, String uuid) Get a reference to the PBD instance with the specified UUID.static PBDTypes.toPBD(Task task, Connection connection) static PBDDeprecated.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 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) Deprecated.this method will not be publicly exposed in future releases of this package.Types.toSetOfPBD(Object object) Deprecated.this method will not be publicly exposed in future releases of this package.