DaanHoogland commented on a change in pull request #3562: New API endpoint:
UpdateVlanIpRange
URL: https://github.com/apache/cloudstack/pull/3562#discussion_r329308255
##########
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
+ * @param gateway
+ * @param startIP
+ * @param endIP
+ * @param netmask
+ * @throws com.cloud.exception.ConcurrentOperationException
Review comment:
please add comment for reason..?
----------------------------------------------------------------
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