メインコンテンツまでスキップ

GoogleCloudDataprocClusterStatusStateType

No description

enum GoogleCloudDataprocClusterStatusStateType {
UNKNOWN
CREATING
RUNNING
ERROR
ERROR_DUE_TO_UPDATE
DELETING
UPDATING
STOPPING
STOPPED
STARTING
RECREATING
}

Values

GoogleCloudDataprocClusterStatusStateType.UNKNOWN

The cluster state is unknown

GoogleCloudDataprocClusterStatusStateType.CREATING

The cluster is being created and set up. It is not ready for use

GoogleCloudDataprocClusterStatusStateType.RUNNING

The cluster is currently running and healthy

GoogleCloudDataprocClusterStatusStateType.ERROR

The cluster encountered an error

GoogleCloudDataprocClusterStatusStateType.ERROR_DUE_TO_UPDATE

The cluster has encountered an error while being updated

GoogleCloudDataprocClusterStatusStateType.DELETING

The cluster is being deleted

GoogleCloudDataprocClusterStatusStateType.UPDATING

The cluster is being updated

GoogleCloudDataprocClusterStatusStateType.STOPPING

The cluster is being stopped

GoogleCloudDataprocClusterStatusStateType.STOPPED

The cluster is currently stopped

GoogleCloudDataprocClusterStatusStateType.STARTING

The cluster is being started

GoogleCloudDataprocClusterStatusStateType.RECREATING

The cluster is currently recreating

Member of

GoogleCloudDataprocClusterStatus object