class documentation

class AuditEventExportState(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 AUDIT_EVENT_EXPORT_STATE_CANCELED Export has been cancelled.
Constant AUDIT_EVENT_EXPORT_STATE_DONE Export successfully completed.
Constant AUDIT_EVENT_EXPORT_STATE_FAILED Export failed.
Constant AUDIT_EVENT_EXPORT_STATE_RUNNING Export created and running.
Constant AUDIT_EVENT_EXPORT_STATE_UNSPECIFIED Undocumented

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.audit.v2.AuditEventExportState')
__PROTO_FULL_NAME__: str = (source)

Fully qualified protobuf enum name.

Value
'nebius.audit.v2.AuditEventExportState'
AUDIT_EVENT_EXPORT_STATE_CANCELED: int = (source)

Export has been cancelled.

Value
2
AUDIT_EVENT_EXPORT_STATE_DONE: int = (source)

Export successfully completed.

Value
3
AUDIT_EVENT_EXPORT_STATE_FAILED: int = (source)

Export failed.

Value
4
AUDIT_EVENT_EXPORT_STATE_RUNNING: int = (source)

Export created and running.

Value
1
AUDIT_EVENT_EXPORT_STATE_UNSPECIFIED: int = (source)

Undocumented

Value
0