Show / Hide Table of Contents

Class RepairRolloutOperation

Contains the information for an automated repair rollout operation.

Inheritance
object
RepairRolloutOperation
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX