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