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.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.Methods in com.xensource.xenapi with parameters of type VBD.RecordModifier and TypeMethodDescriptionstatic VBDVBD.create(Connection c, VBD.Record record) Create a new VBD instance, and return its handle.static TaskVBD.createAsync(Connection c, VBD.Record record) Create a new VBD instance, and return its handle.