class documentation

class InstanceState(pb_enum.Enum): (source)

View In Hierarchy

Undocumented

Constant __PB2_DESCRIPTOR__ Undocumented
Constant CREATING Undocumented
Constant DELETING Undocumented
Constant ERROR Undocumented
Constant RUNNING Undocumented
Constant STARTING Undocumented
Constant STOPPED Undocumented
Constant STOPPING Undocumented
Constant UNSPECIFIED Undocumented
Constant UPDATING Undocumented

Inherited from Enum:

Class Method get_descriptor Return the protobuf EnumDescriptor for this enum.
__PB2_DESCRIPTOR__ = (source)

Undocumented

Value
descriptor.DescriptorWrap[descriptor_1.EnumDescriptor]('.nebius.compute.v1alpha1
.InstanceStatus.InstanceState',
                                                       instance_pb2.DESCRIPTOR,
                                                       descriptor_1.EnumDescriptor
)
CREATING: int = (source)

Undocumented

Value
1
DELETING: int = (source)

Undocumented

Value
7

Undocumented

Value
8

Undocumented

Value
4
STARTING: int = (source)

Undocumented

Value
3

Undocumented

Value
6
STOPPING: int = (source)

Undocumented

Value
5
UNSPECIFIED: int = (source)

Undocumented

Value
0
UPDATING: int = (source)

Undocumented

Value
2