class documentation

Devlab instance state.

Constant DELETING The Devlab is being deleted.
Constant ERROR The Devlab encountered an error.
Constant FAILED The Devlab has failed.
Constant IMAGE_PULLING The Devlab is pulling an image (STARTING -> IMAGE_PULLING -> RUNNING).
Constant PROVISIONING The Devlab is creating resources.
Constant RUNNING The Devlab is running.
Constant STARTING The Devlab is being started.
Constant STATE_UNSPECIFIED The service did not report the instance's state.
Constant STOPPED The Devlab has been stopped.
Constant STOPPING The Devlab is being stopped.

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.
DELETING: ellipsis = (source)

The Devlab is being deleted.

Value
...
ERROR: ellipsis = (source)

The Devlab encountered an error.

Value
...
FAILED: ellipsis = (source)

The Devlab has failed.

Value
...
IMAGE_PULLING: ellipsis = (source)

The Devlab is pulling an image (STARTING -> IMAGE_PULLING -> RUNNING).

Value
...
PROVISIONING: ellipsis = (source)

The Devlab is creating resources.

Value
...
RUNNING: ellipsis = (source)

The Devlab is running.

Value
...
STARTING: ellipsis = (source)

The Devlab is being started.

Value
...
STATE_UNSPECIFIED: ellipsis = (source)

The service did not report the instance's state.

Value
...
STOPPED: ellipsis = (source)

The Devlab has been stopped.

Value
...
STOPPING: ellipsis = (source)

The Devlab is being stopped.

Value
...