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.setAnnotations(Map<String,String> annotations)
Metadata defined as annotations for network endpoint.
|
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)
A forwarding rule IP address assigned to this instance.
|
HealthStatus |
HealthStatus.setPort(Integer port)
The named port of the instance group, not necessarily the port that is health-checked.
|
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–2020 Google. All rights reserved.