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.
Note: The following fields are mutually exclusive: retry
, rollback
. If a field in that set is populated, all other fields in the set will automatically be cleared.
4037 4038 4039 4040 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 4037 class RepairPhaseConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#rollback ⇒ ::Google::Cloud::Deploy::V1::Rollback
Returns Optional. Rolls back a Rollout
.
Note: The following fields are mutually exclusive: rollback
, retry
. If a field in that set is populated, all other fields in the set will automatically be cleared.
4037 4038 4039 4040 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 4037 class RepairPhaseConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |