Class: Google::Cloud::Deploy::V1::RepairPhaseConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Deploy::V1::RepairPhaseConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/deploy/v1/cloud_deploy.rb
Overview
Configuration of the repair phase.
Instance Attribute Summary collapse
-
#retry ⇒ ::Google::Cloud::Deploy::V1::Retry
Optional.
-
#rollback ⇒ ::Google::Cloud::Deploy::V1::Rollback
Optional.
Instance Attribute Details
#retry ⇒ ::Google::Cloud::Deploy::V1::Retry
Returns Optional. Retries a failed job.
3953 3954 3955 3956 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3953 class RepairPhaseConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#rollback ⇒ ::Google::Cloud::Deploy::V1::Rollback
Returns Optional. Rolls back a Rollout.
3953 3954 3955 3956 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3953 class RepairPhaseConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |