Record
list-op-response-load-balancers-item-health-check
No description available.
record list-op-response-load-balancers-item-health-check {
check-interval-seconds: option<s32>,
healthy-threshold: option<s32>,
path: option<string>,
port: option<s32>,
protocol: option<list-op-response-load-balancers-item-health-check-protocol-enum>,
response-timeout-seconds: option<s32>,
unhealthy-threshold: option<s32>,
}Fields
| Name | Type | Description |
|---|---|---|
| check-interval-seconds | option<s32> | |
| healthy-threshold | option<s32> | |
| path | option<string> | |
| port | option<s32> | |
| protocol | option<list-op-response-load-balancers-item-health-check-protocol-enum> | |
| response-timeout-seconds | option<s32> | |
| unhealthy-threshold | option<s32> |