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


##########
api/src/main/java/org/apache/cloudstack/api/command/admin/config/UpdateHypervisorCapabilitiesCmd.java:
##########
@@ -45,6 +45,12 @@ public class UpdateHypervisorCapabilitiesCmd extends BaseCmd 
{
     @Parameter(name = ApiConstants.ID, type = CommandType.UUID, entityType = 
HypervisorCapabilitiesResponse.class, description = "ID of the hypervisor 
capability")
     private Long id;
 
+    @Parameter(name = ApiConstants.HYPERVISOR, type = CommandType.STRING, 
description = "the hypervisor for which the hypervisor capabilities are to be 
updated", since = "4.19.1")
+    private String hypervisor;
+
+    @Parameter(name = ApiConstants.HYPERVISOR_VERSION, type = 
CommandType.STRING, description = "the hypervisor version of the hypervisor 
capability", since = "4.19.1")

Review Comment:
   ```suggestion
       @Parameter(name = ApiConstants.HYPERVISOR_VERSION, type = 
CommandType.STRING, description = "the hypervisor version for which the 
hypervisor capabilities are to be updated", since = "4.19.1")
   ```



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