Skip to content

Commit 4240c54

Browse files
committed
typo, wrong param name
Signed-off-by: Abhishek Kumar <[email protected]>
1 parent ca85a94 commit 4240c54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/src/main/java/org/apache/cloudstack/api/command/admin/vm/ImportUnmanagedInstanceCmd.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ public class ImportUnmanagedInstanceCmd extends BaseAsyncCmd {
128128
description = "the ID of the service offering for the virtual machine")
129129
private Long serviceOfferingId;
130130

131-
@Parameter(name = ApiConstants.ROOT_DISK_SIZE,
131+
@Parameter(name = ApiConstants.ROOT_DISK_ID,
132132
type = CommandType.STRING,
133133
description = "the ID of the disk that is to be used as ROOT volume",
134134
since = "4.16.0")

0 commit comments

Comments
 (0)