public enum StateThe cluster state.
Namespace
Google.Cloud.Dataproc.V1Assembly
Google.Cloud.Dataproc.V1.dll
Fields |
|
|---|---|
| Name | Description |
Creating |
The cluster is being created and set up. It is not ready for use. |
Deleting |
The cluster is being deleted. It cannot be used. |
Error |
The cluster encountered an error. It is not ready for use. |
Running |
The cluster is currently running and healthy. It is ready for use. |
Starting |
The cluster is being started. It is not ready for use. |
Stopped |
The cluster is currently stopped. It is not ready for use. |
Stopping |
The cluster is being stopped. It cannot be used. |
Unknown |
The cluster state is unknown. |
Updating |
The cluster is being updated. It continues to accept and process jobs. |