PromoteReleaseRule(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The PromoteRelease
rule will automatically promote a release
from the current target to a specified target.
Attributes |
|
---|---|
Name | Description |
id |
str
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])? .
|
wait |
google.protobuf.duration_pb2.Duration
Optional. How long the release need to be paused until being promoted to the next target. |
destination_target_id |
str
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
|
condition |
google.cloud.deploy_v1.types.AutomationRuleCondition
Output only. Information around the state of the Automation rule. |
destination_phase |
str
Optional. The starting phase of the rollout created by this operation. Default to the first phase. |