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.

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::Retry)

    Optional. Retries a failed job.

    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.



4034
4035
4036
4037
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 4034

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

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

Returns Optional. Rolls back a Rollout.

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::Rollback)

    Optional. Rolls back a Rollout.

    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.



4034
4035
4036
4037
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 4034

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