mirror of
https://github.com/apache/cloudstack.git
synced 2025-12-16 18:43:26 +01:00
Bug 13389: updatetemplate- Add the identity mapper for guest os id param.
Reviewed-By: Kishan
This commit is contained in:
parent
2ef6ed809f
commit
0f30b0d46c
@ -46,6 +46,7 @@ public abstract class UpdateTemplateOrIsoCmd extends BaseCmd {
|
||||
@Parameter(name=ApiConstants.NAME, type=CommandType.STRING, description="the name of the image file")
|
||||
private String templateName;
|
||||
|
||||
@IdentityMapper(entityTableName="guest_os")
|
||||
@Parameter(name=ApiConstants.OS_TYPE_ID, type=CommandType.LONG, description="the ID of the OS type that best represents the OS of this image.")
|
||||
private Long osTypeId;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user