CLOUDSTACK-7774 Description field is missing in Health policy API's (cherry picked from commit e5d3e496ab22be2bcbb7f92e6c80bfad8e503153) Signed-off-by: Rohit Yadav <rohit.ya...@shapeblue.com>
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/1288d533 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/1288d533 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/1288d533 Branch: refs/heads/4.5 Commit: 1288d533efe1c49c9dd0dbebee84b275b9f61f78 Parents: 1998217 Author: Rajesh Battala <rajesh.batt...@citrix.com> Authored: Thu Oct 23 14:14:14 2014 +0530 Committer: Rohit Yadav <rohit.ya...@shapeblue.com> Committed: Tue Jan 20 12:04:53 2015 +0530 ---------------------------------------------------------------------- .../apache/cloudstack/api/response/LBHealthCheckPolicyResponse.java | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/1288d533/api/src/org/apache/cloudstack/api/response/LBHealthCheckPolicyResponse.java ---------------------------------------------------------------------- diff --git a/api/src/org/apache/cloudstack/api/response/LBHealthCheckPolicyResponse.java b/api/src/org/apache/cloudstack/api/response/LBHealthCheckPolicyResponse.java index 8ce7b3d..df3a7a0 100644 --- a/api/src/org/apache/cloudstack/api/response/LBHealthCheckPolicyResponse.java +++ b/api/src/org/apache/cloudstack/api/response/LBHealthCheckPolicyResponse.java @@ -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"); }