Cloud Dataproc V1 API - Module Google::Cloud::Dataproc::V1::FailureAction (v0.25.0)

Reference documentation and code samples for the Cloud Dataproc V1 API module Google::Cloud::Dataproc::V1::FailureAction.

Actions in response to failure of a resource associated with a cluster.

Constants

FAILURE_ACTION_UNSPECIFIED

value: 0
When FailureAction is unspecified, failure action defaults to NO_ACTION.

NO_ACTION

value: 1
Take no action on failure to create a cluster resource. NO_ACTION is the default.

DELETE

value: 2
Delete the failed cluster resource.