rajujith commented on code in PR #7857:
URL: https://github.com/apache/cloudstack/pull/7857#discussion_r2332119919
##########
api/src/main/java/org/apache/cloudstack/api/response/NetworkResponse.java:
##########
@@ -36,103 +36,103 @@
public class NetworkResponse extends BaseResponseWithAssociatedNetwork
implements ControlledEntityResponse, SetResourceIconResponse {
@SerializedName(ApiConstants.ID)
- @Param(description = "the id of the network")
+ @Param(description = "The id of the Network")
Review Comment:
'ID'
##########
api/src/main/java/org/apache/cloudstack/api/response/NetworkResponse.java:
##########
@@ -36,103 +36,103 @@
public class NetworkResponse extends BaseResponseWithAssociatedNetwork
implements ControlledEntityResponse, SetResourceIconResponse {
@SerializedName(ApiConstants.ID)
- @Param(description = "the id of the network")
+ @Param(description = "The id of the Network")
private String id;
@SerializedName(ApiConstants.NAME)
- @Param(description = "the name of the network")
+ @Param(description = "The name of the Network")
private String name;
@SerializedName(ApiConstants.DISPLAY_TEXT)
- @Param(description = "the displaytext of the network")
+ @Param(description = "The displaytext of the Network")
private String displaytext;
@SerializedName("broadcastdomaintype")
- @Param(description = "Broadcast domain type of the network")
+ @Param(description = "Broadcast domain type of the Network")
private String broadcastDomainType;
@SerializedName(ApiConstants.TRAFFIC_TYPE)
- @Param(description = "the traffic type of the network")
+ @Param(description = "The traffic type of the Network")
private String trafficType;
@SerializedName(ApiConstants.GATEWAY)
- @Param(description = "the network's gateway")
+ @Param(description = "The Network's gateway")
private String gateway;
@SerializedName(ApiConstants.NETMASK)
- @Param(description = "the network's netmask")
+ @Param(description = "The Network's netmask")
private String netmask;
@SerializedName(ApiConstants.CIDR)
- @Param(description = "Cloudstack managed address space, all CloudStack
managed VMs get IP address from CIDR")
+ @Param(description = "Cloudstack managed address space, all CloudStack
managed Instances get IP address from CIDR")
private String cidr;
@SerializedName(ApiConstants.NETWORK_CIDR)
- @Param(description = "the network CIDR of the guest network configured
with IP reservation. It is the summation of CIDR and RESERVED_IP_RANGE")
+ @Param(description = "The Network CIDR of the guest Network configured
with IP reservation. It is the summation of CIDR and RESERVED_IP_RANGE")
private String networkCidr;
@SerializedName(ApiConstants.RESERVED_IP_RANGE)
- @Param(description = "the network's IP range not to be used by CloudStack
guest VMs and can be used for non CloudStack purposes")
+ @Param(description = "The Network's IP range not to be used by CloudStack
guest Instances and can be used for non CloudStack purposes")
private String reservedIpRange;
@SerializedName(ApiConstants.ZONE_ID)
- @Param(description = "zone id of the network")
+ @Param(description = "Zone id of the Network")
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]