Batch v1alpha API - Enum LifecyclePolicy.Types.Action (1.0.0-alpha26)

public enum LifecyclePolicy.Types.Action

Reference documentation and code samples for the Batch v1alpha API enum LifecyclePolicy.Types.Action.

Action on task failures based on different conditions.

Namespace

Google.Cloud.Batch.V1Alpha

Assembly

Google.Cloud.Batch.V1Alpha.dll

Fields

NameDescription
FailTask

Action that tasks in the group will be stopped immediately.

RetryTask

Action that tasks in the group will be scheduled to re-execute.

Unspecified

Action unspecified.