rajujith commented on code in PR #7857:
URL: https://github.com/apache/cloudstack/pull/7857#discussion_r2332669677


##########
plugins/hypervisors/ucs/src/main/java/org/apache/cloudstack/api/response/UcsBladeResponse.java:
##########
@@ -28,19 +28,19 @@
 @EntityReference(value = UcsBladeVO.class)
 public class UcsBladeResponse extends BaseResponse {
     @SerializedName(ApiConstants.ID)
-    @Param(description = "ucs blade id")
+    @Param(description = "Ucs blade id")
     private String id;
     @SerializedName(ApiConstants.UCS_MANAGER_ID)
-    @Param(description = "ucs manager id")
+    @Param(description = "Ucs manager id")
     private String ucsManagerId;
     @SerializedName(ApiConstants.HOST_ID)
-    @Param(description = "cloudstack host id this blade associates to")
+    @Param(description = "Cloudstack host id this blade associates to")

Review Comment:
   'ID'



##########
plugins/hypervisors/ucs/src/main/java/org/apache/cloudstack/api/response/UcsBladeResponse.java:
##########
@@ -28,19 +28,19 @@
 @EntityReference(value = UcsBladeVO.class)
 public class UcsBladeResponse extends BaseResponse {
     @SerializedName(ApiConstants.ID)
-    @Param(description = "ucs blade id")
+    @Param(description = "Ucs blade id")
     private String id;
     @SerializedName(ApiConstants.UCS_MANAGER_ID)
-    @Param(description = "ucs manager id")
+    @Param(description = "Ucs manager id")
     private String ucsManagerId;
     @SerializedName(ApiConstants.HOST_ID)
-    @Param(description = "cloudstack host id this blade associates to")
+    @Param(description = "Cloudstack host id this blade associates to")
     private String hostId;
     @SerializedName(ApiConstants.UCS_BLADE_DN)
-    @Param(description = "ucs blade dn")
+    @Param(description = "Ucs blade dn")

Review Comment:
   'UCS' 



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