DaanHoogland commented on a change in pull request #3248: [WIP DO NOT MERGE]
server: offerings for specified domain(s) and zone(s)
URL: https://github.com/apache/cloudstack/pull/3248#discussion_r274925036
##########
File path:
api/src/main/java/org/apache/cloudstack/api/command/user/vpc/ListVPCOfferingsCmd.java
##########
@@ -60,6 +61,13 @@
@Parameter(name = ApiConstants.STATE, type = CommandType.STRING,
description = "list VPC offerings by state")
private String state;
+ @Parameter(name = ApiConstants.ZONE_ID,
+ type = CommandType.UUID,
+ entityType = ZoneResponse.class,
+ description = "id of zone disk offering is associated with",
+ since = "4.13")
+ private Long zoneId;
Review comment:
again, only for a single zone, not domains?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services