Google Cloud Deploy v1 API - Class PromoteReleaseRule (2.15.0)

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.

Inheritance

object > PromoteReleaseRule

Namespace

Google.Cloud.Deploy.V1

Assembly

Google.Cloud.Deploy.V1.dll

Constructors

PromoteReleaseRule()

public PromoteReleaseRule()

PromoteReleaseRule(PromoteReleaseRule)

public PromoteReleaseRule(PromoteReleaseRule other)
Parameter
NameDescription
otherPromoteReleaseRule

Properties

Condition

public AutomationRuleCondition Condition { get; set; }

Output only. Information around the state of the Automation rule.

Property Value
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
Duration