Uses of Interface
com.google.cloud.compute.v1.HealthStatusOrBuilder
-
Packages that use HealthStatusOrBuilder Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of HealthStatusOrBuilder in com.google.cloud.compute.v1
Classes in com.google.cloud.compute.v1 that implement HealthStatusOrBuilder Modifier and Type Class Description class
HealthStatus
static class
HealthStatus.Builder
Methods in com.google.cloud.compute.v1 that return HealthStatusOrBuilder Modifier and Type Method Description HealthStatusOrBuilder
BackendServiceGroupHealth.Builder. getHealthStatusOrBuilder(int index)
Health state of the backend instances or endpoints in requested instance or network endpoint group, determined based on configured health checks.HealthStatusOrBuilder
BackendServiceGroupHealth. getHealthStatusOrBuilder(int index)
Health state of the backend instances or endpoints in requested instance or network endpoint group, determined based on configured health checks.HealthStatusOrBuilder
BackendServiceGroupHealthOrBuilder. getHealthStatusOrBuilder(int index)
Health state of the backend instances or endpoints in requested instance or network endpoint group, determined based on configured health checks.HealthStatusOrBuilder
TargetPoolInstanceHealth.Builder. getHealthStatusOrBuilder(int index)
repeated .google.cloud.compute.v1.HealthStatus health_status = 380545845;
HealthStatusOrBuilder
TargetPoolInstanceHealth. getHealthStatusOrBuilder(int index)
repeated .google.cloud.compute.v1.HealthStatus health_status = 380545845;
HealthStatusOrBuilder
TargetPoolInstanceHealthOrBuilder. getHealthStatusOrBuilder(int index)
repeated .google.cloud.compute.v1.HealthStatus health_status = 380545845;
Methods in com.google.cloud.compute.v1 that return types with arguments of type HealthStatusOrBuilder Modifier and Type Method Description List<? extends HealthStatusOrBuilder>
BackendServiceGroupHealth.Builder. getHealthStatusOrBuilderList()
Health state of the backend instances or endpoints in requested instance or network endpoint group, determined based on configured health checks.List<? extends HealthStatusOrBuilder>
BackendServiceGroupHealth. getHealthStatusOrBuilderList()
Health state of the backend instances or endpoints in requested instance or network endpoint group, determined based on configured health checks.List<? extends HealthStatusOrBuilder>
BackendServiceGroupHealthOrBuilder. getHealthStatusOrBuilderList()
Health state of the backend instances or endpoints in requested instance or network endpoint group, determined based on configured health checks.List<? extends HealthStatusOrBuilder>
TargetPoolInstanceHealth.Builder. getHealthStatusOrBuilderList()
repeated .google.cloud.compute.v1.HealthStatus health_status = 380545845;
List<? extends HealthStatusOrBuilder>
TargetPoolInstanceHealth. getHealthStatusOrBuilderList()
repeated .google.cloud.compute.v1.HealthStatus health_status = 380545845;
List<? extends HealthStatusOrBuilder>
TargetPoolInstanceHealthOrBuilder. getHealthStatusOrBuilderList()
repeated .google.cloud.compute.v1.HealthStatus health_status = 380545845;
-