rajujith commented on code in PR #7857:
URL: https://github.com/apache/cloudstack/pull/7857#discussion_r2332663793
##########
plugins/hypervisors/ucs/src/main/java/org/apache/cloudstack/api/ListUcsManagerCmd.java:
##########
@@ -44,10 +44,10 @@
requestHasSensitiveInfo = false, responseHasSensitiveInfo = false)
public class ListUcsManagerCmd extends BaseListCmd {
- @Parameter(name = ApiConstants.ZONE_ID, type = CommandType.UUID,
description = "the zone id", entityType = ZoneResponse.class)
+ @Parameter(name = ApiConstants.ZONE_ID, type = CommandType.UUID,
description = "The zone id", entityType = ZoneResponse.class)
Review Comment:
'ID'
##########
plugins/hypervisors/ucs/src/main/java/org/apache/cloudstack/api/ListUcsManagerCmd.java:
##########
@@ -44,10 +44,10 @@
requestHasSensitiveInfo = false, responseHasSensitiveInfo = false)
public class ListUcsManagerCmd extends BaseListCmd {
- @Parameter(name = ApiConstants.ZONE_ID, type = CommandType.UUID,
description = "the zone id", entityType = ZoneResponse.class)
+ @Parameter(name = ApiConstants.ZONE_ID, type = CommandType.UUID,
description = "The zone id", entityType = ZoneResponse.class)
private Long zoneId;
- @Parameter(name = ApiConstants.ID, type = CommandType.UUID, entityType =
UcsManagerResponse.class, description = "the ID of the ucs manager")
+ @Parameter(name = ApiConstants.ID, type = CommandType.UUID, entityType =
UcsManagerResponse.class, description = "The ID of the ucs manager")
Review Comment:
'UCS'
--
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]