shwstppr commented on code in PR #7289:
URL: https://github.com/apache/cloudstack/pull/7289#discussion_r1151616801
##########
api/src/main/java/org/apache/cloudstack/api/ApiConstants.java:
##########
@@ -1020,6 +1020,16 @@ public class ApiConstants {
public static final String PRIVATE_MTU = "privatemtu";
public static final String MTU = "mtu";
public static final String LIST_APIS = "listApis";
+ public static final String VM_SCHEDULE_DESCRIPTION = "description";
Review Comment:
@rahulbcn27 as others mentioned you can use existing constants instead of
defining new ones
--
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]