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

 ##########
 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:
   Hi @nitin-maharana. Thanks for the review. The getter is not needed as there 
is no one reading the vlaue.
 
----------------------------------------------------------------
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