Google Cloud Deploy v1 API - Class RollbackTargetConfig (2.15.0)

public sealed class RollbackTargetConfig : IMessage<RollbackTargetConfig>, IEquatable<RollbackTargetConfig>, IDeepCloneable<RollbackTargetConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Deploy v1 API class RollbackTargetConfig.

Configs for the Rollback rollout.

Inheritance

object > RollbackTargetConfig

Namespace

Google.Cloud.Deploy.V1

Assembly

Google.Cloud.Deploy.V1.dll

Constructors

RollbackTargetConfig()

public RollbackTargetConfig()

RollbackTargetConfig(RollbackTargetConfig)

public RollbackTargetConfig(RollbackTargetConfig other)
Parameter
NameDescription
otherRollbackTargetConfig

Properties

Rollout

public Rollout Rollout { get; set; }

Optional. The rollback Rollout to create.

Property Value
TypeDescription
Rollout

StartingPhaseId

public string StartingPhaseId { get; set; }

Optional. The starting phase ID for the Rollout. If unspecified, the Rollout will start in the stable phase.

Property Value
TypeDescription
string