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