Class: Google::Cloud::Deploy::V1::RepairPhaseConfig

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

Configuration of the repair phase.

Instance Attribute Summary collapse

Instance Attribute Details

#retry::Google::Cloud::Deploy::V1::Retry

Returns Optional. Retries a failed job.

Returns:



3953
3954
3955
3956
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3953

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

#rollback::Google::Cloud::Deploy::V1::Rollback

Returns Optional. Rolls back a Rollout.

Returns:



3953
3954
3955
3956
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3953

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