Class: Google::Cloud::Deploy::V1::RepairRolloutOperation

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

Contains the information for an automated repair rollout operation.

Instance Attribute Summary collapse

Instance Attribute Details

#current_repair_phase_index::Integer (readonly)

Returns Output only. The index of the current repair action in the repair sequence.

Returns:

  • (::Integer)

    Output only. The index of the current repair action in the repair sequence.



4446
4447
4448
4449
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 4446

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

#job_id::String (readonly)

Returns Output only. The job ID for the Job to repair.

Returns:

  • (::String)

    Output only. The job ID for the Job to repair.



4446
4447
4448
4449
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 4446

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

#phase_id::String (readonly)

Returns Output only. The phase ID of the phase that includes the job being repaired.

Returns:

  • (::String)

    Output only. The phase ID of the phase that includes the job being repaired.



4446
4447
4448
4449
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 4446

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

#repair_phases::Array<::Google::Cloud::Deploy::V1::RepairPhase> (readonly)

Returns Output only. Records of the repair attempts. Each repair phase may have multiple retry attempts or single rollback attempt.

Returns:



4446
4447
4448
4449
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 4446

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

#rollout::String (readonly)

Returns Output only. The name of the rollout that initiates the AutomationRun.

Returns:

  • (::String)

    Output only. The name of the rollout that initiates the AutomationRun.



4446
4447
4448
4449
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 4446

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