harikrishna-patnala commented on code in PR #9752:
URL: https://github.com/apache/cloudstack/pull/9752#discussion_r2184491708


##########
api/src/main/java/com/cloud/network/NetworkService.java:
##########
@@ -270,4 +270,6 @@ Network createPrivateNetwork(String networkName, String 
displayText, long physic
     List<InternalLoadBalancerElementService> getInternalLoadBalancerElements();
 
     boolean handleCksIsoOnNetworkVirtualRouter(Long virtualRouterId, boolean 
mount) throws ResourceUnavailableException;
+
+    String getNsxSegmentId(long domainId, long accountId, long zoneId, Long 
vpcId, long networkId);

Review Comment:
   Its related to the PR only but specific to Nsx. yes, if we can move it to 
NetworkService, it will be good. thanks @shwstppr 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to