vishesh92 commented on code in PR #7397:
URL: https://github.com/apache/cloudstack/pull/7397#discussion_r1203496293
##########
api/src/main/java/com/cloud/event/EventTypes.java:
##########
@@ -111,6 +112,17 @@ public class EventTypes {
public static final String EVENT_VM_UNMANAGE = "VM.UNMANAGE";
public static final String EVENT_VM_RECOVER = "VM.RECOVER";
+ // VM Schedule
+ public static final String EVENT_VM_SCHEDULE_CREATE = "VM.SCHEDULE.CREATE";
+ public static final String EVENT_VM_SCHEDULE_UPDATE = "VM.SCHEDULE.UPDATE";
+ public static final String EVENT_VM_SCHEDULE_DELETE = "VM.SCHEDULE.DELETE";
+
+ public static final String EVENT_VM_SCHEDULE_START = "VM.SCHEDULE.START";
Review Comment:
this is how it looks. It's to show that an action has been scheduled.

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