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 VMGroup
VMGroup.create
(Connection c, VMGroup.Record record) Create a new VM_group instance, and return its handle.static VMGroup
VMGroup.getByUuid
(Connection c, String uuid) Get a reference to the VM_group instance with the specified UUID.static VMGroup
Types.toVMGroup
(Task task, Connection connection) static VMGroup
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 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.static Map<VMGroup,
VMGroup.Record> Types.toMapOfVMGroupVMGroupRecord
(Object object) Deprecated.this method will not be publicly exposed in future releases of this package.Types.toSetOfVMGroup
(Object object) Deprecated.this method will not be publicly exposed in future releases of this package.Method parameters in com.xensource.xenapi with type arguments of type VMGroupModifier and TypeMethodDescriptionvoid
VM.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.