Class HttpHealthCheckCreationOptions
- java.lang.Object
-
- org.jclouds.googlecomputeengine.options.HttpHealthCheckCreationOptions
-
public abstract class HttpHealthCheckCreationOptions extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
HttpHealthCheckCreationOptions.Builder
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract Integer
checkIntervalSec()
abstract String
description()
abstract Integer
healthyThreshold()
abstract String
host()
abstract Integer
port()
abstract String
requestPath()
abstract Integer
timeoutSec()
abstract Integer
unhealthyThreshold()
-