DaanHoogland commented on code in PR #13126:
URL: https://github.com/apache/cloudstack/pull/13126#discussion_r3861954376
##########
api/src/main/java/org/apache/cloudstack/api/command/admin/vm/ImportUnmanagedInstanceCmd.java:
##########
@@ -115,7 +115,7 @@ public class ImportUnmanagedInstanceCmd extends
BaseAsyncCmd {
@Parameter(name = ApiConstants.TEMPLATE_ID,
type = CommandType.UUID,
entityType = TemplateResponse.class,
- description = "The ID of the Template for the Instance")
+ description = "The ID of the Template for the Instance. Required
when importing an unmanaged KVM Instance.")
Review Comment:
```suggestion
description = "The ID of the Template for the Instance. Required
when instance to import is a KVM Instance.")
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]