rajujith commented on code in PR #7857:
URL: https://github.com/apache/cloudstack/pull/7857#discussion_r2332120752
##########
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")
private String zoneId;
@SerializedName(ApiConstants.ZONE_NAME)
- @Param(description = "the name of the zone the network belongs to")
+ @Param(description = "The name of the zone the Network belongs to")
private String zoneName;
@SerializedName("networkofferingid")
- @Param(description = "network offering id the network is created from")
+ @Param(description = "Network offering id the Network is created from")
private String networkOfferingId;
@SerializedName("networkofferingname")
- @Param(description = "name of the network offering the network is created
from")
+ @Param(description = "Name of the Network offering the Network is created
from")
private String networkOfferingName;
@SerializedName("networkofferingdisplaytext")
- @Param(description = "display text of the network offering the network is
created from")
+ @Param(description = "Display text of the Network offering the Network is
created from")
private String networkOfferingDisplayText;
@SerializedName("networkofferingconservemode")
- @Param(description = "true if network offering is ip conserve mode
enabled")
+ @Param(description = "True if Network offering is IP conserve mode
enabled")
private Boolean networkOfferingConserveMode;
@SerializedName("networkofferingavailability")
- @Param(description = "availability of the network offering the network is
created from")
+ @Param(description = "Availability of the Network offering the Network is
created from")
private String networkOfferingAvailability;
@SerializedName(ApiConstants.IS_SYSTEM)
- @Param(description = "true if network is system, false otherwise")
+ @Param(description = "True if Network is system, false otherwise")
private Boolean isSystem;
@SerializedName(ApiConstants.STATE)
- @Param(description = "state of the network")
+ @Param(description = "State of the Network")
private String state;
@SerializedName("related")
- @Param(description = "related to what other network configuration")
+ @Param(description = "Related to what other Network configuration")
private String related;
@SerializedName("broadcasturi")
- @Param(description = "broadcast uri of the network. This parameter is
visible to ROOT admins only")
+ @Param(description = "Broadcast uri of the Network. This parameter is
visible to ROOT admins only")
Review Comment:
'URI'
##########
api/src/main/java/org/apache/cloudstack/api/response/NetworkResponse.java:
##########
@@ -144,179 +144,179 @@ public class NetworkResponse extends
BaseResponseWithAssociatedNetwork implement
private Long asNumber;
@SerializedName(ApiConstants.ACL_TYPE)
- @Param(description = "acl type - access type to the network")
+ @Param(description = "ACL type - access type to the Network")
private String aclType;
@SerializedName(ApiConstants.SUBDOMAIN_ACCESS)
- @Param(description = "true if users from subdomains can access the domain
level network")
+ @Param(description = "True if users from subdomains can access the domain
level Network")
private Boolean subdomainAccess;
@SerializedName(ApiConstants.ACCOUNT)
- @Param(description = "the owner of the network")
+ @Param(description = "The owner of the Network")
private String accountName;
@SerializedName(ApiConstants.PROJECT_ID)
- @Param(description = "the project id of the ipaddress")
+ @Param(description = "The project id of the IP address")
private String projectId;
@SerializedName(ApiConstants.PROJECT)
- @Param(description = "the project name of the address")
+ @Param(description = "The project name of the address")
private String projectName;
@SerializedName(ApiConstants.DOMAIN_ID)
- @Param(description = "the domain id of the network owner")
+ @Param(description = "The domain id of the Network 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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]