Google Cloud Deploy V1 API - Class Google::Cloud::Deploy::V1::RepairPhase (v1.6.0)

Reference documentation and code samples for the Google Cloud Deploy V1 API class Google::Cloud::Deploy::V1::RepairPhase.

RepairPhase tracks the repair attempts that have been made for each RepairPhaseConfig specified in the Automation resource.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#retry

def retry() -> ::Google::Cloud::Deploy::V1::RetryPhase
Returns
  • (::Google::Cloud::Deploy::V1::RetryPhase) — Output only. Records of the retry attempts for retry repair mode.

    Note: The following fields are mutually exclusive: retry, rollback. If a field in that set is populated, all other fields in the set will automatically be cleared.

#rollback

def rollback() -> ::Google::Cloud::Deploy::V1::RollbackAttempt
Returns
  • (::Google::Cloud::Deploy::V1::RollbackAttempt) — Output only. Rollback attempt for rollback repair mode .

    Note: The following fields are mutually exclusive: rollback, retry. If a field in that set is populated, all other fields in the set will automatically be cleared.