Uses of Class
com.xensource.xenapi.VDI.Record
-
Uses of VDI.Record in com.xensource.xenapi
Methods in com.xensource.xenapi that return VDI.RecordModifier and TypeMethodDescriptionVDI.getRecord(Connection c) Get a record containing the current state of the given VDI.Methods in com.xensource.xenapi that return types with arguments of type VDI.RecordModifier and TypeMethodDescriptionstatic Map<VDI,VDI.Record> VDI.getAllRecords(Connection c) Return a map of VDI references to VDI records for all VDIs known to the system.Methods in com.xensource.xenapi with parameters of type VDI.RecordModifier and TypeMethodDescriptionstatic VDIVDI.create(Connection c, VDI.Record record) Create a new VDI instance, and return its handle.static TaskVDI.createAsync(Connection c, VDI.Record record) Create a new VDI instance, and return its handle.