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


##########
api/src/main/java/org/apache/cloudstack/api/response/Site2SiteVpnConnectionResponse.java:
##########
@@ -83,65 +83,65 @@ public class Site2SiteVpnConnectionResponse extends 
BaseResponse implements Cont
     private Long espLifetime;
 
     @SerializedName(ApiConstants.DPD)
-    @Param(description = "if DPD is enabled for customer gateway")
+    @Param(description = "If DPD is enabled for customer gateway")
     //from CustomerGateway
     private Boolean dpd;
 
     @SerializedName(ApiConstants.FORCE_ENCAP)
-    @Param(description = "if Force NAT Encapsulation is enabled for customer 
gateway")
+    @Param(description = "If Force NAT Encapsulation is enabled for customer 
gateway")
     //from CustomerGateway
     private Boolean encap;
 
     @SerializedName(ApiConstants.STATE)
-    @Param(description = "State of vpn connection")
+    @Param(description = "State of VPN connection")
     private String state;
 
     @SerializedName(ApiConstants.PASSIVE)
-    @Param(description = "State of vpn connection")
+    @Param(description = "State of VPN connection")
     private boolean passive;
 
     @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