View Source GoogleApi.CloudDeploy.V1.Model.RepairPhase (google_api_cloud_deploy v0.6.0)

RepairPhase tracks the repair attempts that have been made for each RepairMode specified in the Automation resource.

Attributes

  • retry (type: GoogleApi.CloudDeploy.V1.Model.RetryPhase.t, default: nil) - Output only. Records of the retry attempts for retry repair mode.
  • rollback (type: GoogleApi.CloudDeploy.V1.Model.RollbackAttempt.t, default: nil) - Output only. Rollback attempt for rollback repair mode .

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudDeploy.V1.Model.RepairPhase{
  retry: GoogleApi.CloudDeploy.V1.Model.RetryPhase.t() | nil,
  rollback: GoogleApi.CloudDeploy.V1.Model.RollbackAttempt.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.