Skip to content

Commit a35db97

Browse files
committed
NetworkService: Add method to interface to get network by uuid
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
1 parent 35544f2 commit a35db97

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

api/src/com/cloud/network/NetworkService.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ boolean restartNetwork(RestartNetworkCmd cmd, boolean cleanup) throws Concurrent
6060

6161
Network getNetwork(long networkId);
6262

63+
Network getNetwork(String networkUuid);
64+
6365
IpAddress getIp(long id);
6466

6567
NetworkProfile convertNetworkToNetworkProfile(long networkId);

0 commit comments

Comments
 (0)