fix createVMSchedule action name (#9226)

Co-authored-by: Ahmed Awlaqi <ahmed.awlaqi@sue.nl>
This commit is contained in:
ahmedali6 2024-06-12 14:26:35 +02:00 committed by GitHub
parent c9a95bc22c
commit 66f7f76263
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ public class CreateVMScheduleCmd extends BaseCmd {
@Parameter(name = ApiConstants.ACTION,
type = CommandType.STRING,
required = true,
description = "Action to take on the VM (start/stop/restart/force_stop/force_reboot).")
description = "Action to take on the VM (start/stop/reboot/force_stop/force_reboot).")
private String action;
@Parameter(name = ApiConstants.START_DATE,