DaanHoogland commented on a change in pull request #3562: New API endpoint: 
UpdateVlanIpRange
URL: https://github.com/apache/cloudstack/pull/3562#discussion_r329308214
 
 

 ##########
 File path: api/src/main/java/com/cloud/configuration/ConfigurationService.java
 ##########
 @@ -269,8 +270,25 @@
      * @throws
      * @return The new Vlan object
      */
-    Vlan createVlanAndPublicIpRange(CreateVlanIpRangeCmd cmd) throws 
InsufficientCapacityException, ConcurrentOperationException, 
ResourceUnavailableException,
-        ResourceAllocationException;
+    Vlan createVlanAndPublicIpRange(CreateVlanIpRangeCmd cmd) throws 
InsufficientCapacityException,
+            ConcurrentOperationException, ResourceUnavailableException, 
ResourceAllocationException;
+
+    /**
+     * Updates the IP address Range for the VLAN on the database, a
+     *
+     * @param cmd
+     * @param vlanId
 
 Review comment:
   this javadoc is not actual. only @param cmd is present.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to