Package | Description |
---|---|
com.google.cloud.compute.v1 |
A client to Compute Engine API.
|
Modifier and Type | Method and Description |
---|---|
HealthStatus |
HealthStatus.Builder.build() |
static HealthStatus |
HealthStatus.getDefaultInstance() |
Modifier and Type | Method and Description |
---|---|
List<HealthStatus> |
BackendServiceGroupHealth.getHealthStatusList()
Health state of the backend instances or endpoints in requested instance or network endpoint
group, determined based on configured health checks.
|
List<HealthStatus> |
BackendServiceGroupHealth.Builder.getHealthStatusList()
Health state of the backend instances or endpoints in requested instance or network endpoint
group, determined based on configured health checks.
|
List<HealthStatus> |
TargetPoolInstanceHealth.getHealthStatusList() |
List<HealthStatus> |
TargetPoolInstanceHealth.Builder.getHealthStatusList() |
Modifier and Type | Method and Description |
---|---|
BackendServiceGroupHealth.Builder |
BackendServiceGroupHealth.Builder.addHealthStatus(HealthStatus healthStatus)
Health state of the backend instances or endpoints in requested instance or network endpoint
group, determined based on configured health checks.
|
TargetPoolInstanceHealth.Builder |
TargetPoolInstanceHealth.Builder.addHealthStatus(HealthStatus healthStatus) |
HealthStatus.Builder |
HealthStatus.Builder.mergeFrom(HealthStatus other) |
static HealthStatus.Builder |
HealthStatus.newBuilder(HealthStatus prototype) |
Modifier and Type | Method and Description |
---|---|
BackendServiceGroupHealth.Builder |
BackendServiceGroupHealth.Builder.addAllHealthStatus(List<HealthStatus> healthStatus)
Health state of the backend instances or endpoints in requested instance or network endpoint
group, determined based on configured health checks.
|
TargetPoolInstanceHealth.Builder |
TargetPoolInstanceHealth.Builder.addAllHealthStatus(List<HealthStatus> healthStatus) |
Copyright © 2019 Google LLC. All rights reserved.