Uses of Class
io.envoyproxy.envoy.data.cluster.v2alpha.Action
-
Packages that use Action Package Description io.envoyproxy.envoy.data.cluster.v2alpha -
-
Uses of Action in io.envoyproxy.envoy.data.cluster.v2alpha
Methods in io.envoyproxy.envoy.data.cluster.v2alpha that return Action Modifier and Type Method Description static ActionAction. forNumber(int value)ActionOutlierDetectionEvent.Builder. getAction()The action that took place.ActionOutlierDetectionEvent. getAction()The action that took place.ActionOutlierDetectionEventOrBuilder. getAction()The action that took place.static ActionAction. valueOf(int value)Deprecated.static ActionAction. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static ActionAction. valueOf(String name)Returns the enum constant of this type with the specified name.static Action[]Action. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.envoyproxy.envoy.data.cluster.v2alpha that return types with arguments of type Action Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Action>Action. internalGetValueMap()Methods in io.envoyproxy.envoy.data.cluster.v2alpha with parameters of type Action Modifier and Type Method Description OutlierDetectionEvent.BuilderOutlierDetectionEvent.Builder. setAction(Action value)The action that took place.
-