Package | Description |
---|---|
org.jclouds.googlecomputeengine.domain | |
org.jclouds.googlecomputeengine.features |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
HttpHealthCheck |
HttpHealthCheckApi.get(String httpHealthCheck)
Returns a health check by name or null if not found.
|
Modifier and Type | Method and 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.
|
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.