mirror of https://github.com/apache/cloudstack.git
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:
parent
1998217f6a
commit
1288d533ef
|
|
@ -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");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue