Uses of Enum
io.envoyproxy.envoy.config.core.v3.HealthStatus
Packages that use HealthStatus
Package
Description
-
Uses of HealthStatus in io.envoyproxy.envoy.admin.v3
Methods in io.envoyproxy.envoy.admin.v3 that return HealthStatusModifier and TypeMethodDescriptionHostHealthStatus.Builder.getEdsHealthStatus()Health status as reported by EDS. .. note:: Currently, only ``HEALTHY`` and ``UNHEALTHY`` are supported.HostHealthStatus.getEdsHealthStatus()Health status as reported by EDS. .. note:: Currently, only ``HEALTHY`` and ``UNHEALTHY`` are supported.HostHealthStatusOrBuilder.getEdsHealthStatus()Health status as reported by EDS. .. note:: Currently, only ``HEALTHY`` and ``UNHEALTHY`` are supported.Methods in io.envoyproxy.envoy.admin.v3 with parameters of type HealthStatusModifier and TypeMethodDescriptionHostHealthStatus.Builder.setEdsHealthStatus(HealthStatus value) Health status as reported by EDS. .. note:: Currently, only ``HEALTHY`` and ``UNHEALTHY`` are supported. -
Uses of HealthStatus in io.envoyproxy.envoy.config.core.v3
Methods in io.envoyproxy.envoy.config.core.v3 that return HealthStatusModifier and TypeMethodDescriptionstatic HealthStatusHealthStatus.forNumber(int value) HealthStatusSet.Builder.getStatuses(int index) An order-independent set of health status.HealthStatusSet.getStatuses(int index) An order-independent set of health status.HealthStatusSetOrBuilder.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 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.config.core.v3 that return types with arguments of type HealthStatusModifier and TypeMethodDescriptionHealthStatusSet.Builder.getStatusesList()An order-independent set of health status.HealthStatusSet.getStatusesList()An order-independent set of health status.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 HealthStatusModifier and TypeMethodDescriptionHealthStatusSet.Builder.addStatuses(HealthStatus value) An order-independent set of health status.HealthStatusSet.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 HealthStatusModifier and TypeMethodDescriptionHealthStatusSet.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 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.config.endpoint.v3 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.health.v3
Methods in io.envoyproxy.envoy.service.health.v3 that return HealthStatusModifier and TypeMethodDescriptionEndpointHealth.Builder.getHealthStatus().envoy.config.core.v3.HealthStatus health_status = 2;EndpointHealth.getHealthStatus().envoy.config.core.v3.HealthStatus health_status = 2;EndpointHealthOrBuilder.getHealthStatus().envoy.config.core.v3.HealthStatus health_status = 2;Methods in io.envoyproxy.envoy.service.health.v3 with parameters of type HealthStatusModifier and TypeMethodDescriptionEndpointHealth.Builder.setHealthStatus(HealthStatus value) .envoy.config.core.v3.HealthStatus health_status = 2;