mirror of https://github.com/apache/cloudstack.git
NetworkService: Add method to interface to get network by uuid
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
This commit is contained in:
parent
35544f26e5
commit
a35db97355
|
|
@ -60,6 +60,8 @@ public interface NetworkService {
|
|||
|
||||
Network getNetwork(long networkId);
|
||||
|
||||
Network getNetwork(String networkUuid);
|
||||
|
||||
IpAddress getIp(long id);
|
||||
|
||||
NetworkProfile convertNetworkToNetworkProfile(long networkId);
|
||||
|
|
|
|||
Loading…
Reference in New Issue