Show / Hide Table of Contents

Class RepairRolloutRule

The RepairRolloutRule automation rule will automatically repair a failed Rollout.

Inheritance
object
RepairRolloutRule
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 RepairRolloutRule : 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

Jobs

Optional. Jobs to repair. Proceeds only after job name matched any one in the list, or for all jobs if unspecified or empty. The phase that includes the job must match the phase ID specified in source_phase. 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("jobs")]
public virtual IList<string> Jobs { get; set; }
Property Value
Type Description
IList<string>

Phases

Optional. Phases within which jobs are subject to automatic repair actions on failure. Proceeds only after phase name matched any one in the list, or for all phases if unspecified. 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("phases")]
public virtual IList<string> Phases { get; set; }
Property Value
Type Description
IList<string>

RepairPhases

Required. Defines the types of automatic repair phases for failed jobs.

Declaration
[JsonProperty("repairPhases")]
public virtual IList<RepairPhaseConfig> RepairPhases { get; set; }
Property Value
Type Description
IList<RepairPhaseConfig>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX