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) static VMAppliance
Types.toVMAppliance
(Object object) 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) static Set<VMAppliance>
Types.toSetOfVMAppliance
(Object object) 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.