Uses of Class
com.xensource.xenapi.VMAppliance
-
Uses of VMAppliance in com.xensource.xenapi
Fields in com.xensource.xenapi declared as VMApplianceMethods in com.xensource.xenapi that return VMApplianceModifier and TypeMethodDescriptionstatic VMAppliance
VMAppliance.create
(Connection c, VMAppliance.Record record) Create a new VM_appliance instance, and return its handle.VM.getAppliance
(Connection c) Get the appliance field of the given VM.static VMAppliance
VMAppliance.getByUuid
(Connection c, String uuid) Get a reference to the VM_appliance instance with the specified UUID.static VMAppliance
Types.toVMAppliance
(Task task, Connection connection) Attempt to convert theTask
's result to aVMAppliance
object.static VMAppliance
Types.toVMAppliance
(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 VMApplianceModifier and TypeMethodDescriptionstatic Set<VMAppliance>
VMAppliance.getAll
(Connection c) Return a list of all the VM_appliances known to the system.static 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 Set<VMAppliance>
VMAppliance.getByNameLabel
(Connection c, String label) Get all the VM_appliance instances with the given label.static Map<VMAppliance,
VMAppliance.Record> Types.toMapOfVMApplianceVMApplianceRecord
(Object object) Deprecated.this method will not be publicly exposed in future releases of this package.static Set<VMAppliance>
Types.toSetOfVMAppliance
(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 VMApplianceModifier and TypeMethodDescriptionvoid
VM.setAppliance
(Connection c, VMAppliance value) Assign this VM to an appliance.VM.setApplianceAsync
(Connection c, VMAppliance value) Assign this VM to an appliance.