class documentation

class ResourceEvent__Level(Enum): (source)

View In Hierarchy

Undocumented

Constant __PROTO_DESCRIPTOR__ Protobuf enum descriptor from the registry.
Constant __PROTO_FULL_NAME__ Fully qualified protobuf enum name.
Constant DEBUG A debug event providing detailed insight. Such events are used to debug problems with specific resource(s) and process(es)
Constant ERROR Error event. Indicates a serious problem with the API resource and/or the corresponding processes. Requires immediate user action
Constant INFO A normal event or state change. Informs what is happening with the API resource. Does not require user attention or interaction
Constant UNSPECIFIED Unspecified event severity level
Constant WARN Warning event. Indicates a potential or minor problem with the API resource and/or the corresponding processes. Needs user attention, but requires no immediate action (yet)

Inherited from Enum:

Class Method get_descriptor Return the protobuf EnumDescriptor for this enum.
Constant __PB2_DESCRIPTOR__ Alias for code that expects a protobuf descriptor.
Constant __REGISTRY__ Registry for the enum and its descriptor.
Class Method _missing_ Represent unknown open-enum numbers without losing their value.
__PROTO_DESCRIPTOR__ = (source)

Protobuf enum descriptor from the registry.

Value
REGISTRY.enum_descriptor('nebius.common.v1.ResourceEvent.Level')
__PROTO_FULL_NAME__: str = (source)

Fully qualified protobuf enum name.

Value
'nebius.common.v1.ResourceEvent.Level'

A debug event providing detailed insight. Such events are used to debug problems with specific resource(s) and process(es)

Value
1

Error event. Indicates a serious problem with the API resource and/or the corresponding processes. Requires immediate user action

Value
4

A normal event or state change. Informs what is happening with the API resource. Does not require user attention or interaction

Value
2
UNSPECIFIED: int = (source)

Unspecified event severity level

Value
0

Warning event. Indicates a potential or minor problem with the API resource and/or the corresponding processes. Needs user attention, but requires no immediate action (yet)

Value
3