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
#current_repair_mode_index
def current_repair_mode_index() -> ::Integer
Returns
- (::Integer) — Output only. The index of the current repair action in the repair sequence.
#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
.