Google Cloud Dataproc v1 API - Enum FailureAction (5.11.0)

public enum FailureAction

Reference documentation and code samples for the Google Cloud Dataproc v1 API enum FailureAction.

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

Namespace

Google.Cloud.Dataproc.V1

Assembly

Google.Cloud.Dataproc.V1.dll

Fields

Name Description
Delete

Delete the failed cluster resource.

NoAction

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

Unspecified

When FailureAction is unspecified, failure action defaults to NO_ACTION.