sgoeminn commented on a change in pull request #2259: CLOUDSTACK-10024: Network
migration support
URL: https://github.com/apache/cloudstack/pull/2259#discussion_r146492712
##########
File path: api/src/com/cloud/network/NetworkService.java
##########
@@ -82,6 +83,26 @@ IpAddress allocatePortableIP(Account ipOwner, int regionId,
Long zoneId, Long ne
Network updateGuestNetwork(long networkId, String name, String
displayText, Account callerAccount, User callerUser, String domainSuffix, Long
networkOfferingId,
Boolean changeCidr, String guestVmCidr, Boolean displayNetwork, String
newUUID, boolean updateInSequence, boolean forced);
+ /**
+ * Migrate a network from one physical network to another physical network
+ * @param networkId
+ * @param networkOfferingId
+ * @param callerAccount
+ * @param callerUser
+ * @return
Review comment:
Updated the documentation.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services