Class RetryPhase (1.18.0)

RetryPhase(mapping=None, *, ignore_unknown_fields=False, **kwargs)

RetryPhase contains the retry attempts and the metadata for initiating a new attempt.

Attributes

NameDescription
total_attempts int
Output only. The number of attempts that have been made.
backoff_mode google.cloud.deploy_v1.types.BackoffMode
Output only. The pattern of how the wait time of the retry attempt is calculated.
phase_id str
Output only. The phase ID of the phase that includes the job being retried.
job_id str
Output only. The job ID for the Job to retry.
attempts MutableSequence[google.cloud.deploy_v1.types.RetryAttempt]
Output only. Detail of a retry action.