You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api/src/org/apache/cloudstack/api/command/user/vm/DeployVMCmd.java
+33-33Lines changed: 33 additions & 33 deletions
Original file line number
Diff line number
Diff line change
@@ -188,17 +188,11 @@ public class DeployVMCmd extends BaseAsyncCreateCmd {
188
188
@Parameter(name=ApiConstants.DISPLAY_VM, type=CommandType.BOOLEAN, since="4.2", description="an optional field, whether to the display the vm to the end user or not.")
189
189
privateBooleandisplayVm;
190
190
191
-
@Parameter(name=ApiConstants.CPU_SPEED, type = CommandType.INTEGER, since="4.3", description = "optional field to specify the cpu speed when using dynamic compute offering.")
192
-
privateIntegercpuSpeed;
193
-
194
-
@Parameter(name=ApiConstants.MEMORY, type = CommandType.INTEGER, since="4.3", description = "optional field to specify the memory when using dynamic compute offering")
195
-
privateIntegermemory;
196
-
197
-
@Parameter(name=ApiConstants.CPU_NUMBER, type=CommandType.INTEGER, since="4.3", description = "optional field to specify the number of cpu cores when using dynamic offering.")
198
-
privateIntegercpuNumber;
199
-
200
-
@Parameter(name=ApiConstants.ROOT_DISK_SIZE, type=CommandType.LONG, since="4.3", description = "optional field to specify the number of cpu cores when using dynamic offering.")
201
-
privateLongrootdisksize;
191
+
@Parameter(name = ApiConstants.CUSTOM_PARAMETERS,
192
+
type = CommandType.MAP,
193
+
since= "4.3",
194
+
description = "used to specify the custom parameters.")
0 commit comments