sureshanaparti commented on code in PR #9619:
URL: https://github.com/apache/cloudstack/pull/9619#discussion_r1745336117


##########
api/src/main/java/org/apache/cloudstack/api/command/admin/cluster/AddClusterCmd.java:
##########
@@ -204,6 +210,10 @@ public ApiCommandResourceType getApiResourceType() {
         return ApiCommandResourceType.Cluster;
     }
 
+    public CPU.CPUArch getArch() {
+        return CPU.CPUArch.fromType(arch);

Review Comment:
   check if this is Ok for null arch (as it is optional)



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