Module: Google::Cloud::VisionAI::V1::Cluster::State

Defined in:
proto_docs/google/cloud/visionai/v1/common.rb

Overview

The current state of the cluster.

Constant Summary collapse

STATE_UNSPECIFIED =

Not set.

0
PROVISIONING =

The PROVISIONING state indicates the cluster is being created.

1
RUNNING =

The RUNNING state indicates the cluster has been created and is fully usable.

2
STOPPING =

The STOPPING state indicates the cluster is being deleted.

3
ERROR =

The ERROR state indicates the cluster is unusable. It will be automatically deleted.

4