Uses of Class
io.envoyproxy.envoy.config.core.v3.HealthStatus
-
Packages that use HealthStatus Package Description io.envoyproxy.envoy.admin.v3 io.envoyproxy.envoy.config.core.v3 io.envoyproxy.envoy.config.endpoint.v3 io.envoyproxy.envoy.service.health.v3 -
-
Uses of HealthStatus in io.envoyproxy.envoy.admin.v3
Methods in io.envoyproxy.envoy.admin.v3 that return HealthStatus Modifier and Type Method Description HealthStatusHostHealthStatus.Builder. getEdsHealthStatus()Health status as reported by EDS.HealthStatusHostHealthStatus. getEdsHealthStatus()Health status as reported by EDS.HealthStatusHostHealthStatusOrBuilder. getEdsHealthStatus()Health status as reported by EDS.Methods in io.envoyproxy.envoy.admin.v3 with parameters of type HealthStatus Modifier and Type Method Description HostHealthStatus.BuilderHostHealthStatus.Builder. setEdsHealthStatus(HealthStatus value)Health status as reported by EDS. -
Uses of HealthStatus in io.envoyproxy.envoy.config.core.v3
Methods in io.envoyproxy.envoy.config.core.v3 that return HealthStatus Modifier and Type Method Description static HealthStatusHealthStatus. forNumber(int value)HealthStatusHealthStatusSet.Builder. getStatuses(int index)An order-independent set of health status.HealthStatusHealthStatusSet. getStatuses(int index)An order-independent set of health status.HealthStatusHealthStatusSetOrBuilder. getStatuses(int index)An order-independent set of health status.static HealthStatusHealthStatus. valueOf(int value)Deprecated.static HealthStatusHealthStatus. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static HealthStatusHealthStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static HealthStatus[]HealthStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.envoyproxy.envoy.config.core.v3 that return types with arguments of type HealthStatus Modifier and Type Method Description List<HealthStatus>HealthStatusSet.Builder. getStatusesList()An order-independent set of health status.List<HealthStatus>HealthStatusSet. getStatusesList()An order-independent set of health status.List<HealthStatus>HealthStatusSetOrBuilder. getStatusesList()An order-independent set of health status.static com.google.protobuf.Internal.EnumLiteMap<HealthStatus>HealthStatus. internalGetValueMap()Methods in io.envoyproxy.envoy.config.core.v3 with parameters of type HealthStatus Modifier and Type Method Description HealthStatusSet.BuilderHealthStatusSet.Builder. addStatuses(HealthStatus value)An order-independent set of health status.HealthStatusSet.BuilderHealthStatusSet.Builder. setStatuses(int index, HealthStatus value)An order-independent set of health status.Method parameters in io.envoyproxy.envoy.config.core.v3 with type arguments of type HealthStatus Modifier and Type Method Description HealthStatusSet.BuilderHealthStatusSet.Builder. addAllStatuses(Iterable<? extends HealthStatus> values)An order-independent set of health status. -
Uses of HealthStatus in io.envoyproxy.envoy.config.endpoint.v3
Methods in io.envoyproxy.envoy.config.endpoint.v3 that return HealthStatus Modifier and Type Method Description HealthStatusLbEndpoint.Builder. getHealthStatus()Optional health status when known and supplied by EDS server.HealthStatusLbEndpoint. getHealthStatus()Optional health status when known and supplied by EDS server.HealthStatusLbEndpointOrBuilder. getHealthStatus()Optional health status when known and supplied by EDS server.Methods in io.envoyproxy.envoy.config.endpoint.v3 with parameters of type HealthStatus Modifier and Type Method Description LbEndpoint.BuilderLbEndpoint.Builder. setHealthStatus(HealthStatus value)Optional health status when known and supplied by EDS server. -
Uses of HealthStatus in io.envoyproxy.envoy.service.health.v3
Methods in io.envoyproxy.envoy.service.health.v3 that return HealthStatus Modifier and Type Method Description HealthStatusEndpointHealth.Builder. getHealthStatus().envoy.config.core.v3.HealthStatus health_status = 2;HealthStatusEndpointHealth. getHealthStatus().envoy.config.core.v3.HealthStatus health_status = 2;HealthStatusEndpointHealthOrBuilder. getHealthStatus().envoy.config.core.v3.HealthStatus health_status = 2;Methods in io.envoyproxy.envoy.service.health.v3 with parameters of type HealthStatus Modifier and Type Method Description EndpointHealth.BuilderEndpointHealth.Builder. setHealthStatus(HealthStatus value).envoy.config.core.v3.HealthStatus health_status = 2;
-