Skip to content

Commit 850ab46

Browse files
committed
Include unmanaged instance in the description for extra clarity
1 parent 885c900 commit 850ab46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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
@@ -115,7 +115,7 @@ public class ImportUnmanagedInstanceCmd extends BaseAsyncCmd {
115115
@Parameter(name = ApiConstants.TEMPLATE_ID,
116116
type = CommandType.UUID,
117117
entityType = TemplateResponse.class,
118-
description = "The ID of the Template for the Instance. Required when the instance to import is a KVM Instance.")
118+
description = "The ID of the Template for the Instance. Required when the instance to import is an unmanaged KVM Instance.")
119119
private Long templateId;
120120

121121
@Parameter(name = ApiConstants.SERVICE_OFFERING_ID,

0 commit comments

Comments
 (0)