nitin-maharana commented on a change in pull request #2294: Adding allocated 
IOPS to storage pool response
URL: https://github.com/apache/cloudstack/pull/2294#discussion_r144201108
 
 

 ##########
 File path: api/src/org/apache/cloudstack/api/response/StoragePoolResponse.java
 ##########
 @@ -288,6 +292,10 @@ public void setCapacityIops(Long capacityIops) {
         this.capacityIops = capacityIops;
     }
 
+    public void setAllocatedIops(Long allocatedIops) {
 
 Review comment:
   It's good if you would add the getter method as well. or Do you think it is 
not needed?
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to