public sealed class AutomationRun : IMessage<AutomationRun>, IEquatable<AutomationRun>, IDeepCloneable<AutomationRun>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Deploy v1 API class AutomationRun.
An AutomationRun
resource in the Cloud Deploy API.
An AutomationRun
represents an execution instance of an
automation rule.
Implements
IMessage AutomationRun , IEquatable AutomationRun , IDeepCloneable AutomationRun , IBufferMessage , IMessageNamespace
Google.Cloud.Deploy.V1Assembly
Google.Cloud.Deploy.V1.dll
Constructors
AutomationRun()
public AutomationRun()
AutomationRun(AutomationRun)
public AutomationRun(AutomationRun other)
Properties
AdvanceRolloutOperation
public AdvanceRolloutOperation AdvanceRolloutOperation { get; set; }
Output only. Advances a rollout to the next phase.
AutomationId
public string AutomationId { get; set; }
Output only. The ID of the automation that initiated the operation.
AutomationRunName
public AutomationRunName AutomationRunName { get; set; }
AutomationRunName -typed view over the Name resource name property.
AutomationSnapshot
public Automation AutomationSnapshot { get; set; }
Output only. Snapshot of the Automation taken at AutomationRun creation time.
CreateTime
public Timestamp CreateTime { get; set; }
Output only. Time at which the AutomationRun
was created.
Etag
public string Etag { get; set; }
Output only. The weak etag of the AutomationRun
resource.
This checksum is computed by the server based on the value of other
fields, and may be sent on update and delete requests to ensure the
client has an up-to-date value before proceeding.
ExpireTime
public Timestamp ExpireTime { get; set; }
Output only. Time the AutomationRun
expires. An AutomationRun
expires
after 14 days from its creation date.
Name
public string Name { get; set; }
Output only. Name of the AutomationRun
. Format is projects/{project}/locations/{location}/deliveryPipelines/{delivery_pipeline}/automationRuns/{automation_run}
.
OperationCase
public AutomationRun.OperationOneofCase OperationCase { get; }
PromoteReleaseOperation
public PromoteReleaseOperation PromoteReleaseOperation { get; set; }
Output only. Promotes a release to a specified 'Target'.
RepairRolloutOperation
public RepairRolloutOperation RepairRolloutOperation { get; set; }
Output only. Repairs a failed 'Rollout'.
RuleId
public string RuleId { get; set; }
Output only. The ID of the automation rule that initiated the operation.
ServiceAccount
public string ServiceAccount { get; set; }
Output only. Email address of the user-managed IAM service account that performs the operations against Cloud Deploy resources.
State
public AutomationRun.Types.State State { get; set; }
Output only. Current state of the AutomationRun
.
StateDescription
public string StateDescription { get; set; }
Output only. Explains the current state of the AutomationRun
. Present
only when an explanation is needed.
TargetId
public string TargetId { get; set; }
Output only. The ID of the target that represents the promotion stage that
initiates the AutomationRun
. The value of this field is the last segment
of a target name.
UpdateTime
public Timestamp UpdateTime { get; set; }
Output only. Time at which the automationRun was updated.
WaitUntilTime
public Timestamp WaitUntilTime { get; set; }
Output only. Earliest time the AutomationRun
will attempt to resume.
Wait-time is configured by wait
in automation rule.