public interface VmStaticDAO extends GenericDao<VmStatic,Guid>
Modifier and Type | Method and Description |
---|---|
List<VmStatic> |
getAllByGroupAndNetworkName(Guid group,
String name)
Retrieves all static VMs for the specified group and name.
|
List<VmStatic> |
getAllByName(String name)
Gets all static VMs by name.
|
List<VmStatic> |
getAllByStoragePoolId(Guid spId)
Gets all static VMs by Storage Pool Id.
|
List<VmStatic> |
getAllByVdsGroup(Guid vdsGroup)
Retrieves all static VMs for the specified VDS group.
|
List<String> |
getAllNamesPinnedToHost(Guid host)
Get the names of VMs pinned to the specified host.
|
List<VmStatic> |
getAllWithFailbackByVds(Guid vds)
Not really sure what this method's doing.
|
remove, save, update
List<VmStatic> getAllByName(String name)
name
- the vm nameList<VmStatic> getAllByStoragePoolId(Guid spId)
spId
- storage pool idList<VmStatic> getAllByVdsGroup(Guid vdsGroup)
vdsGroup
- the VDS groupList<VmStatic> getAllWithFailbackByVds(Guid vds)
vds
- the VDS idList<VmStatic> getAllByGroupAndNetworkName(Guid group, String name)
group
- the groupname
- the nameCopyright © 2012. All Rights Reserved.