Google Cloud Deploy v1 API - Class Rollback (2.15.0)

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.

Inheritance

object > Rollback

Namespace

Google.Cloud.Deploy.V1

Assembly

Google.Cloud.Deploy.V1.dll

Constructors

Rollback()

public Rollback()

Rollback(Rollback)

public Rollback(Rollback other)
Parameter
NameDescription
otherRollback

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
TypeDescription
string