Class RetryPhase
RetryPhase contains the retry attempts and the metadata for initiating a new attempt.
Implements
Inherited Members
Namespace: Google.Apis.CloudDeploy.v1.Data
Assembly: Google.Apis.CloudDeploy.v1.dll
Syntax
public class RetryPhase : IDirectResponseSchema
Properties
Attempts
Output only. Detail of a retry action.
Declaration
[JsonProperty("attempts")]
public virtual IList<RetryAttempt> Attempts { get; set; }
Property Value
Type | Description |
---|---|
IList<RetryAttempt> |
BackoffMode
Output only. The pattern of how the wait time of the retry attempt is calculated.
Declaration
[JsonProperty("backoffMode")]
public virtual string BackoffMode { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
TotalAttempts
Output only. The number of attempts that have been made.
Declaration
[JsonProperty("totalAttempts")]
public virtual long? TotalAttempts { get; set; }
Property Value
Type | Description |
---|---|
long? |