public sealed class PromoteReleaseRule : IMessage<PromoteReleaseRule>, IEquatable<PromoteReleaseRule>, IDeepCloneable<PromoteReleaseRule>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Deploy v1 API class PromoteReleaseRule.
PromoteRelease
rule will automatically promote a release from the current
target to a specified target.
Implements
IMessagePromoteReleaseRule, IEquatablePromoteReleaseRule, IDeepCloneablePromoteReleaseRule, IBufferMessage, IMessageNamespace
Google.Cloud.Deploy.V1Assembly
Google.Cloud.Deploy.V1.dll
Constructors
PromoteReleaseRule()
public PromoteReleaseRule()
PromoteReleaseRule(PromoteReleaseRule)
public PromoteReleaseRule(PromoteReleaseRule other)
Parameter | |
---|---|
Name | Description |
other | PromoteReleaseRule |
Properties
Condition
public AutomationRuleCondition Condition { get; set; }
Output only. Information around the state of the Automation rule.
Property Value | |
---|---|
Type | Description |
AutomationRuleCondition |
DestinationPhase
public string DestinationPhase { get; set; }
Optional. The starting phase of the rollout created by this operation. Default to the first phase.
Property Value | |
---|---|
Type | Description |
string |
DestinationTargetId
public string DestinationTargetId { get; set; }
Optional. The ID of the stage in the pipeline to which this Release
is
deploying. If unspecified, default it to the next stage in the promotion
flow. The value of this field could be one of the following:
- The last segment of a target name. It only needs the ID to determine if the target is one of the stages in the promotion sequence defined in the pipeline.
- "@next", the next target in the promotion sequence.
Property Value | |
---|---|
Type | Description |
string |
Id
public string Id { get; set; }
Required. ID of the rule. This id must be unique in the Automation
resource to which this rule belongs. The format is [a-z][a-z0-9\-]{0,62}
.
Property Value | |
---|---|
Type | Description |
string |
Wait
public Duration Wait { get; set; }
Optional. How long the release need to be paused until being promoted to the next target.
Property Value | |
---|---|
Type | Description |
Duration |