We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca85a94 commit 4240c54Copy full SHA for 4240c54
api/src/main/java/org/apache/cloudstack/api/command/admin/vm/ImportUnmanagedInstanceCmd.java
@@ -128,7 +128,7 @@ public class ImportUnmanagedInstanceCmd extends BaseAsyncCmd {
128
description = "the ID of the service offering for the virtual machine")
129
private Long serviceOfferingId;
130
131
- @Parameter(name = ApiConstants.ROOT_DISK_SIZE,
+ @Parameter(name = ApiConstants.ROOT_DISK_ID,
132
type = CommandType.STRING,
133
description = "the ID of the disk that is to be used as ROOT volume",
134
since = "4.16.0")
0 commit comments