Uses of Enum
io.envoyproxy.envoy.config.core.v3.HealthStatus
Packages that use HealthStatus
-
Uses of HealthStatus in io.envoyproxy.envoy.config.core.v3
Subclasses with type arguments of type HealthStatus in io.envoyproxy.envoy.config.core.v3Fields 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.internalValueMapprivate 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 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.