Uses of Class
com.xensource.xenapi.VMGroup
-
Uses of VMGroup in com.xensource.xenapi
Fields in com.xensource.xenapi with type parameters of type VMGroupMethods in com.xensource.xenapi that return VMGroupModifier and TypeMethodDescriptionstatic VMGroupVMGroup.create(Connection c, VMGroup.Record record) Create a new VM_group instance, and return its handle.static VMGroupVMGroup.getByUuid(Connection c, String uuid) Get a reference to the VM_group instance with the specified UUID.static VMGroupTypes.toVMGroup(Task task, Connection connection) Methods in com.xensource.xenapi that return types with arguments of type VMGroupModifier and TypeMethodDescriptionVMGroup.getAll(Connection c) Return a list of all the VM_groups known to the system.static Map<VMGroup,VMGroup.Record> VMGroup.getAllRecords(Connection c) Return a map of VM_group references to VM_group records for all VM_groups known to the system.VMGroup.getByNameLabel(Connection c, String label) Get all the VM_group instances with the given label.VM.getGroups(Connection c) Get the groups field of the given VM.Method parameters in com.xensource.xenapi with type arguments of type VMGroupModifier and TypeMethodDescriptionvoidVM.setGroups(Connection c, Set<VMGroup> value) Associate this VM with VM groups.VM.setGroupsAsync(Connection c, Set<VMGroup> value) Associate this VM with VM groups.