Uses of Enum
io.envoyproxy.envoy.api.v2.core.HealthStatus
Packages that use HealthStatus
Package
Description
-
Uses of HealthStatus in io.envoyproxy.envoy.admin.v2alpha
Methods in io.envoyproxy.envoy.admin.v2alpha that return HealthStatusModifier and TypeMethodDescriptionHostHealthStatus.Builder.getEdsHealthStatus()Health status as reported by EDS.HostHealthStatus.getEdsHealthStatus()Health status as reported by EDS.HostHealthStatusOrBuilder.getEdsHealthStatus()Health status as reported by EDS.Methods in io.envoyproxy.envoy.admin.v2alpha with parameters of type HealthStatusModifier and TypeMethodDescriptionHostHealthStatus.Builder.setEdsHealthStatus(HealthStatus value) Health status as reported by EDS. -
Uses of HealthStatus in io.envoyproxy.envoy.api.v2.core
Methods in io.envoyproxy.envoy.api.v2.core that return HealthStatusModifier and TypeMethodDescriptionstatic HealthStatusHealthStatus.forNumber(int value) 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 HealthStatusReturns 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.api.v2.core that return types with arguments of type HealthStatusModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<HealthStatus>HealthStatus.internalGetValueMap() -
Uses of HealthStatus in io.envoyproxy.envoy.api.v2.endpoint
Methods in io.envoyproxy.envoy.api.v2.endpoint that return HealthStatusModifier and TypeMethodDescriptionLbEndpoint.Builder.getHealthStatus()Optional health status when known and supplied by EDS server.LbEndpoint.getHealthStatus()Optional health status when known and supplied by EDS server.LbEndpointOrBuilder.getHealthStatus()Optional health status when known and supplied by EDS server.Methods in io.envoyproxy.envoy.api.v2.endpoint with parameters of type HealthStatusModifier and TypeMethodDescriptionLbEndpoint.Builder.setHealthStatus(HealthStatus value) Optional health status when known and supplied by EDS server. -
Uses of HealthStatus in io.envoyproxy.envoy.service.discovery.v2
Methods in io.envoyproxy.envoy.service.discovery.v2 that return HealthStatusModifier and TypeMethodDescriptionEndpointHealth.Builder.getHealthStatus().envoy.api.v2.core.HealthStatus health_status = 2;EndpointHealth.getHealthStatus().envoy.api.v2.core.HealthStatus health_status = 2;EndpointHealthOrBuilder.getHealthStatus().envoy.api.v2.core.HealthStatus health_status = 2;Methods in io.envoyproxy.envoy.service.discovery.v2 with parameters of type HealthStatusModifier and TypeMethodDescriptionEndpointHealth.Builder.setHealthStatus(HealthStatus value) .envoy.api.v2.core.HealthStatus health_status = 2;