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


##########
api/src/main/java/org/apache/cloudstack/api/response/UserVmResponse.java:
##########
@@ -365,59 +365,59 @@ public class UserVmResponse extends 
BaseResponseWithTagInformation implements Co
     private String serviceState;
 
     @SerializedName(ApiConstants.OS_TYPE_ID)
-    @Param(description = "OS type id of the vm", since = "4.4")
+    @Param(description = "OS type id of the Instance", since = "4.4")
     private String osTypeId;
 
     @SerializedName(ApiConstants.OS_DISPLAY_NAME)
-    @Param(description = "OS name of the vm", since = "4.13.2")
+    @Param(description = "OS name of the Instance", since = "4.13.2")
     private String osDisplayName;
 
     @SerializedName(ApiConstants.BOOT_MODE)
-    @Param(description = "Guest vm Boot Mode")
+    @Param(description = "Guest Instance Boot Mode")
     private String bootMode;
 
     @SerializedName(ApiConstants.BOOT_TYPE)
-    @Param(description = "Guest vm Boot Type")
+    @Param(description = "Guest Instance Boot Type")
     private String bootType;
 
     @SerializedName(ApiConstants.POOL_TYPE)
-    @Param(description = "the pool type of the virtual machine", since = 
"4.16")
+    @Param(description = "The pool type of the Instance", since = "4.16")
     private String poolType;
 
     @SerializedName(ApiConstants.RECEIVED_BYTES)
-    @Param(description = "the total number of network traffic bytes received")
+    @Param(description = "The total number of Network traffic bytes received")
     private Long bytesReceived;
 
     @SerializedName(ApiConstants.SENT_BYTES)
-    @Param(description = "the total number of network traffic bytes sent")
+    @Param(description = "The total number of Network traffic bytes sent")
     private Long bytesSent;
 
     @SerializedName(ApiConstants.RESOURCE_ICON)
     @Param(description = "Base64 string representation of the resource icon", 
since = "4.16.0")
     ResourceIconResponse resourceIconResponse;
 
     @SerializedName(ApiConstants.AUTOSCALE_VMGROUP_ID)
-    @Param(description = "ID of AutoScale VM group", since = "4.18.0")
+    @Param(description = "ID of AutoScale Instance group", since = "4.18.0")
     String autoScaleVmGroupId;
 
     @SerializedName(ApiConstants.AUTOSCALE_VMGROUP_NAME)
-    @Param(description = "Name of AutoScale VM group", since = "4.18.0")
+    @Param(description = "Name of AutoScale Instance group", since = "4.18.0")
     String autoScaleVmGroupName;
 
     @SerializedName(ApiConstants.USER_DATA)
     @Param(description = "Base64 string containing the user data", since = 
"4.18.0.0")
     private String userData;
 
-    @SerializedName(ApiConstants.USER_DATA_ID) @Param(description="the id of 
userdata used for the VM", since = "4.18.0")
+    @SerializedName(ApiConstants.USER_DATA_ID) @Param(description = "The id of 
userdata used for the Instance", since = "4.18.0")

Review Comment:
   'ID'



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