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 VMApplianceVMAppliance.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 VMApplianceVMAppliance.getByUuid(Connection c, String uuid) Get a reference to the VM_appliance instance with the specified UUID.static VMApplianceTypes.toVMAppliance(Task task, Connection connection) Attempt to convert theTask's result to aVMApplianceobject.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.Methods in com.xensource.xenapi with parameters of type VMApplianceModifier and TypeMethodDescriptionvoidVM.setAppliance(Connection c, VMAppliance value) Assign this VM to an appliance.VM.setApplianceAsync(Connection c, VMAppliance value) Assign this VM to an appliance.