mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
CLOUDSTACK-7173
This commit is contained in:
parent
521b2840b2
commit
b919da8a5c
@ -55,11 +55,11 @@ public class VmWorkResizeVolume extends VmWork {
|
||||
return newSize;
|
||||
}
|
||||
|
||||
public long getNewMinIops() {
|
||||
public Long getNewMinIops() {
|
||||
return newMinIops;
|
||||
}
|
||||
|
||||
public long getNewMaxIops() {
|
||||
public Long getNewMaxIops() {
|
||||
return newMaxIops;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user