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.
Implements
IMessageRollbackTargetConfig, IEquatableRollbackTargetConfig, IDeepCloneableRollbackTargetConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Deploy.V1Assembly
Google.Cloud.Deploy.V1.dll
Constructors
RollbackTargetConfig()
public RollbackTargetConfig()
RollbackTargetConfig(RollbackTargetConfig)
public RollbackTargetConfig(RollbackTargetConfig other)
Parameter | |
---|---|
Name | Description |
other | RollbackTargetConfig |
Properties
Rollout
public Rollout Rollout { get; set; }
Optional. The rollback Rollout
to create.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |