public sealed class TimedPromoteReleaseRule : IMessage<TimedPromoteReleaseRule>, IEquatable<TimedPromoteReleaseRule>, IDeepCloneable<TimedPromoteReleaseRule>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Deploy v1 API class TimedPromoteReleaseRule.
The TimedPromoteReleaseRule
will automatically promote a release from the
current target(s) to the specified target(s) on a configured schedule.
Implements
IMessageTimedPromoteReleaseRule, IEquatableTimedPromoteReleaseRule, IDeepCloneableTimedPromoteReleaseRule, IBufferMessage, IMessageNamespace
Google.Cloud.Deploy.V1Assembly
Google.Cloud.Deploy.V1.dll
Constructors
TimedPromoteReleaseRule()
public TimedPromoteReleaseRule()
TimedPromoteReleaseRule(TimedPromoteReleaseRule)
public TimedPromoteReleaseRule(TimedPromoteReleaseRule other)
Parameter | |
---|---|
Name | Description |
other |
TimedPromoteReleaseRule |
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 rule. 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
- "@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,61}[a-z0-9])?
.
Property Value | |
---|---|
Type | Description |
string |
Schedule
public string Schedule { get; set; }
Required. Schedule in crontab format. e.g. "0 9 * * 1" for every Monday at 9am.
Property Value | |
---|---|
Type | Description |
string |
TimeZone
public string TimeZone { get; set; }
Required. The time zone in IANA format IANA Time Zone Database (e.g. America/New_York).
Property Value | |
---|---|
Type | Description |
string |