Class RepairRolloutOperation
Contains the information for an automated repair rollout
operation.
Implements
Inherited Members
Namespace: Google.Apis.CloudDeploy.v1.Data
Assembly: Google.Apis.CloudDeploy.v1.dll
Syntax
public class RepairRolloutOperation : IDirectResponseSchema
Properties
CurrentRepairPhaseIndex
Output only. The index of the current repair action in the repair sequence.
Declaration
[JsonProperty("currentRepairPhaseIndex")]
public virtual long? CurrentRepairPhaseIndex { get; set; }
Property Value
Type | Description |
---|---|
long? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
JobId
Output only. The job ID for the Job to repair.
Declaration
[JsonProperty("jobId")]
public virtual string JobId { get; set; }
Property Value
Type | Description |
---|---|
string |
PhaseId
Output only. The phase ID of the phase that includes the job being repaired.
Declaration
[JsonProperty("phaseId")]
public virtual string PhaseId { get; set; }
Property Value
Type | Description |
---|---|
string |
RepairPhases
Output only. Records of the repair attempts. Each repair phase may have multiple retry attempts or single rollback attempt.
Declaration
[JsonProperty("repairPhases")]
public virtual IList<RepairPhase> RepairPhases { get; set; }
Property Value
Type | Description |
---|---|
IList<RepairPhase> |
Rollout
Output only. The name of the rollout that initiates the AutomationRun
.
Declaration
[JsonProperty("rollout")]
public virtual string Rollout { get; set; }
Property Value
Type | Description |
---|---|
string |