class documentation

Undocumented

Constant __PB2_DESCRIPTOR__ Undocumented
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 Undocumented
__PB2_DESCRIPTOR__ = (source)

Undocumented

Value
descriptor.DescriptorWrap[descriptor_1.EnumDescriptor]('.nebius.common.v1.Resour
ceEvent.Level',
                                                       resource_event_pb2.DESCRIPTOR
,
                                                       descriptor_1.EnumDescriptor
)

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