public sealed class Rollback : IMessage<Rollback>, IEquatable<Rollback>, IDeepCloneable<Rollback>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Deploy v1 API class Rollback.
Rolls back a Rollout
.
Namespace
Google.Cloud.Deploy.V1Assembly
Google.Cloud.Deploy.V1.dll
Constructors
Rollback()
public Rollback()
Rollback(Rollback)
public Rollback(Rollback other)
Parameter | |
---|---|
Name | Description |
other |
Rollback |
Properties
DestinationPhase
public string DestinationPhase { get; set; }
Optional. The starting phase ID for the Rollout
. If unspecified, the
Rollout
will start in the stable phase.
Property Value | |
---|---|
Type | Description |
string |
DisableRollbackIfRolloutPending
public bool DisableRollbackIfRolloutPending { get; set; }
Optional. If pending rollout exists on the target, the rollback operation will be aborted.
Property Value | |
---|---|
Type | Description |
bool |