public interface HealthMonitorV2UpdateBuilder extends Buildable.Builder<HealthMonitorV2UpdateBuilder,HealthMonitorV2Update>
Modifier and Type | Method and Description |
---|---|
HealthMonitorV2UpdateBuilder |
adminStateUp(boolean adminStateUp) |
HealthMonitorV2UpdateBuilder |
delay(Integer delay) |
HealthMonitorV2UpdateBuilder |
expectedCodes(String expectedCodes) |
HealthMonitorV2UpdateBuilder |
httpMethod(String httpMethod) |
HealthMonitorV2UpdateBuilder |
maxRetries(Integer maxRetries) |
HealthMonitorV2UpdateBuilder |
timeout(Integer timeout) |
HealthMonitorV2UpdateBuilder |
urlPath(String urlPath) |
build, from
HealthMonitorV2UpdateBuilder delay(Integer delay)
delay
- The time, in seconds, between sending probes to members.HealthMonitorV2UpdateBuilder urlPath(String urlPath)
urlPath
- Path portion of URI that will be probed if type is HTTP(S).HealthMonitorV2UpdateBuilder expectedCodes(String expectedCodes)
expectedCodes
- Expected HTTP codes for a passing HTTP(S) monitor.HealthMonitorV2UpdateBuilder httpMethod(String httpMethod)
httpMethod
- GET/PUT/POSTHealthMonitorV2UpdateBuilder maxRetries(Integer maxRetries)
maxRetries
- Maximum consecutive health probe tries.HealthMonitorV2UpdateBuilder adminStateUp(boolean adminStateUp)
adminStateUp
- The administrative state of the VIP. A valid value is true
(UP) or false (DOWN).HealthMonitorV2UpdateBuilder timeout(Integer timeout)
timeout
- Time in seconds to timeout each probe.Copyright © 2017. All rights reserved.