Show / Hide Table of Contents

Class RepairPhase

RepairPhase tracks the repair attempts that have been made for each RepairPhaseConfig specified in the Automation resource.

Inheritance
object
RepairPhase
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX