rahulbcn27 commented on code in PR #7289:
URL: https://github.com/apache/cloudstack/pull/7289#discussion_r1134866888


##########
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:
   Fixed.



##########
api/src/main/java/com/cloud/event/EventTypes.java:
##########
@@ -87,6 +87,12 @@
 
 public class EventTypes {
 
+    public static final String EVENT_VMSCHEDULE_CREATE = "VM.SCHEDULE";

Review Comment:
   Fixed



-- 
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]

Reply via email to