class documentation

class InstanceState(Enum): (source)

View In Hierarchy

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.
Constant __PB2_DESCRIPTOR__ Alias for code that expects a protobuf descriptor.
Constant __PROTO_DESCRIPTOR__ Enum descriptor from the registry.
Constant __REGISTRY__ Registry for the enum and its descriptor.
Class Variable __PROTO_FULL_NAME__ Fully qualified protobuf enum name.
Class Method _missing_ Represent unknown open-enum numbers without losing their value.
CREATING: ellipsis = (source)

Undocumented

Value
...
DELETING: ellipsis = (source)

Undocumented

Value
...
ERROR: ellipsis = (source)

Undocumented

Value
...
RUNNING: ellipsis = (source)

Undocumented

Value
...
STARTING: ellipsis = (source)

Undocumented

Value
...
STOPPED: ellipsis = (source)

Undocumented

Value
...
STOPPING: ellipsis = (source)

Undocumented

Value
...
UNSPECIFIED: ellipsis = (source)

Undocumented

Value
...
UPDATING: ellipsis = (source)

Undocumented

Value
...