CLOUDSTACK-7774 Description field is missing in Health policy API's

(cherry picked from commit e5d3e496ab)
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
Rajesh Battala 2014-10-23 14:14:14 +05:30 committed by Rohit Yadav
parent 1998217f6a
commit 1288d533ef
1 changed files with 1 additions and 0 deletions

View File

@ -101,6 +101,7 @@ public class LBHealthCheckPolicyResponse extends BaseResponse {
this.healthcheckthresshold = healthcheckpolicy.getHealthcheckThresshold();
this.unhealthcheckthresshold = healthcheckpolicy.getUnhealthThresshold();
this.forDisplay = healthcheckpolicy.isDisplay();
this.description = healthcheckpolicy.getDescription();
setObjectName("healthcheckpolicy");
}