Uses of Class
org.jclouds.googlecomputeengine.domain.HttpHealthCheck
-
Packages that use HttpHealthCheck Package Description org.jclouds.googlecomputeengine.domain org.jclouds.googlecomputeengine.features -
-
Uses of HttpHealthCheck in org.jclouds.googlecomputeengine.domain
Methods in org.jclouds.googlecomputeengine.domain that return HttpHealthCheck Modifier and Type Method Description static HttpHealthCheck
HttpHealthCheck. create(String id, URI selfLink, Date creationTimestamp, String name, String description, String host, String requestPath, Integer port, Integer checkIntervalSec, Integer timeoutSec, Integer unhealthyThreshold, Integer healthyThreshold)
-
Uses of HttpHealthCheck in org.jclouds.googlecomputeengine.features
Methods in org.jclouds.googlecomputeengine.features that return HttpHealthCheck Modifier and Type Method Description HttpHealthCheck
HttpHealthCheckApi. get(String httpHealthCheck)
Returns a health check by name or null if not found.Methods in org.jclouds.googlecomputeengine.features that return types with arguments of type HttpHealthCheck Modifier and Type Method Description protected com.google.common.base.Function<String,ListPage<HttpHealthCheck>>
HttpHealthCheckApi.HttpHealthCheckPages. fetchNextPage(ListOptions options)
Iterator<ListPage<HttpHealthCheck>>
HttpHealthCheckApi. list()
Iterator<ListPage<HttpHealthCheck>>
HttpHealthCheckApi. list(ListOptions options)
ListPage<HttpHealthCheck>
HttpHealthCheckApi. listPage(String pageToken, ListOptions listOptions)
Retrieves the list of persistent http health check resources available to the specified project.
-