Batch V1 API - Class Google::Cloud::Batch::V1::LifecyclePolicy::ActionCondition (v0.4.0)

Reference documentation and code samples for the Batch V1 API class Google::Cloud::Batch::V1::LifecyclePolicy::ActionCondition.

Conditions for actions to deal with task failures.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#exit_codes

def exit_codes() -> ::Array<::Integer>
Returns
  • (::Array<::Integer>) — Exit codes of a task execution. If there are more than 1 exit codes, when task executes with any of the exit code in the list, the condition is met and the action will be executed.

#exit_codes=

def exit_codes=(value) -> ::Array<::Integer>
Parameter
  • value (::Array<::Integer>) — Exit codes of a task execution. If there are more than 1 exit codes, when task executes with any of the exit code in the list, the condition is met and the action will be executed.
Returns
  • (::Array<::Integer>) — Exit codes of a task execution. If there are more than 1 exit codes, when task executes with any of the exit code in the list, the condition is met and the action will be executed.