class documentation

class ClusterStatus__Phase(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 PHASE_DELETED Deprecated.
Constant PHASE_DELETING Undocumented
Constant PHASE_PROVISIONING Undocumented
Constant PHASE_PURGING Undocumented
Constant PHASE_RESUMING Undocumented
Constant PHASE_RUNNING Undocumented
Constant PHASE_STOPPING Undocumented
Constant PHASE_UNSPECIFIED Undocumented
Constant PHASE_UPDATING 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.Phase')
__PROTO_FULL_NAME__: str = (source)

Fully qualified protobuf enum name.

Value
'nebius.msp.v1alpha1.ClusterStatus.Phase'
PHASE_DELETED: int = (source)

Deprecated.

Value
5
PHASE_DELETING: int = (source)

Undocumented

Value
4
PHASE_PROVISIONING: int = (source)

Undocumented

Value
1
PHASE_PURGING: int = (source)

Undocumented

Value
6
PHASE_RESUMING: int = (source)

Undocumented

Value
8
PHASE_RUNNING: int = (source)

Undocumented

Value
2
PHASE_STOPPING: int = (source)

Undocumented

Value
7
PHASE_UNSPECIFIED: int = (source)

Undocumented

Value
0
PHASE_UPDATING: int = (source)

Undocumented

Value
3