Uses of Enum
io.envoyproxy.envoy.config.core.v3.HealthStatus
Packages that use HealthStatus
-
Uses of HealthStatus in io.envoyproxy.envoy.config.core.v3
Fields in io.envoyproxy.envoy.config.core.v3 declared as HealthStatusFields in io.envoyproxy.envoy.config.core.v3 with type parameters of type HealthStatusModifier and TypeFieldDescriptionprivate static final com.google.protobuf.Internal.EnumLiteMap
<HealthStatus> HealthStatus.internalValueMap
private static final com.google.protobuf.Internal.IntListAdapter.IntConverter
<HealthStatus> HealthStatusSet.statuses_converter_
Methods in io.envoyproxy.envoy.config.core.v3 that return HealthStatusModifier and TypeMethodDescriptionstatic HealthStatus
HealthStatus.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 HealthStatus
HealthStatus.valueOf
(int value) Deprecated.static HealthStatus
HealthStatus.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static HealthStatus
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 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.