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 RepairPhaseConfig
specified in the Automation
resource.
Implements
IMessageRepairPhase, IEquatableRepairPhase, IDeepCloneableRepairPhase, IBufferMessage, IMessageNamespace
Google.Cloud.Deploy.V1Assembly
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 |