sureshanaparti commented on a change in pull request #5008:
URL: https://github.com/apache/cloudstack/pull/5008#discussion_r754983508
##########
File path:
api/src/main/java/org/apache/cloudstack/api/command/user/vm/ScaleVMCmd.java
##########
@@ -70,6 +70,16 @@
@Parameter(name = ApiConstants.DETAILS, type = BaseCmd.CommandType.MAP,
description = "name value pairs of custom parameters for cpu,memory and
cpunumber. example details[i].name=value")
private Map<String, String> details;
+ @Parameter(name = ApiConstants.MIN_IOPS, type = CommandType.LONG, required
= false, description = "New minimum number of IOPS for the custom disk
offering")
+ private Long minIops;
+
+ @Parameter(name = ApiConstants.MAX_IOPS, type = CommandType.LONG, required
= false, description = "New maximum number of IOPS for the custom disk
offering")
+ private Long maxIops;
+
+ @Parameter(name = ApiConstants.AUTO_MIGRATE, type = CommandType.BOOLEAN,
required = false, description = "Flag for automatic migration of the root
volume " +
Review comment:
add "since" attribute to these parameters if needed.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]