Show / Hide Table of Contents

Class AutomationRolloutMetadata

AutomationRolloutMetadata contains Automation-related actions that were performed on a rollout.

Inheritance
object
AutomationRolloutMetadata
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 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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX