public interface VdsStaticDAO extends GenericDao<VdsStatic,Guid>
VdsStaticDAO defines a type that performs CRUD operations on instances of VDS.| Modifier and Type | Method and Description |
|---|---|
VdsStatic |
get(String name)
Finds the instance with the specified name.
|
List<VdsStatic> |
getAllForHost(String host)
Retrieves all instances for the given host.
|
List<VdsStatic> |
getAllForVdsGroup(Guid vdsGroup)
Retrieves all instances associated with the specified VDS group.
|
List<VdsStatic> |
getAllWithIpAddress(String address)
Finds all instances with the given ip address.
|
remove, save, updateVdsStatic get(String name)
name - the nameList<VdsStatic> getAllForHost(String host)
host - the hostList<VdsStatic> getAllWithIpAddress(String address)
address - the ip addressCopyright © 2012. All Rights Reserved.