Package | Description |
---|---|
com.google.api.services.compute.model |
Modifier and Type | Method and Description |
---|---|
HealthStatus |
HealthStatus.clone() |
HealthStatus |
HealthStatus.set(String fieldName,
Object value) |
HealthStatus |
HealthStatus.setHealthState(String healthState)
Health state of the instance.
|
HealthStatus |
HealthStatus.setInstance(String instance)
URL of the instance resource.
|
HealthStatus |
HealthStatus.setIpAddress(String ipAddress)
The IP address represented by this resource.
|
HealthStatus |
HealthStatus.setPort(Integer port)
The port on the instance.
|
Modifier and Type | Method and Description |
---|---|
List<HealthStatus> |
TargetPoolInstanceHealth.getHealthStatus() |
List<HealthStatus> |
BackendServiceGroupHealth.getHealthStatus()
Health state of the backend instances or endpoints in requested instance or network endpoint
group, determined based on configured health checks.
|
Modifier and Type | Method and Description |
---|---|
TargetPoolInstanceHealth |
TargetPoolInstanceHealth.setHealthStatus(List<HealthStatus> healthStatus) |
BackendServiceGroupHealth |
BackendServiceGroupHealth.setHealthStatus(List<HealthStatus> healthStatus)
Health state of the backend instances or endpoints in requested instance or network endpoint
group, determined based on configured health checks.
|
Copyright © 2011–2019 Google. All rights reserved.