class documentation

Undocumented

Constant __PROTO_DESCRIPTOR__ Protobuf enum descriptor from the registry.
Constant __PROTO_FULL_NAME__ Fully qualified protobuf enum name.
Constant STATE_CANCELLED Maintenance operation has been cancelled by the system.
Constant STATE_ERROR Maintenance operation has encountered an error and could not be completed.
Constant STATE_FINISHED Maintenance operation has been successfully completed.
Constant STATE_IN_PROGRESS Maintenance operation is currently in progress.
Constant STATE_SCHEDULED Maintenance operation is scheduled to be run in the future.
Constant 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.maintenance.v1alpha1.State')
__PROTO_FULL_NAME__: str = (source)

Fully qualified protobuf enum name.

Value
'nebius.maintenance.v1alpha1.State'
STATE_CANCELLED: int = (source)

Maintenance operation has been cancelled by the system.

Value
5
STATE_ERROR: int = (source)

Maintenance operation has encountered an error and could not be completed.

Value
4
STATE_FINISHED: int = (source)

Maintenance operation has been successfully completed.

Value
3
STATE_IN_PROGRESS: int = (source)

Maintenance operation is currently in progress.

Value
2
STATE_SCHEDULED: int = (source)

Maintenance operation is scheduled to be run in the future.

Value
1
STATE_UNSPECIFIED: int = (source)

Undocumented

Value
0