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


##########
plugins/network-elements/tungsten/src/main/java/org/apache/cloudstack/network/tungsten/api/response/TungstenFabricLBHealthMonitorResponse.java:
##########
@@ -25,43 +25,43 @@
 
 public class TungstenFabricLBHealthMonitorResponse extends BaseResponse {
     @SerializedName("lbruleid")
-    @Param(description = "the LB rule ID")
+    @Param(description = "The LB rule ID")
     private String lbRuleId;
 
     @SerializedName("id")
-    @Param(description = "the health monitor ID")
+    @Param(description = "The health monitor ID")
     private long id;
 
     @SerializedName("uuid")
-    @Param(description = "the health monitor UUID")
+    @Param(description = "The health monitor UUID")
     private String uuid;
 
     @SerializedName("type")
-    @Param(description = "the health monitor type")
+    @Param(description = "The health monitor type")
     private String type;
 
     @SerializedName("retry")
-    @Param(description = "the health monitor retry")
+    @Param(description = "The health monitor retry")
     private int retry;
 
     @SerializedName("timeout")
-    @Param(description = "the health monitor timeout")
+    @Param(description = "The health monitor timeout")
     private int timeout;
 
     @SerializedName("interval")
-    @Param(description = "the health monitor interval")
+    @Param(description = "The health monitor interval")
     private int interval;
 
     @SerializedName("httpmethod")
-    @Param(description = "the health monitor http method")
+    @Param(description = "The health monitor http method")
     private String httpMethod;
 
     @SerializedName("expectedcode")
-    @Param(description = "the health monitor expected code")
+    @Param(description = "The health monitor expected code")
     private String expectedCode;
 
     @SerializedName("urlpath")
-    @Param(description = "the health monitor url path")
+    @Param(description = "The health monitor url path")

Review Comment:
   'URL'



##########
plugins/network-elements/tungsten/src/main/java/org/apache/cloudstack/network/tungsten/api/response/TungstenFabricLBHealthMonitorResponse.java:
##########
@@ -25,43 +25,43 @@
 
 public class TungstenFabricLBHealthMonitorResponse extends BaseResponse {
     @SerializedName("lbruleid")
-    @Param(description = "the LB rule ID")
+    @Param(description = "The LB rule ID")
     private String lbRuleId;
 
     @SerializedName("id")
-    @Param(description = "the health monitor ID")
+    @Param(description = "The health monitor ID")
     private long id;
 
     @SerializedName("uuid")
-    @Param(description = "the health monitor UUID")
+    @Param(description = "The health monitor UUID")
     private String uuid;
 
     @SerializedName("type")
-    @Param(description = "the health monitor type")
+    @Param(description = "The health monitor type")
     private String type;
 
     @SerializedName("retry")
-    @Param(description = "the health monitor retry")
+    @Param(description = "The health monitor retry")
     private int retry;
 
     @SerializedName("timeout")
-    @Param(description = "the health monitor timeout")
+    @Param(description = "The health monitor timeout")
     private int timeout;
 
     @SerializedName("interval")
-    @Param(description = "the health monitor interval")
+    @Param(description = "The health monitor interval")
     private int interval;
 
     @SerializedName("httpmethod")
-    @Param(description = "the health monitor http method")
+    @Param(description = "The health monitor http method")

Review Comment:
   'HTTP'



-- 
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