nathanejohnson commented on a change in pull request #3133: feature: add libvirt / qemu io bursting URL: https://github.com/apache/cloudstack/pull/3133#discussion_r248534012
########## File path: core/src/main/java/org/apache/cloudstack/storage/to/VolumeObjectTO.java ########## @@ -213,6 +229,14 @@ public Long getBytesReadRate() { return bytesReadRate; } + public Long getBytesReadRateMax() { return bytesReadRateMax; } + + public void setBytesReadRateMax(Long bytesReadRateMax) { this.bytesReadRateMax = bytesReadRateMax; } + + public Long getBytesReadRateMaxLength() { return bytesReadRateMaxLength; } + + public void setBytesReadRateMaxLength(Long bytesReadRateMaxLength) { this.bytesReadRateMaxLength = bytesReadRateMaxLength; } Review comment: see above ---------------------------------------------------------------- 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