View Source GoogleApi.CloudDeploy.V1.Model.RepairMode (google_api_cloud_deploy v0.6.0)
Configuration of the repair action.
Attributes
-
retry
(type:GoogleApi.CloudDeploy.V1.Model.Retry.t
, default:nil
) - Optional. Retries a failed job. -
rollback
(type:GoogleApi.CloudDeploy.V1.Model.Rollback.t
, default:nil
) - Optional. Rolls back aRollout
.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.CloudDeploy.V1.Model.RepairMode{ retry: GoogleApi.CloudDeploy.V1.Model.Retry.t() | nil, rollback: GoogleApi.CloudDeploy.V1.Model.Rollback.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.