Uses of Class
com.xensource.xenapi.VMGroup.Record
-
Uses of VMGroup.Record in com.xensource.xenapi
Methods in com.xensource.xenapi that return VMGroup.RecordModifier and TypeMethodDescriptionVMGroup.getRecord(Connection c) Get a record containing the current state of the given VM_group.Methods in com.xensource.xenapi that return types with arguments of type VMGroup.RecordModifier and TypeMethodDescriptionstatic 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.Methods in com.xensource.xenapi with parameters of type VMGroup.RecordModifier and TypeMethodDescriptionstatic VMGroupVMGroup.create(Connection c, VMGroup.Record record) Create a new VM_group instance, and return its handle.static TaskVMGroup.createAsync(Connection c, VMGroup.Record record) Create a new VM_group instance, and return its handle.