public sealed class RetryAttempt : IMessage<RetryAttempt>, IEquatable<RetryAttempt>, IDeepCloneable<RetryAttempt>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Deploy v1 API class RetryAttempt.
RetryAttempt represents an action of retrying the failed Cloud Deploy job.
Implements
IMessageRetryAttempt, IEquatableRetryAttempt, IDeepCloneableRetryAttempt, IBufferMessage, IMessageNamespace
Google.Cloud.Deploy.V1Assembly
Google.Cloud.Deploy.V1.dll
Constructors
RetryAttempt()
public RetryAttempt()
RetryAttempt(RetryAttempt)
public RetryAttempt(RetryAttempt other)
Parameter | |
---|---|
Name | Description |
other |
RetryAttempt |
Properties
Attempt
public long Attempt { get; set; }
Output only. The index of this retry attempt.
Property Value | |
---|---|
Type | Description |
long |
State
public RepairState State { get; set; }
Output only. Valid state of this retry action.
Property Value | |
---|---|
Type | Description |
RepairState |
StateDesc
public string StateDesc { get; set; }
Output only. Description of the state of the Retry.
Property Value | |
---|---|
Type | Description |
string |
Wait
public Duration Wait { get; set; }
Output only. How long the operation will be paused.
Property Value | |
---|---|
Type | Description |
Duration |