Class: Google::Cloud::Deploy::V1::RepairPhase

Inherits:
Object
  • Object
show all
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 RepairPhaseConfig specified in the Automation resource.

Instance Attribute Summary collapse

Instance Attribute Details

#retry::Google::Cloud::Deploy::V1::RetryPhase (readonly)

Returns 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.

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.



4482
4483
4484
4485
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 4482

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 .

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.

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.



4482
4483
4484
4485
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 4482

class RepairPhase
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end