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


##########
api/src/main/java/org/apache/cloudstack/api/response/VpnUsersResponse.java:
##########
@@ -29,39 +29,39 @@
 @SuppressWarnings("unused")
 public class VpnUsersResponse extends BaseResponse implements 
ControlledEntityResponse {
     @SerializedName(ApiConstants.ID)
-    @Param(description = "the vpn userID")
+    @Param(description = "The VPN userID")
     private String id;
 
     @SerializedName(ApiConstants.USERNAME)
-    @Param(description = "the username of the vpn user")
+    @Param(description = "The username of the VPN user")
     private String userName;
 
     @SerializedName(ApiConstants.ACCOUNT)
-    @Param(description = "the account of the remote access vpn")
+    @Param(description = "The Account of the remote access VPN")
     private String accountName;
 
     @SerializedName(ApiConstants.DOMAIN_ID)
-    @Param(description = "the domain id of the account of the remote access 
vpn")
+    @Param(description = "The domain id of the Account of the remote access 
VPN")
     private String domainId;
 
     @SerializedName(ApiConstants.DOMAIN)
-    @Param(description = "the domain name of the account of the remote access 
vpn")
+    @Param(description = "The domain name of the Account of the remote access 
VPN")
     private String domainName;
 
     @SerializedName(ApiConstants.DOMAIN_PATH)
     @Param(description = "path of the domain to which the remote access vpn 
belongs", since = "4.19.2.0")
     private String domainPath;
 
     @SerializedName(ApiConstants.PROJECT_ID)
-    @Param(description = "the project id of the vpn")
+    @Param(description = "The project id of the VPN")

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