We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ce1c98 commit 24fd440Copy full SHA for 24fd440
1 file changed
api/src/main/java/org/apache/cloudstack/api/command/user/vm/CreateVMFromBackupCmd.java
@@ -51,6 +51,7 @@ public class CreateVMFromBackupCmd extends BaseDeployVMCmd {
51
//////////////// API parameters /////////////////////
52
/////////////////////////////////////////////////////
53
54
+ @ACL
55
@Parameter(name = ApiConstants.BACKUP_ID,
56
type = CommandType.UUID,
57
entityType = BackupResponse.class,
0 commit comments