Class: Google::Cloud::Deploy::V1::RepairPhase
- Inherits:
-
Object
- Object
- Google::Cloud::Deploy::V1::RepairPhase
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/deploy/v1/cloud_deploy.rb
Overview
RepairPhase tracks the repair attempts that have been made for
each RepairMode
specified in the Automation
resource.
Instance Attribute Summary collapse
-
#retry ⇒ ::Google::Cloud::Deploy::V1::RetryPhase
readonly
Output only.
-
#rollback ⇒ ::Google::Cloud::Deploy::V1::RollbackAttempt
readonly
Output only.
Instance Attribute Details
#retry ⇒ ::Google::Cloud::Deploy::V1::RetryPhase (readonly)
Returns Output only. Records of the retry attempts for retry repair mode.
3664 3665 3666 3667 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3664 class RepairPhase include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#rollback ⇒ ::Google::Cloud::Deploy::V1::RollbackAttempt (readonly)
Returns Output only. Rollback attempt for rollback repair mode .
3664 3665 3666 3667 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3664 class RepairPhase include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |