public interface VmDynamicDAO extends GenericDao<VmDynamic,Guid>, StatusAwareDao<Guid,VMStatus>, MassOperationsDao<VmDynamic>
| Modifier and Type | Method and Description |
|---|---|
VmDynamic |
get(Guid id)
Returns the dynamic VM with the specified id.
|
List<VmDynamic> |
getAllRunningForVds(Guid vds)
Retrieves all running dynamic VMs for the given VDS instance.
|
void |
remove(Guid vm)
Removes the specified dynamic vm.
|
void |
save(VmDynamic vm)
Saves the specified dynamic vm.
|
void |
update(VmDynamic vm)
Updates the specified dynamic vm.
|
updateStatusupdateAllList<VmDynamic> getAllRunningForVds(Guid vds)
vds - the VDS idvoid update(VmDynamic vm)
update in interface ModificationDao<VmDynamic,Guid>vm - the vmvoid remove(Guid vm)
remove in interface ModificationDao<VmDynamic,Guid>vmDynamic - the vmvoid save(VmDynamic vm)
save in interface ModificationDao<VmDynamic,Guid>vm - the vmCopyright © 2012. All Rights Reserved.