You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by mc...@apache.org on 2013/01/16 00:55:11 UTC

[9/43] git commit: NetworkService: Add method to interface to get network by uuid

NetworkService: Add method to interface to get network by uuid

Signed-off-by: Rohit Yadav <bh...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/a35db973
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/a35db973
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/a35db973

Branch: refs/heads/api_limit
Commit: a35db97355470a30e2ea0979560a74afef26291e
Parents: 35544f2
Author: Rohit Yadav <bh...@apache.org>
Authored: Fri Jan 11 15:29:51 2013 -0800
Committer: Rohit Yadav <bh...@apache.org>
Committed: Fri Jan 11 18:44:20 2013 -0800

----------------------------------------------------------------------
 api/src/com/cloud/network/NetworkService.java |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/a35db973/api/src/com/cloud/network/NetworkService.java
----------------------------------------------------------------------
diff --git a/api/src/com/cloud/network/NetworkService.java b/api/src/com/cloud/network/NetworkService.java
index d5841a4..39a746e 100755
--- a/api/src/com/cloud/network/NetworkService.java
+++ b/api/src/com/cloud/network/NetworkService.java
@@ -60,6 +60,8 @@ public interface NetworkService {
 
     Network getNetwork(long networkId);
 
+    Network getNetwork(String networkUuid);
+
     IpAddress getIp(long id);
 
     NetworkProfile convertNetworkToNetworkProfile(long networkId);