Google Cloud Deploy v1 API - Class RepairPhase (2.15.0)

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

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

RepairPhase tracks the repair attempts that have been made for each RepairMode specified in the Automation resource.

Inheritance

object > RepairPhase

Namespace

Google.Cloud.Deploy.V1

Assembly

Google.Cloud.Deploy.V1.dll

Constructors

RepairPhase()

public RepairPhase()

RepairPhase(RepairPhase)

public RepairPhase(RepairPhase other)
Parameter
NameDescription
otherRepairPhase

Properties

RepairPhaseCase

public RepairPhase.RepairPhaseOneofCase RepairPhaseCase { get; }
Property Value
TypeDescription
RepairPhaseRepairPhaseOneofCase

Retry

public RetryPhase Retry { get; set; }

Output only. Records of the retry attempts for retry repair mode.

Property Value
TypeDescription
RetryPhase

Rollback

public RollbackAttempt Rollback { get; set; }

Output only. Rollback attempt for rollback repair mode .

Property Value
TypeDescription
RollbackAttempt