Uses of Class
com.xensource.xenapi.VM.Record
-
Uses of VM.Record in com.xensource.xenapi
Methods in com.xensource.xenapi that return VM.RecordModifier and TypeMethodDescriptionVM.getBootRecord
(Connection c) Deprecated.since XenServer 7.3VM.getRecord
(Connection c) Get a record containing the current state of the given VM.static VM.Record
Types.toVMRecord
(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 VM.RecordModifier and TypeMethodDescriptionVM.getAllRecords
(Connection c) Return a map of VM references to VM records for all VMs known to the system.Types.toMapOfVMVMRecord
(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 VM.RecordModifier and TypeMethodDescriptionstatic VM
VM.create
(Connection c, VM.Record record) NOT RECOMMENDED! VM.clone or VM.copy (or VM.import) is a better choice in almost all situations.static Task
VM.createAsync
(Connection c, VM.Record record) NOT RECOMMENDED! VM.clone or VM.copy (or VM.import) is a better choice in almost all situations.