CLOUDSTACK-6299: Fixed apidoc info with base64 encoded

This commit is contained in:
Sebastien Goasguen 2014-03-28 09:51:45 -04:00
parent 8b62b2cb92
commit af66d0e4f6
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ import com.cloud.serializer.Param;
public class GetVMPasswordResponse extends BaseResponse {
@SerializedName("encryptedpassword")
@Param(description = "The encrypted password of the VM")
@Param(description = "The base64 encoded encrypted password of the VM")
private String encryptedPassword;
public GetVMPasswordResponse() {