class documentation

Undocumented

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

Undocumented

Value
descriptor.DescriptorWrap[descriptor_1.EnumDescriptor]('.nebius.maintenance.v1al
pha1.State',
                                                       maintenance_pb2.DESCRIPTOR
,
                                                       descriptor_1.EnumDescriptor
)
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