We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35544f2 commit a35db97Copy full SHA for a35db97
1 file changed
api/src/com/cloud/network/NetworkService.java
@@ -60,6 +60,8 @@ boolean restartNetwork(RestartNetworkCmd cmd, boolean cleanup) throws Concurrent
60
61
Network getNetwork(long networkId);
62
63
+ Network getNetwork(String networkUuid);
64
+
65
IpAddress getIp(long id);
66
67
NetworkProfile convertNetworkToNetworkProfile(long networkId);
0 commit comments