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.static VMGroup.Record
Types.toVMGroupRecord
(Object object) 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 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.static Map<VMGroup,
VMGroup.Record> Types.toMapOfVMGroupVMGroupRecord
(Object object) Deprecated.this method will not be publicly exposed in future releases of this package.Methods in com.xensource.xenapi with parameters of type VMGroup.RecordModifier and TypeMethodDescriptionstatic VMGroup
VMGroup.create
(Connection c, VMGroup.Record record) Create a new VM_group instance, and return its handle.static Task
VMGroup.createAsync
(Connection c, VMGroup.Record record) Create a new VM_group instance, and return its handle.