vishesh92 commented on code in PR #11068:
URL: https://github.com/apache/cloudstack/pull/11068#discussion_r2232783203


##########
api/src/main/java/org/apache/cloudstack/api/command/user/template/CreateTemplateCmd.java:
##########
@@ -148,6 +149,11 @@ public class CreateTemplateCmd extends BaseAsyncCreateCmd 
implements UserCmd {
           since = "4.19.0")
     private String accountName;
 
+    @Parameter(name = ApiConstants.ARCH, type = CommandType.STRING,
+            description = "the CPU arch of the template. Valid options are: 
x86_64, aarch64",

Review Comment:
   ```suggestion
               description = "the CPU arch of the template. Valid options are: 
x86_64, aarch64. Defaults to x86_64",
   ```



-- 
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: commits-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to