Uses of Class
org.jclouds.googlecomputeengine.domain.HealthStatus
-
Packages that use HealthStatus Package Description org.jclouds.googlecomputeengine.domain org.jclouds.googlecomputeengine.features -
-
Uses of HealthStatus in org.jclouds.googlecomputeengine.domain
Methods in org.jclouds.googlecomputeengine.domain that return HealthStatus Modifier and Type Method Description static HealthStatus
HealthStatus. create(List<HealthStatus.HealthStatusInternal> healthStatus)
-
Uses of HealthStatus in org.jclouds.googlecomputeengine.features
Methods in org.jclouds.googlecomputeengine.features that return HealthStatus Modifier and Type Method Description HealthStatus
BackendServiceApi. getHealth(String backendServiceName, URI group)
Gets the most recent health check results for this backend service.HealthStatus
TargetPoolApi. getHealth(String targetPool, URI instance)
Gets the HealthStatus of an instance in a targetPool.
-