DaanHoogland commented on code in PR #7289:
URL: https://github.com/apache/cloudstack/pull/7289#discussion_r1133800770
##########
api/src/main/java/org/apache/cloudstack/api/ApiConstants.java:
##########
@@ -1028,7 +1028,7 @@ public class ApiConstants {
public static final String VM_SCHEDULE_ID = "vmscheduleid";
public static final String VM_SCHEDULE_IDS = "vmscheduleids";
-
+ public static final String VM_SCHEDULE_STATE = "state";
Review Comment:
does state not yet exist as generic constant? it would be beating the
purpose to create two constants with the same value.
--
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]