class documentation

class ClusterStatus__State(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 STATE_DEGRADED Undocumented
Constant STATE_ERROR Undocumented
Constant STATE_FINISHED Undocumented
Constant STATE_IN_PROGRESS Undocumented
Constant STATE_SCHEDULED Undocumented
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.msp.v1alpha1.ClusterStatus.State')
__PROTO_FULL_NAME__: str = (source)

Fully qualified protobuf enum name.

Value
'nebius.msp.v1alpha1.ClusterStatus.State'
STATE_DEGRADED: int = (source)

Undocumented

Value
4
STATE_ERROR: int = (source)

Undocumented

Value
3
STATE_FINISHED: int = (source)

Undocumented

Value
2
STATE_IN_PROGRESS: int = (source)

Undocumented

Value
1
STATE_SCHEDULED: int = (source)

Undocumented

Value
5
STATE_UNSPECIFIED: int = (source)

Undocumented

Value
0