DaanHoogland commented on code in PR #7082:
URL: https://github.com/apache/cloudstack/pull/7082#discussion_r1295605507
##########
api/src/main/java/org/apache/cloudstack/api/command/user/offering/ListDiskOfferingsCmd.java:
##########
@@ -44,6 +45,12 @@ public class ListDiskOfferingsCmd extends
BaseListDomainResourcesCmd {
@Parameter(name = ApiConstants.NAME, type = CommandType.STRING,
description = "name of the disk offering")
private String diskOfferingName;
+ @Parameter(name = ApiConstants.ACCOUNT, type = CommandType.STRING,
description = "list resources by account.")
+ private String accountName;
+
+ @Parameter(name = ApiConstants.PROJECT_ID, type = CommandType.UUID,
entityType = ProjectResponse.class, description = "list objects by project.")
+ private Long projectId;
+
Review Comment:
@RodrigoDLopez , now that you inherit `BaseListProjectAndAccountResourcesCmd`
```suggestion
```
--
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]