shwstppr commented on code in PR #12991:
URL: https://github.com/apache/cloudstack/pull/12991#discussion_r3193657016


##########
api/src/main/java/org/apache/cloudstack/api/command/user/vm/DeployVMCmd.java:
##########
@@ -64,6 +66,10 @@ public class DeployVMCmd extends BaseDeployVMCmd {
     @Parameter(name = ApiConstants.SNAPSHOT_ID, type = CommandType.UUID, 
entityType = SnapshotResponse.class, since = "4.21")
     private Long snapshotId;
 
+    @Parameter(name = "blank", type = CommandType.BOOLEAN, since = "4.23.0")
+    private Boolean blankInstance;

Review Comment:
   Moved to DeployVmByAdmin class



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

Reply via email to