mirror of https://github.com/apache/cloudstack.git
fix createVMSchedule action name (#9226)
Co-authored-by: Ahmed Awlaqi <ahmed.awlaqi@sue.nl>
This commit is contained in:
parent
c9a95bc22c
commit
66f7f76263
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue