Reference documentation and code samples for the Google Cloud Deploy V1 API class Google::Cloud::Deploy::V1::RepairRolloutOperation.
Contains the information for an automated repair rollout
operation.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#job_id
def job_id() -> ::String
Returns
- (::String) — Output only. The job ID for the Job to repair.
#phase_id
def phase_id() -> ::String
Returns
- (::String) — Output only. The phase ID of the phase that includes the job being repaired.
#repair_phases
def repair_phases() -> ::Array<::Google::Cloud::Deploy::V1::RepairPhase>
Returns
- (::Array<::Google::Cloud::Deploy::V1::RepairPhase>) — Output only. Records of the repair attempts. Each repair phase may have multiple retry attempts or single rollback attempt.
#rollout
def rollout() -> ::String
Returns
-
(::String) — Output only. The name of the rollout that initiates the
AutomationRun
.