Uses of Class
org.jclouds.googlecomputeengine.domain.HealthStatus.HealthStatusInternal
-
Packages that use HealthStatus.HealthStatusInternal Package Description org.jclouds.googlecomputeengine.domain -
-
Uses of HealthStatus.HealthStatusInternal in org.jclouds.googlecomputeengine.domain
Methods in org.jclouds.googlecomputeengine.domain that return HealthStatus.HealthStatusInternal Modifier and Type Method Description static HealthStatus.HealthStatusInternalHealthStatus.HealthStatusInternal. create(String ipAddress, int port, URI instance, String healthState)Methods in org.jclouds.googlecomputeengine.domain that return types with arguments of type HealthStatus.HealthStatusInternal Modifier and Type Method Description abstract List<HealthStatus.HealthStatusInternal>HealthStatus. healthStatus()Method parameters in org.jclouds.googlecomputeengine.domain with type arguments of type HealthStatus.HealthStatusInternal Modifier and Type Method Description static HealthStatusHealthStatus. create(List<HealthStatus.HealthStatusInternal> healthStatus)
-