Google Cloud Deploy v1 API - Class RollbackAttempt (2.15.0)

public sealed class RollbackAttempt : IMessage<RollbackAttempt>, IEquatable<RollbackAttempt>, IDeepCloneable<RollbackAttempt>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Deploy v1 API class RollbackAttempt.

RollbackAttempt represents an action of rolling back a Cloud Deploy 'Target'.

Inheritance

object > RollbackAttempt

Namespace

Google.Cloud.Deploy.V1

Assembly

Google.Cloud.Deploy.V1.dll

Constructors

RollbackAttempt()

public RollbackAttempt()

RollbackAttempt(RollbackAttempt)

public RollbackAttempt(RollbackAttempt other)
Parameter
NameDescription
otherRollbackAttempt

Properties

DestinationPhase

public string DestinationPhase { get; set; }

Output only. The phase to which the rollout will be rolled back to.

Property Value
TypeDescription
string

RolloutId

public string RolloutId { get; set; }

Output only. ID of the rollback Rollout to create.

Property Value
TypeDescription
string

State

public RepairState State { get; set; }

Output only. Valid state of this rollback action.

Property Value
TypeDescription
RepairState

StateDesc

public string StateDesc { get; set; }

Output only. Description of the state of the Rollback.

Property Value
TypeDescription
string