Show / Hide Table of Contents

Class RollbackAttempt

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

Inheritance
object
RollbackAttempt
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 RollbackAttempt : IDirectResponseSchema

Properties

DestinationPhase

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

Declaration
[JsonProperty("destinationPhase")]
public virtual string DestinationPhase { get; set; }
Property Value
Type Description
string

DisableRollbackIfRolloutPending

Output only. If active rollout exists on the target, abort this rollback.

Declaration
[JsonProperty("disableRollbackIfRolloutPending")]
public virtual bool? DisableRollbackIfRolloutPending { get; set; }
Property Value
Type Description
bool?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

RolloutId

Output only. ID of the rollback Rollout to create.

Declaration
[JsonProperty("rolloutId")]
public virtual string RolloutId { get; set; }
Property Value
Type Description
string

State

Output only. Valid state of this rollback action.

Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type Description
string

StateDesc

Output only. Description of the state of the Rollback.

Declaration
[JsonProperty("stateDesc")]
public virtual string StateDesc { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX