Skip to content

Commit 4d5fd32

Browse files
Update api/src/main/java/org/apache/cloudstack/api/command/admin/vm/ImportVmCmd.java
Co-authored-by: Suresh Kumar Anaparti <[email protected]>
1 parent 83b847e commit 4d5fd32

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/ImportVmCmd.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ public class ImportVmCmd extends ImportUnmanagedInstanceCmd {
150150
private Long convertInstanceHostId;
151151

152152
@Parameter(name = ApiConstants.IMPORT_INSTANCE_HOST_ID, type = CommandType.UUID, entityType = HostResponse.class, since = "4.19.2",
153-
description = "(only for importing VMs from VMware to KVM) optional - the host to use to import the converted instance for migration from VMware to KVM.")
153+
description = "(only for importing VMs from VMware to KVM) optional - the host to import the converted instance migrated from VMware to KVM.")
154154
private Long importInstanceHostId;
155155

156156
@Parameter(name = ApiConstants.CONVERT_INSTANCE_STORAGE_POOL_ID, type = CommandType.UUID, entityType = StoragePoolResponse.class,

0 commit comments

Comments
 (0)