You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by gi...@git.apache.org on 2017/10/12 10:17:52 UTC

[GitHub] nitin-maharana commented on a change in pull request #2294: Adding allocated IOPS to storage pool response

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:
users@infra.apache.org


With regards,
Apache Git Services