mirror of
https://github.com/apache/cloudstack.git
synced 2025-12-17 02:53:18 +01:00
CLOUDSTACK-7774 Description field is missing in Health policy API's
This commit is contained in:
parent
10cc7f86af
commit
e5d3e496ab
@ -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…
x
Reference in New Issue
Block a user