rajujith commented on code in PR #7857:
URL: https://github.com/apache/cloudstack/pull/7857#discussion_r2332313017
##########
api/src/main/java/org/apache/cloudstack/api/response/Site2SiteCustomerGatewayResponse.java:
##########
@@ -71,47 +71,47 @@ public class Site2SiteCustomerGatewayResponse extends
BaseResponseWithAnnotation
private Long espLifetime;
@SerializedName(ApiConstants.DPD)
- @Param(description = "if DPD is enabled for customer gateway")
+ @Param(description = "If DPD is enabled for customer gateway")
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")
private Boolean encap;
@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/Site2SiteCustomerGatewayResponse.java:
##########
@@ -71,47 +71,47 @@ public class Site2SiteCustomerGatewayResponse extends
BaseResponseWithAnnotation
private Long espLifetime;
@SerializedName(ApiConstants.DPD)
- @Param(description = "if DPD is enabled for customer gateway")
+ @Param(description = "If DPD is enabled for customer gateway")
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")
private Boolean encap;
@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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]