Module: Google::Cloud::Dataproc::V1::FailureAction
- Defined in:
- proto_docs/google/cloud/dataproc/v1/shared.rb
Overview
Actions in response to failure of a resource associated with a cluster.
Constant Summary collapse
- FAILURE_ACTION_UNSPECIFIED =
When FailureAction is unspecified, failure action defaults to NO_ACTION.
0
- NO_ACTION =
Take no action on failure to create a cluster resource. NO_ACTION is the default.
1
- DELETE =
Delete the failed cluster resource.
2