Class Rollback
Rolls back a Rollout
.
Implements
Inherited Members
Namespace: Google.Apis.CloudDeploy.v1.Data
Assembly: Google.Apis.CloudDeploy.v1.dll
Syntax
public class Rollback : IDirectResponseSchema
Properties
DestinationPhase
Optional. The starting phase ID for the Rollout
. If unspecified, the Rollout
will start in the stable
phase.
Declaration
[JsonProperty("destinationPhase")]
public virtual string DestinationPhase { get; set; }
Property Value
Type | Description |
---|---|
string |
DisableRollbackIfRolloutPending
Optional. If pending rollout exists on the target, the rollback operation will be aborted.
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 |