Uses of Class
org.jclouds.googlecomputeengine.options.HttpHealthCheckCreationOptions.Builder
Packages that use HttpHealthCheckCreationOptions.Builder
-
Uses of HttpHealthCheckCreationOptions.Builder in org.jclouds.googlecomputeengine.options
Methods in org.jclouds.googlecomputeengine.options that return HttpHealthCheckCreationOptions.BuilderModifier and TypeMethodDescriptionHttpHealthCheckCreationOptions.Builder.checkIntervalSec
(Integer checkIntervalSec) How often (in seconds) to send a health check.HttpHealthCheckCreationOptions.Builder.description
(String description) An optional textual description of the TargetPool.HttpHealthCheckCreationOptions.Builder.healthyThreshold
(Integer healthyThreshold) An unhealthy VM will be marked healthy after this many consecutive successes.The value of the host header in the HTTP health check request.The TCP port number for the HTTP health check request.HttpHealthCheckCreationOptions.Builder.requestPath
(String requestPath) The request path of the HTTP health check request.HttpHealthCheckCreationOptions.Builder.timeoutSec
(Integer timeoutSec) How long (in seconds) to wait before claiming failure.HttpHealthCheckCreationOptions.Builder.unhealthyThreshold
(Integer unhealthyThreshold) A so-far healthy VM will be marked unhealthy after this many consecutive failures.