rajujith commented on code in PR #7857:
URL: https://github.com/apache/cloudstack/pull/7857#discussion_r2333251305
##########
plugins/network-elements/cisco-vnmc/src/main/java/com/cloud/api/response/CiscoAsa1000vResourceResponse.java:
##########
@@ -31,23 +31,23 @@
public class CiscoAsa1000vResourceResponse extends BaseResponse {
@SerializedName(ApiConstants.RESOURCE_ID)
- @Parameter(description = "resource id of the Cisco ASA 1000v appliance")
+ @Parameter(description = "Resource id of the Cisco ASA 1000v appliance")
Review Comment:
'ID'
##########
plugins/network-elements/cisco-vnmc/src/main/java/com/cloud/api/response/CiscoVnmcResourceResponse.java:
##########
@@ -31,15 +31,15 @@ public class CiscoVnmcResourceResponse extends BaseResponse
{
public static final String RESOURCE_NAME = "resourcename";
@SerializedName(ApiConstants.RESOURCE_ID)
- @Parameter(description = "resource id of the Cisco VNMC controller")
+ @Parameter(description = "Resource id of the Cisco VNMC controller")
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]