Uses of Class
com.xensource.xenapi.PBD.Record
-
Uses of PBD.Record in com.xensource.xenapi
Methods in com.xensource.xenapi that return PBD.RecordModifier and TypeMethodDescriptionPBD.getRecord
(Connection c) Get a record containing the current state of the given PBD.static PBD.Record
Types.toPBDRecord
(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 PBD.RecordModifier and TypeMethodDescriptionstatic Map<PBD,
PBD.Record> PBD.getAllRecords
(Connection c) Return a map of PBD references to PBD records for all PBDs known to the system.static Map<PBD,
PBD.Record> Types.toMapOfPBDPBDRecord
(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 PBD.RecordModifier and TypeMethodDescriptionstatic PBD
PBD.create
(Connection c, PBD.Record record) Create a new PBD instance, and return its handle.static Task
PBD.createAsync
(Connection c, PBD.Record record) Create a new PBD instance, and return its handle.