Class: Google::Cloud::Batch::V1::LifecyclePolicy::ActionCondition
- Inherits:
-
Object
- Object
- Google::Cloud::Batch::V1::LifecyclePolicy::ActionCondition
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/batch/v1/task.rb
Overview
Conditions for actions to deal with task failures.
Instance Attribute Summary collapse
-
#exit_codes ⇒ ::Array<::Integer>
Exit codes of a task execution.
Instance Attribute Details
#exit_codes ⇒ ::Array<::Integer>
Returns 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.
417 418 419 420 |
# File 'proto_docs/google/cloud/batch/v1/task.rb', line 417 class ActionCondition include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |