1 parent 885c900 commit 850ab46Copy full SHA for 850ab46
1 file changed
api/src/main/java/org/apache/cloudstack/api/command/admin/vm/ImportUnmanagedInstanceCmd.java
@@ -115,7 +115,7 @@ public class ImportUnmanagedInstanceCmd extends BaseAsyncCmd {
115
@Parameter(name = ApiConstants.TEMPLATE_ID,
116
type = CommandType.UUID,
117
entityType = TemplateResponse.class,
118
- description = "The ID of the Template for the Instance. Required when the instance to import is a KVM Instance.")
+ description = "The ID of the Template for the Instance. Required when the instance to import is an unmanaged KVM Instance.")
119
private Long templateId;
120
121
@Parameter(name = ApiConstants.SERVICE_OFFERING_ID,
0 commit comments