rajujith commented on code in PR #7857:
URL: https://github.com/apache/cloudstack/pull/7857#discussion_r2332110991
##########
api/src/main/java/org/apache/cloudstack/api/response/LBHealthCheckResponse.java:
##########
@@ -30,27 +30,27 @@
@EntityReference(value = HealthCheckPolicy.class)
public class LBHealthCheckResponse extends BaseResponse {
@SerializedName("lbruleid")
- @Param(description = "the LB rule ID")
+ @Param(description = "The LB rule ID")
private String lbRuleId;
@SerializedName("account")
- @Param(description = "the account of the HealthCheck policy")
+ @Param(description = "The Account of the HealthCheck policy")
private String accountName;
@SerializedName(ApiConstants.DOMAIN_ID)
- @Param(description = "the domain ID of the HealthCheck policy")
+ @Param(description = "The domain ID of the HealthCheck policy")
private String domainId;
@SerializedName("domain")
- @Param(description = "the domain of the HealthCheck policy")
+ @Param(description = "The domain of the HealthCheck policy")
private String domainName;
@SerializedName(ApiConstants.ZONE_ID)
- @Param(description = "the id of the zone the HealthCheck policy belongs
to")
+ @Param(description = "The id of the zone the HealthCheck policy belongs
to")
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]