Google Cloud Deploy v1 API - Class RepairRolloutOperation (2.15.0)

public sealed class RepairRolloutOperation : IMessage<RepairRolloutOperation>, IEquatable<RepairRolloutOperation>, IDeepCloneable<RepairRolloutOperation>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Deploy v1 API class RepairRolloutOperation.

Contains the information for an automated repair rollout operation.

Inheritance

object > RepairRolloutOperation

Namespace

Google.Cloud.Deploy.V1

Assembly

Google.Cloud.Deploy.V1.dll

Constructors

RepairRolloutOperation()

public RepairRolloutOperation()

RepairRolloutOperation(RepairRolloutOperation)

public RepairRolloutOperation(RepairRolloutOperation other)
Parameter
NameDescription
otherRepairRolloutOperation

Properties

CurrentRepairModeIndex

public long CurrentRepairModeIndex { get; set; }

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

Property Value
TypeDescription
long

RepairPhases

public RepeatedField<RepairPhase> RepairPhases { get; }

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

Property Value
TypeDescription
RepeatedFieldRepairPhase

Rollout

public string Rollout { get; set; }

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

Property Value
TypeDescription
string