mirror of https://github.com/apache/cloudstack.git
Merge d6444de622 into b7d4df0a11
This commit is contained in:
commit
fa52add7b2
|
|
@ -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.")
|
||||
private Long templateId;
|
||||
|
||||
@Parameter(name = ApiConstants.SERVICE_OFFERING_ID,
|
||||
|
|
|
|||
Loading…
Reference in New Issue