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 classHttpHealthCheckCreationOptions.Builder
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract IntegercheckIntervalSec()abstract Stringdescription()abstract IntegerhealthyThreshold()abstract Stringhost()abstract Integerport()abstract StringrequestPath()abstract IntegertimeoutSec()abstract IntegerunhealthyThreshold()
-