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

Returns:



3664
3665
3666
3667
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3664

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 .

Returns:



3664
3665
3666
3667
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3664

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