Class RepairPhase
RepairPhase tracks the repair attempts that have been made for each RepairPhaseConfig
specified in the
Automation
resource.
Implements
Inherited Members
Namespace: Google.Apis.CloudDeploy.v1.Data
Assembly: Google.Apis.CloudDeploy.v1.dll
Syntax
public class RepairPhase : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Retry
Output only. Records of the retry attempts for retry repair mode.
Declaration
[JsonProperty("retry")]
public virtual RetryPhase Retry { get; set; }
Property Value
Type | Description |
---|---|
RetryPhase |
Rollback
Output only. Rollback attempt for rollback repair mode .
Declaration
[JsonProperty("rollback")]
public virtual RollbackAttempt Rollback { get; set; }
Property Value
Type | Description |
---|---|
RollbackAttempt |