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 HealthStatusHealthStatus. 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 HealthStatusBackendServiceApi. getHealth(String backendServiceName, URI group)Gets the most recent health check results for this backend service.HealthStatusTargetPoolApi. getHealth(String targetPool, URI instance)Gets the HealthStatus of an instance in a targetPool. 
 -