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


##########
api/src/main/java/org/apache/cloudstack/api/response/VpcResponse.java:
##########
@@ -34,131 +34,131 @@
 @SuppressWarnings("unused")
 public class VpcResponse extends BaseResponseWithAnnotations implements 
ControlledEntityResponse, SetResourceIconResponse {
     @SerializedName("id")
-    @Param(description = "the id of the VPC")
+    @Param(description = "The id of the VPC")
     private String id;
 
     @SerializedName(ApiConstants.NAME)
-    @Param(description = "the name of the VPC")
+    @Param(description = "The name of the VPC")
     private String name;
 
     @SerializedName(ApiConstants.DISPLAY_TEXT)
-    @Param(description = "an alternate display text of the VPC.")
+    @Param(description = "An alternate display text of the VPC.")
     private String displayText;
 
     @SerializedName(ApiConstants.STATE)
-    @Param(description = "state of the VPC. Can be Inactive/Enabled")
+    @Param(description = "State of the VPC. Can be Inactive/Enabled")
     private String state;
 
     @SerializedName(ApiConstants.ZONE_ID)
-    @Param(description = "zone id of the vpc")
+    @Param(description = "Zone id of the VPC")
     private String zoneId;
 
     @SerializedName(ApiConstants.ZONE_NAME)
-    @Param(description = "the name of the zone the VPC belongs to")
+    @Param(description = "The name of the zone the VPC belongs to")
     private String zoneName;
 
     @SerializedName(ApiConstants.SERVICE)
-    @Param(description = "the list of supported services", responseObject = 
ServiceResponse.class)
+    @Param(description = "The list of supported services", responseObject = 
ServiceResponse.class)
     private List<ServiceResponse> services;
 
     @SerializedName(ApiConstants.CIDR)
-    @Param(description = "the cidr the VPC")
+    @Param(description = "The CIDR the VPC")
     private String cidr;
 
     @SerializedName(ApiConstants.VPC_OFF_ID)
-    @Param(description = "vpc offering id the VPC is created from")
+    @Param(description = "VPC offering id the VPC is created from")
     private String vpcOfferingId;
 
     @SerializedName(ApiConstants.VPC_OFF_NAME)
-    @Param(description = "vpc offering name the VPC is created from", since = 
"4.13.2")
+    @Param(description = "VPC offering name the VPC is created from", since = 
"4.13.2")
     private String vpcOfferingName;
 
     @SerializedName(ApiConstants.CREATED)
-    @Param(description = "the date this VPC was created")
+    @Param(description = "The date this VPC was created")
     private Date created;
 
     @SerializedName(ApiConstants.ACCOUNT)
-    @Param(description = "the owner of the VPC")
+    @Param(description = "The owner of the VPC")
     private String accountName;
 
     @SerializedName(ApiConstants.PROJECT_ID)
-    @Param(description = "the project id of the VPC")
+    @Param(description = "The project id of the VPC")

Review Comment:
   'ID'



##########
api/src/main/java/org/apache/cloudstack/api/response/VpcResponse.java:
##########
@@ -34,131 +34,131 @@
 @SuppressWarnings("unused")
 public class VpcResponse extends BaseResponseWithAnnotations implements 
ControlledEntityResponse, SetResourceIconResponse {
     @SerializedName("id")
-    @Param(description = "the id of the VPC")
+    @Param(description = "The id of the VPC")
     private String id;
 
     @SerializedName(ApiConstants.NAME)
-    @Param(description = "the name of the VPC")
+    @Param(description = "The name of the VPC")
     private String name;
 
     @SerializedName(ApiConstants.DISPLAY_TEXT)
-    @Param(description = "an alternate display text of the VPC.")
+    @Param(description = "An alternate display text of the VPC.")
     private String displayText;
 
     @SerializedName(ApiConstants.STATE)
-    @Param(description = "state of the VPC. Can be Inactive/Enabled")
+    @Param(description = "State of the VPC. Can be Inactive/Enabled")
     private String state;
 
     @SerializedName(ApiConstants.ZONE_ID)
-    @Param(description = "zone id of the vpc")
+    @Param(description = "Zone id of the VPC")
     private String zoneId;
 
     @SerializedName(ApiConstants.ZONE_NAME)
-    @Param(description = "the name of the zone the VPC belongs to")
+    @Param(description = "The name of the zone the VPC belongs to")
     private String zoneName;
 
     @SerializedName(ApiConstants.SERVICE)
-    @Param(description = "the list of supported services", responseObject = 
ServiceResponse.class)
+    @Param(description = "The list of supported services", responseObject = 
ServiceResponse.class)
     private List<ServiceResponse> services;
 
     @SerializedName(ApiConstants.CIDR)
-    @Param(description = "the cidr the VPC")
+    @Param(description = "The CIDR the VPC")
     private String cidr;
 
     @SerializedName(ApiConstants.VPC_OFF_ID)
-    @Param(description = "vpc offering id the VPC is created from")
+    @Param(description = "VPC offering id the VPC is created from")
     private String vpcOfferingId;
 
     @SerializedName(ApiConstants.VPC_OFF_NAME)
-    @Param(description = "vpc offering name the VPC is created from", since = 
"4.13.2")
+    @Param(description = "VPC offering name the VPC is created from", since = 
"4.13.2")
     private String vpcOfferingName;
 
     @SerializedName(ApiConstants.CREATED)
-    @Param(description = "the date this VPC was created")
+    @Param(description = "The date this VPC was created")
     private Date created;
 
     @SerializedName(ApiConstants.ACCOUNT)
-    @Param(description = "the owner of the VPC")
+    @Param(description = "The owner of the VPC")
     private String accountName;
 
     @SerializedName(ApiConstants.PROJECT_ID)
-    @Param(description = "the project id of the VPC")
+    @Param(description = "The project id of the VPC")
     private String projectId;
 
     @SerializedName(ApiConstants.PROJECT)
-    @Param(description = "the project name of the VPC")
+    @Param(description = "The project name of the VPC")
     private String projectName;
 
     @SerializedName(ApiConstants.DOMAIN_ID)
-    @Param(description = "the domain id of the VPC owner")
+    @Param(description = "The domain id of the VPC 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