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
-
#job_id ⇒ ::String
readonly
Output only.
-
#phase_id ⇒ ::String
readonly
Output only.
-
#repair_phases ⇒ ::Array<::Google::Cloud::Deploy::V1::RepairPhase>
readonly
Output only.
-
#rollout ⇒ ::String
readonly
Output only.
Instance Attribute Details
#job_id ⇒ ::String (readonly)
Returns Output only. The job ID for the Job to repair.
4159 4160 4161 4162 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 4159 class RepairRolloutOperation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#phase_id ⇒ ::String (readonly)
Returns Output only. The phase ID of the phase that includes the job being repaired.
4159 4160 4161 4162 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 4159 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.
4159 4160 4161 4162 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 4159 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
.
4159 4160 4161 4162 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 4159 class RepairRolloutOperation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |