CLOUDSTACK-4757. Update API params

This commit is contained in:
Likitha Shetty 2014-05-21 21:25:43 +05:30
parent 87d87a6f30
commit ebc92d6cd7
2 changed files with 2 additions and 2 deletions

View File

@ -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 ///////////////////////

View File

@ -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;