Show / Hide Table of Contents

Class AdvanceRolloutRule

The AdvanceRollout automation rule will automatically advance a successful Rollout to the next phase.

Inheritance
object
AdvanceRolloutRule
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudDeploy.v1.Data
Assembly: Google.Apis.CloudDeploy.v1.dll
Syntax
public class AdvanceRolloutRule : IDirectResponseSchema

Properties

Condition

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

Declaration
[JsonProperty("condition")]
public virtual AutomationRuleCondition Condition { get; set; }
Property Value
Type Description
AutomationRuleCondition

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Id

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])?.

Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type Description
string

SourcePhases

Optional. Proceeds only after phase name matched any one in the list. This value must consist of lower-case letters, numbers, and hyphens, start with a letter and end with a letter or a number, and have a max length of 63 characters. In other words, it must match the following regex: ^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$.

Declaration
[JsonProperty("sourcePhases")]
public virtual IList<string> SourcePhases { get; set; }
Property Value
Type Description
IList<string>

Wait

Optional. How long to wait after a rollout is finished.

Declaration
[JsonProperty("wait")]
public virtual object Wait { get; set; }
Property Value
Type Description
object

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX