Package | Description |
---|---|
org.jclouds.googlecomputeengine.options |
Modifier and Type | Method and Description |
---|---|
HttpHealthCheckCreationOptions.Builder |
HttpHealthCheckCreationOptions.Builder.checkIntervalSec(Integer checkIntervalSec)
How often (in seconds) to send a health check.
|
HttpHealthCheckCreationOptions.Builder |
HttpHealthCheckCreationOptions.Builder.description(String description)
An optional textual description of the TargetPool.
|
HttpHealthCheckCreationOptions.Builder |
HttpHealthCheckCreationOptions.Builder.healthyThreshold(Integer healthyThreshold)
An unhealthy VM will be marked healthy after this many consecutive successes.
|
HttpHealthCheckCreationOptions.Builder |
HttpHealthCheckCreationOptions.Builder.host(String host)
The value of the host header in the HTTP health check request.
|
HttpHealthCheckCreationOptions.Builder |
HttpHealthCheckCreationOptions.Builder.port(Integer port)
The TCP port number for the HTTP health check request.
|
HttpHealthCheckCreationOptions.Builder |
HttpHealthCheckCreationOptions.Builder.requestPath(String requestPath)
The request path of the HTTP health check request.
|
HttpHealthCheckCreationOptions.Builder |
HttpHealthCheckCreationOptions.Builder.timeoutSec(Integer timeoutSec)
How long (in seconds) to wait before claiming failure.
|
HttpHealthCheckCreationOptions.Builder |
HttpHealthCheckCreationOptions.Builder.unhealthyThreshold(Integer unhealthyThreshold)
A so-far healthy VM will be marked unhealthy after this many consecutive failures.
|
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.