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


##########
api/src/main/java/org/apache/cloudstack/api/response/UserVmResponse.java:
##########
@@ -43,99 +43,99 @@
 @EntityReference(value = {VirtualMachine.class, UserVm.class, 
VirtualRouter.class})
 public class UserVmResponse extends BaseResponseWithTagInformation implements 
ControlledEntityResponse, SetResourceIconResponse {
     @SerializedName(ApiConstants.ID)
-    @Param(description = "the ID of the virtual machine")
+    @Param(description = "The ID of the Instance")
     private String id;
 
     @SerializedName(ApiConstants.NAME)
-    @Param(description = "the name of the virtual machine")
+    @Param(description = "The name of the Instance")
     private String name;
 
     @SerializedName("displayname")
-    @Param(description = "user generated name. The name of the virtual machine 
is returned if no displayname exists.")
+    @Param(description = "User generated name. The name of the Instance is 
returned if no displayname exists.")
     private String displayName;
 
     @SerializedName(ApiConstants.ACCOUNT)
-    @Param(description = "the account associated with the virtual machine")
+    @Param(description = "The Account associated with the Instance")
     private String accountName;
 
     @SerializedName(ApiConstants.USER_ID)
-    @Param(description = "the user's ID who deployed the virtual machine")
+    @Param(description = "The user's ID who deployed the Instance")
     private String userId;
 
     @SerializedName(ApiConstants.USERNAME)
-    @Param(description = "the user's name who deployed the virtual machine")
+    @Param(description = "The user's name who deployed the Instance")
     private String userName;
 
     @SerializedName(ApiConstants.PROJECT_ID)
-    @Param(description = "the project id of the vm")
+    @Param(description = "The project id of the Instance")

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