public interface VmNetworkInterfaceDAO extends GenericDao<VmNetworkInterface,Guid>
VmNetworkInterfaceDAO defines a type for performing CRUD operations on instances of
VmNetworkInterface.| Modifier and Type | Method and Description |
|---|---|
List<VmNetworkInterface> |
getAllForTemplate(Guid id)
Retrieves all interfaces for the given template id.
|
List<VmNetworkInterface> |
getAllForVm(Guid id)
Retrieves all interfaces for the given VM id.
|
remove, save, updateList<VmNetworkInterface> getAllForVm(Guid id)
id - the Vm idList<VmNetworkInterface> getAllForTemplate(Guid id)
id - the template idCopyright © 2012. All Rights Reserved.