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


##########
api/src/main/java/org/apache/cloudstack/api/command/user/network/ListNetworksCmd.java:
##########
@@ -42,57 +42,57 @@
 import com.cloud.utils.Pair;
 import org.apache.commons.lang3.StringUtils;
 
-@APICommand(name = "listNetworks", description = "Lists all available 
networks.", responseObject = NetworkResponse.class, responseView = 
ResponseView.Restricted, entityType = {Network.class},
+@APICommand(name = "listNetworks", description = "Lists all available 
Networks.", responseObject = NetworkResponse.class, responseView = 
ResponseView.Restricted, entityType = {Network.class},
         requestHasSensitiveInfo = false, responseHasSensitiveInfo = false)
 public class ListNetworksCmd extends BaseListRetrieveOnlyResourceCountCmd 
implements UserCmd {
     private static final String s_name = "listnetworksresponse";
 
     /////////////////////////////////////////////////////
     //////////////// API parameters /////////////////////
     /////////////////////////////////////////////////////
-    @Parameter(name = ApiConstants.ID, type = CommandType.UUID, entityType = 
NetworkResponse.class, description = "list networks by ID")
+    @Parameter(name = ApiConstants.ID, type = CommandType.UUID, entityType = 
NetworkResponse.class, description = "List Networks by ID")
     private Long id;
 
-    @Parameter(name = ApiConstants.ZONE_ID, type = CommandType.UUID, 
entityType = ZoneResponse.class, description = "the zone ID of the network")
+    @Parameter(name = ApiConstants.ZONE_ID, type = CommandType.UUID, 
entityType = ZoneResponse.class, description = "The zone ID of the Network")
     private Long zoneId;
 
-    @Parameter(name = ApiConstants.TYPE, type = CommandType.STRING, 
description = "the type of the network. Supported values are: isolated, l2, 
shared and all")
+    @Parameter(name = ApiConstants.TYPE, type = CommandType.STRING, 
description = "The type of the Network. Supported values are: isolated, l2, 
shared and all")
     private String guestIpType;
 
-    @Parameter(name = ApiConstants.IS_SYSTEM, type = CommandType.BOOLEAN, 
description = "true if network is system, false otherwise")
+    @Parameter(name = ApiConstants.IS_SYSTEM, type = CommandType.BOOLEAN, 
description = "True if Network is system, false otherwise")
     private Boolean isSystem;
 
-    @Parameter(name = ApiConstants.ACL_TYPE, type = CommandType.STRING, 
description = "list networks by ACL (access control list) type. Supported 
values are account and domain")
+    @Parameter(name = ApiConstants.ACL_TYPE, type = CommandType.STRING, 
description = "List Networks by ACL (access control list) type. Supported 
values are Account and domain")
     private String aclType;
 
-    @Parameter(name = ApiConstants.TRAFFIC_TYPE, type = CommandType.STRING, 
description = "type of the traffic")
+    @Parameter(name = ApiConstants.TRAFFIC_TYPE, type = CommandType.STRING, 
description = "Type of the traffic")
     private String trafficType;
 
-    @Parameter(name = ApiConstants.PHYSICAL_NETWORK_ID, type = 
CommandType.UUID, entityType = PhysicalNetworkResponse.class, description = 
"list networks by physical network id")
+    @Parameter(name = ApiConstants.PHYSICAL_NETWORK_ID, type = 
CommandType.UUID, entityType = PhysicalNetworkResponse.class, description = 
"List Networks by physical Network id")

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