mirror of https://github.com/apache/cloudstack.git
Merge branch '4.20' into 4.20-fiberchannel-patches
This commit is contained in:
commit
ce3e5318bc
|
|
@ -26,7 +26,6 @@ import org.apache.cloudstack.api.ApiErrorCode;
|
|||
import org.apache.cloudstack.api.BaseCmd;
|
||||
import org.apache.cloudstack.api.Parameter;
|
||||
import org.apache.cloudstack.api.ServerApiException;
|
||||
import org.apache.cloudstack.api.response.BackupResponse;
|
||||
import org.apache.cloudstack.api.response.BackupScheduleResponse;
|
||||
import org.apache.cloudstack.api.response.UserVmResponse;
|
||||
import org.apache.cloudstack.backup.BackupManager;
|
||||
|
|
@ -38,7 +37,7 @@ import com.cloud.utils.exception.CloudRuntimeException;
|
|||
|
||||
@APICommand(name = "createBackupSchedule",
|
||||
description = "Creates a User-defined Instance backup schedule",
|
||||
responseObject = BackupResponse.class, since = "4.14.0",
|
||||
responseObject = BackupScheduleResponse.class, since = "4.14.0",
|
||||
authorized = {RoleType.Admin, RoleType.ResourceAdmin, RoleType.DomainAdmin, RoleType.User})
|
||||
public class CreateBackupScheduleCmd extends BaseCmd {
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue