sureshanaparti commented on code in PR #7857:
URL: https://github.com/apache/cloudstack/pull/7857#discussion_r2597401401
##########
api/src/main/java/org/apache/cloudstack/api/command/admin/network/CreateNetworkCmdByAdmin.java:
##########
@@ -35,13 +35,13 @@
requestHasSensitiveInfo = false, responseHasSensitiveInfo = false)
public class CreateNetworkCmdByAdmin extends CreateNetworkCmd implements
AdminCmd {
- @Parameter(name=ApiConstants.VLAN, type=CommandType.STRING,
description="the ID or VID of the network")
+ @Parameter(name=ApiConstants.VLAN, type=CommandType.STRING, description =
"The ID or VID of the network")
private String vlan;
- @Parameter(name=ApiConstants.BYPASS_VLAN_OVERLAP_CHECK,
type=CommandType.BOOLEAN, description="when true bypasses VLAN id/range overlap
check during network creation for shared and L2 networks")
+ @Parameter(name=ApiConstants.BYPASS_VLAN_OVERLAP_CHECK,
type=CommandType.BOOLEAN, description = "When true bypasses VLAN id/range
overlap check during network creation for shared and L2 networks")
private Boolean bypassVlanOverlapCheck;
- @Parameter(name=ApiConstants.HIDE_IP_ADDRESS_USAGE,
type=CommandType.BOOLEAN, description="when true ip address usage for the
network will not be exported by the listUsageRecords API")
+ @Parameter(name=ApiConstants.HIDE_IP_ADDRESS_USAGE,
type=CommandType.BOOLEAN, description = "When true ip address usage for the
network will not be exported by the listUsageRecords API")
Review Comment:
```suggestion
@Parameter(name=ApiConstants.HIDE_IP_ADDRESS_USAGE,
type=CommandType.BOOLEAN, description = "When true, IP address usage for the
network will not be exported by the listUsageRecords API")
```
--
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]