rajujith commented on code in PR #7857:
URL: https://github.com/apache/cloudstack/pull/7857#discussion_r2333275771
##########
plugins/network-elements/stratosphere-ssp/src/main/java/org/apache/cloudstack/api/commands/AddSspCmd.java:
##########
@@ -44,22 +44,22 @@ public class AddSspCmd extends BaseCmd {
@Inject
DataCenterDao _dcDao;
- @Parameter(name = ApiConstants.ZONE_ID, type = CommandType.UUID,
entityType = ZoneResponse.class, required = true, description = "the zone ID")
+ @Parameter(name = ApiConstants.ZONE_ID, type = CommandType.UUID,
entityType = ZoneResponse.class, required = true, description = "The zone ID")
private Long zoneId;
- @Parameter(name = ApiConstants.URL, type = CommandType.STRING, required =
true, description = "stratosphere ssp server url")
+ @Parameter(name = ApiConstants.URL, type = CommandType.STRING, required =
true, description = "Stratosphere ssp server url")
Review Comment:
'URL'
##########
plugins/network-elements/stratosphere-ssp/src/main/java/org/apache/cloudstack/api/commands/AddSspCmd.java:
##########
@@ -44,22 +44,22 @@ public class AddSspCmd extends BaseCmd {
@Inject
DataCenterDao _dcDao;
- @Parameter(name = ApiConstants.ZONE_ID, type = CommandType.UUID,
entityType = ZoneResponse.class, required = true, description = "the zone ID")
+ @Parameter(name = ApiConstants.ZONE_ID, type = CommandType.UUID,
entityType = ZoneResponse.class, required = true, description = "The zone ID")
private Long zoneId;
- @Parameter(name = ApiConstants.URL, type = CommandType.STRING, required =
true, description = "stratosphere ssp server url")
+ @Parameter(name = ApiConstants.URL, type = CommandType.STRING, required =
true, description = "Stratosphere ssp server url")
private String url;
- @Parameter(name = ApiConstants.USERNAME, type = CommandType.STRING,
required = false, description = "stratosphere ssp api username")
+ @Parameter(name = ApiConstants.USERNAME, type = CommandType.STRING,
required = false, description = "Stratosphere ssp api username")
Review Comment:
'API'
--
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]