Uses of Class
org.jclouds.googlecomputeengine.domain.HttpHealthCheck
Packages that use HttpHealthCheck
-
Uses of HttpHealthCheck in org.jclouds.googlecomputeengine.domain
Methods in org.jclouds.googlecomputeengine.domain that return HttpHealthCheckModifier and TypeMethodDescriptionstatic 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 HttpHealthCheckModifier and TypeMethodDescriptionReturns a health check by name or null if not found.Methods in org.jclouds.googlecomputeengine.features that return types with arguments of type HttpHealthCheckModifier and TypeMethodDescriptionprotected com.google.common.base.Function
<String, ListPage<HttpHealthCheck>> HttpHealthCheckApi.HttpHealthCheckPages.fetchNextPage
(ListOptions options) HttpHealthCheckApi.list()
HttpHealthCheckApi.list
(ListOptions options) HttpHealthCheckApi.listPage
(String pageToken, ListOptions listOptions) Retrieves the list of persistent http health check resources available to the specified project.