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.static VDI.Record
Types.toVDIRecord
(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 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.static Map<VDI,
VDI.Record> Types.toMapOfVDIVDIRecord
(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 VDI.RecordModifier and TypeMethodDescriptionstatic VDI
VDI.create
(Connection c, VDI.Record record) Create a new VDI instance, and return its handle.static Task
VDI.createAsync
(Connection c, VDI.Record record) Create a new VDI instance, and return its handle.