Class AutomationRolloutMetadata
AutomationRolloutMetadata contains Automation-related actions that were performed on a rollout.
Implements
Inherited Members
Namespace: Google.Apis.CloudDeploy.v1.Data
Assembly: Google.Apis.CloudDeploy.v1.dll
Syntax
public class AutomationRolloutMetadata : IDirectResponseSchema
Properties
AdvanceAutomationRuns
Output only. The names of the AutomationRuns initiated by an advance rollout rule.
Declaration
[JsonProperty("advanceAutomationRuns")]
public virtual IList<string> AdvanceAutomationRuns { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PromoteAutomationRun
Output only. The name of the AutomationRun initiated by a promote release rule.
Declaration
[JsonProperty("promoteAutomationRun")]
public virtual string PromoteAutomationRun { get; set; }
Property Value
Type | Description |
---|---|
string |
RepairAutomationRuns
Output only. The names of the AutomationRuns initiated by a repair rollout rule.
Declaration
[JsonProperty("repairAutomationRuns")]
public virtual IList<string> RepairAutomationRuns { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |