mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-4757. Update API params
This commit is contained in:
parent
87d87a6f30
commit
ebc92d6cd7
|
|
@ -72,7 +72,7 @@ public class ListTemplatesCmd extends BaseListTaggedResourcesCmd {
|
|||
private Boolean showRemoved;
|
||||
|
||||
@Parameter(name = ApiConstants.PARENT_TEMPLATE_ID, type = CommandType.UUID, entityType = TemplateResponse.class, description = "list datadisk templates by parent template id",
|
||||
since = "4.4")
|
||||
since = "4.5")
|
||||
private Long parentTemplateId;
|
||||
/////////////////////////////////////////////////////
|
||||
/////////////////// Accessors ///////////////////////
|
||||
|
|
|
|||
|
|
@ -190,7 +190,7 @@ public class DeployVMCmd extends BaseAsyncCreateCustomIdCmd {
|
|||
@Parameter(name = ApiConstants.DEPLOYMENT_PLANNER, type = CommandType.STRING, description = "Deployment planner to use for vm allocation. Available to ROOT admin only", since = "4.4", authorized = { RoleType.Admin })
|
||||
private String deploymentPlanner;
|
||||
|
||||
@Parameter(name = ApiConstants.DATADISKTEMPLATE_TO_DISKOFFERING_LIST, type = CommandType.MAP, since = "4.4", description = "datadisk template to disk-offering mapping;" +
|
||||
@Parameter(name = ApiConstants.DATADISKTEMPLATE_TO_DISKOFFERING_LIST, type = CommandType.MAP, since = "4.5", description = "datadisk template to disk-offering mapping;" +
|
||||
" an optional parameter used to create additional data disks from datadisk templates; can't be specified with diskOfferingId parameter")
|
||||
private Map dataDiskTemplateToDiskOfferingList;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue