Class RollbackAttempt
RollbackAttempt represents an action of rolling back a Cloud Deploy 'Target'.
Implements
Inherited Members
Namespace: Google.Apis.CloudDeploy.v1.Data
Assembly: Google.Apis.CloudDeploy.v1.dll
Syntax
public class RollbackAttempt : IDirectResponseSchemaProperties
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 |