Class: Google::Cloud::Deploy::V1::RepairRolloutOperation
- Inherits:
-
Object
- Object
- Google::Cloud::Deploy::V1::RepairRolloutOperation
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/deploy/v1/cloud_deploy.rb
Overview
Contains the information for an automated repair rollout
operation.
Instance Attribute Summary collapse
-
#current_repair_mode_index ⇒ ::Integer
readonly
Output only.
-
#repair_phases ⇒ ::Array<::Google::Cloud::Deploy::V1::RepairPhase>
readonly
Output only.
-
#rollout ⇒ ::String
readonly
Output only.
Instance Attribute Details
#current_repair_mode_index ⇒ ::Integer (readonly)
Returns Output only. The index of the current repair action in the repair sequence.
3651 3652 3653 3654 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3651 class RepairRolloutOperation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#repair_phases ⇒ ::Array<::Google::Cloud::Deploy::V1::RepairPhase> (readonly)
Returns Output only. Records of the repair attempts. Each repair phase may have multiple retry attempts or single rollback attempt.
3651 3652 3653 3654 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3651 class RepairRolloutOperation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#rollout ⇒ ::String (readonly)
Returns Output only. The name of the rollout that initiates the AutomationRun
.
3651 3652 3653 3654 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3651 class RepairRolloutOperation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |