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

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



4159
4160
4161
4162
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 4159

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.



4159
4160
4161
4162
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 4159

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:



4159
4160
4161
4162
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 4159

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.



4159
4160
4161
4162
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 4159

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