abh1sar commented on code in PR #10140:
URL: https://github.com/apache/cloudstack/pull/10140#discussion_r2036813586


##########
api/src/main/java/org/apache/cloudstack/api/command/user/vm/DeployVMCmd.java:
##########
@@ -147,6 +148,13 @@ public class DeployVMCmd extends 
BaseAsyncCreateCustomIdCmd implements SecurityG
             since = "4.4")
     private Long rootdisksize;
 
+    @Parameter(name = ApiConstants.DATADISKS_DETAILS,
+            type = CommandType.MAP,
+            since = "4.21.0",
+            description = "Disk offering details for creating multiple data 
volumes. Mutually exclusibe with diskOfferingId." +
+                    " Example: 
datadisksdetails[0].diskofferingid=1&datadisksdetails[0].size=10&datadisksdetails[0].miniops=100&datadisksdetails[0].maxiops=200")

Review Comment:
   yes, its uuid. will make the change.



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