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


##########
api/src/main/java/org/apache/cloudstack/api/response/Site2SiteVpnGatewayResponse.java:
##########
@@ -31,51 +31,51 @@
 @SuppressWarnings("unused")
 public class Site2SiteVpnGatewayResponse extends BaseResponse implements 
ControlledEntityResponse {
     @SerializedName(ApiConstants.ID)
-    @Param(description = "the vpn gateway ID")
+    @Param(description = "The VPN gateway ID")
     private String id;
 
     @SerializedName(ApiConstants.PUBLIC_IP)
-    @Param(description = "the public IP address")
+    @Param(description = "The public IP address")
     private String ip;
 
     @SerializedName(ApiConstants.VPC_ID)
-    @Param(description = "the vpc id of this gateway")
+    @Param(description = "The VPC id of this gateway")
     private String vpcId;
 
     @SerializedName(ApiConstants.VPC_NAME)
-    @Param(description = "the vpc name of this gateway", since = "4.13.2")
+    @Param(description = "The VPC name of this gateway", since = "4.13.2")
     private String vpcName;
 
     @SerializedName(ApiConstants.ACCOUNT)
-    @Param(description = "the owner")
+    @Param(description = "The owner")
     private String accountName;
 
     @SerializedName(ApiConstants.PROJECT_ID)
-    @Param(description = "the project id")
+    @Param(description = "The project id")

Review Comment:
   'ID'



##########
api/src/main/java/org/apache/cloudstack/api/response/Site2SiteVpnGatewayResponse.java:
##########
@@ -31,51 +31,51 @@
 @SuppressWarnings("unused")
 public class Site2SiteVpnGatewayResponse extends BaseResponse implements 
ControlledEntityResponse {
     @SerializedName(ApiConstants.ID)
-    @Param(description = "the vpn gateway ID")
+    @Param(description = "The VPN gateway ID")
     private String id;
 
     @SerializedName(ApiConstants.PUBLIC_IP)
-    @Param(description = "the public IP address")
+    @Param(description = "The public IP address")
     private String ip;
 
     @SerializedName(ApiConstants.VPC_ID)
-    @Param(description = "the vpc id of this gateway")
+    @Param(description = "The VPC id of this gateway")
     private String vpcId;
 
     @SerializedName(ApiConstants.VPC_NAME)
-    @Param(description = "the vpc name of this gateway", since = "4.13.2")
+    @Param(description = "The VPC name of this gateway", since = "4.13.2")
     private String vpcName;
 
     @SerializedName(ApiConstants.ACCOUNT)
-    @Param(description = "the owner")
+    @Param(description = "The owner")
     private String accountName;
 
     @SerializedName(ApiConstants.PROJECT_ID)
-    @Param(description = "the project id")
+    @Param(description = "The project id")
     private String projectId;
 
     @SerializedName(ApiConstants.PROJECT)
-    @Param(description = "the project name")
+    @Param(description = "The project name")
     private String projectName;
 
     @SerializedName(ApiConstants.DOMAIN_ID)
-    @Param(description = "the domain id of the owner")
+    @Param(description = "The domain id of the owner")

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: commits-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to