LbHealthCheckSet
LbHealthCheckSet
| Name | Description | Schema | Default |
|---|---|---|---|
| description optional | Description Example : this is an lb server group | any of [string, null] | |
| health_check_count optional | LB Health Check count Example : 3 | any of [integer, null] | |
| health_check_interval optional | LB Health Check interval Example : 5 | any of [integer, null] | |
| health_check_port optional | LB Health Check port Example : 80 | any of [integer, null] | |
| health_check_timeout optional | LB Health Check timeout Example : 5 | any of [integer, null] | |
| health_check_url optional | LB Health Check URL Example : /testPattern : ^\/[A-Za-z0-9/._?&=-]*$ | any of [string, null] | |
| http_method optional | LB Health Check HTTP Method Example : GET | any of [enum (GET, POST), null] | |
| protocol optional | LB Health Check Protocol Example : TCP | any of [enum (TCP, HTTP, HTTPS), null] | |
| request_data optional | LB Health Check Request data Example : username=admin&password=1234Pattern : ^[a-zA-Z0-9_\W]*$ | any of [string, null] | |
| response_code optional | LB Health Check Response code Example : 200 | any of [string, null] |