rajujith commented on code in PR #7857:
URL: https://github.com/apache/cloudstack/pull/7857#discussion_r2333249134
##########
plugins/network-elements/brocade-vcs/src/main/java/com/cloud/api/response/BrocadeVcsDeviceResponse.java:
##########
@@ -32,23 +32,23 @@
@EntityReference(value = BrocadeVcsDeviceVO.class)
public class BrocadeVcsDeviceResponse extends BaseResponse {
@SerializedName(Constants.BROCADE_VCS_DEVICE_ID)
- @Param(description = "device id of the Brocade Vcs")
+ @Param(description = "Device id of the Brocade Vcs")
Review Comment:
'ID'
##########
plugins/network-elements/brocade-vcs/src/main/java/com/cloud/api/response/BrocadeVcsDeviceResponse.java:
##########
@@ -32,23 +32,23 @@
@EntityReference(value = BrocadeVcsDeviceVO.class)
public class BrocadeVcsDeviceResponse extends BaseResponse {
@SerializedName(Constants.BROCADE_VCS_DEVICE_ID)
- @Param(description = "device id of the Brocade Vcs")
+ @Param(description = "Device id of the Brocade Vcs")
private String id;
@SerializedName(ApiConstants.PHYSICAL_NETWORK_ID)
- @Param(description = "the physical Network to which this Brocade VCS
belongs to")
+ @Param(description = "The physical Network to which this Brocade VCS
belongs to")
private String physicalNetworkId;
@SerializedName(ApiConstants.PROVIDER)
- @Param(description = "name of the provider")
+ @Param(description = "Name of the provider")
private String providerName;
@SerializedName(Constants.BROCADE_VCS_DEVICE_NAME)
- @Param(description = "device name")
+ @Param(description = "Device name")
private String deviceName;
@SerializedName(ApiConstants.HOST_NAME)
- @Param(description = "the principal switch Ip address")
+ @Param(description = "The principal switch Ip address")
Review Comment:
'IP'
--
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]