Uses of Class
io.envoyproxy.envoy.api.v2.core.HealthStatus
-
Packages that use HealthStatus Package Description io.envoyproxy.envoy.admin.v2alpha io.envoyproxy.envoy.api.v2.core io.envoyproxy.envoy.api.v2.endpoint io.envoyproxy.envoy.service.discovery.v2 -
-
Uses of HealthStatus in io.envoyproxy.envoy.admin.v2alpha
Methods in io.envoyproxy.envoy.admin.v2alpha 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.v2alpha 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.api.v2.core
Methods in io.envoyproxy.envoy.api.v2.core that return HealthStatus Modifier and Type Method Description static 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 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.api.v2.core that return types with arguments of type HealthStatus Modifier and Type Method Description static 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 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.api.v2.endpoint 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.discovery.v2
Methods in io.envoyproxy.envoy.service.discovery.v2 that return HealthStatus Modifier and Type Method Description HealthStatusEndpointHealth.Builder. getHealthStatus().envoy.api.v2.core.HealthStatus health_status = 2;HealthStatusEndpointHealth. getHealthStatus().envoy.api.v2.core.HealthStatus health_status = 2;HealthStatusEndpointHealthOrBuilder. getHealthStatus().envoy.api.v2.core.HealthStatus health_status = 2;Methods in io.envoyproxy.envoy.service.discovery.v2 with parameters of type HealthStatus Modifier and Type Method Description EndpointHealth.BuilderEndpointHealth.Builder. setHealthStatus(HealthStatus value).envoy.api.v2.core.HealthStatus health_status = 2;
-