Uses of Class
io.envoyproxy.envoy.config.core.v3.HealthStatus
-
Packages that use HealthStatus Package Description io.envoyproxy.envoy.config.core.v3 io.envoyproxy.envoy.config.endpoint.v3 -
-
Uses of HealthStatus in io.envoyproxy.envoy.config.core.v3
Fields in io.envoyproxy.envoy.config.core.v3 declared as HealthStatus Modifier and Type Field Description private static HealthStatus[]
HealthStatus. VALUES
Fields in io.envoyproxy.envoy.config.core.v3 with type parameters of type HealthStatus Modifier and Type Field Description private static com.google.protobuf.Internal.EnumLiteMap<HealthStatus>
HealthStatus. internalValueMap
private static com.google.protobuf.Internal.IntListAdapter.IntConverter<HealthStatus>
HealthStatusSet. statuses_converter_
Methods in io.envoyproxy.envoy.config.core.v3 that return HealthStatus Modifier and Type Method Description static HealthStatus
HealthStatus. forNumber(int value)
HealthStatus
HealthStatusSet.Builder. getStatuses(int index)
An order-independent set of health status.HealthStatus
HealthStatusSet. getStatuses(int index)
An order-independent set of health status.HealthStatus
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
HealthStatus. valueOf(java.lang.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.config.core.v3 that return types with arguments of type HealthStatus Modifier and Type Method Description java.util.List<HealthStatus>
HealthStatusSet.Builder. getStatusesList()
An order-independent set of health status.java.util.List<HealthStatus>
HealthStatusSet. getStatusesList()
An order-independent set of health status.java.util.List<HealthStatus>
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 HealthStatus Modifier and Type Method Description HealthStatusSet.Builder
HealthStatusSet.Builder. addStatuses(HealthStatus value)
An order-independent set of health status.HealthStatusSet.Builder
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 HealthStatus Modifier and Type Method Description HealthStatusSet.Builder
HealthStatusSet.Builder. addAllStatuses(java.lang.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 HealthStatus Modifier and Type Method Description HealthStatus
LbEndpoint.Builder. getHealthStatus()
Optional health status when known and supplied by EDS server.HealthStatus
LbEndpoint. getHealthStatus()
Optional health status when known and supplied by EDS server.HealthStatus
LbEndpointOrBuilder. getHealthStatus()
Optional health status when known and supplied by EDS server.Methods in io.envoyproxy.envoy.config.endpoint.v3 with parameters of type HealthStatus Modifier and Type Method Description LbEndpoint.Builder
LbEndpoint.Builder. setHealthStatus(HealthStatus value)
Optional health status when known and supplied by EDS server.
-