NetworkService: Add method to interface to get network by uuid

Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
This commit is contained in:
Rohit Yadav 2013-01-11 15:29:51 -08:00
parent 35544f26e5
commit a35db97355
1 changed files with 2 additions and 0 deletions

View File

@ -60,6 +60,8 @@ public interface NetworkService {
Network getNetwork(long networkId);
Network getNetwork(String networkUuid);
IpAddress getIp(long id);
NetworkProfile convertNetworkToNetworkProfile(long networkId);