Google Cloud Deploy v1 API - Class RepairPhase (2.16.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
Name Description
other RepairPhase

Properties

RepairPhaseCase

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

Retry

public RetryPhase Retry { get; set; }

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

Property Value
Type Description
RetryPhase

Rollback

public RollbackAttempt Rollback { get; set; }

Output only. Rollback attempt for rollback repair mode .

Property Value
Type Description
RollbackAttempt