Module: Google::Cloud::Dataproc::V1::ClusterStatus::State
- Defined in:
 - lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/clusters.rb
 
Overview
The cluster state.
Constant Summary collapse
- UNKNOWN =
          
The cluster state is unknown.
 0- CREATING =
          
The cluster is being created and set up. It is not ready for use.
 1- RUNNING =
          
The cluster is currently running and healthy. It is ready for use.
 2- ERROR =
          
The cluster encountered an error. It is not ready for use.
 3- DELETING =
          
The cluster is being deleted. It cannot be used.
 4- UPDATING =
          
The cluster is being updated. It continues to accept and process jobs.
 5