GoogleApi.Composer.V1.Model.RecoveryConfig (google_api_composer v0.36.3)
View SourceThe Recovery settings of an environment.
Attributes
-
scheduledSnapshotsConfig
(type:GoogleApi.Composer.V1.Model.ScheduledSnapshotsConfig.t
, default:nil
) - Optional. The configuration for scheduled snapshot creation mechanism.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Composer.V1.Model.RecoveryConfig{ scheduledSnapshotsConfig: GoogleApi.Composer.V1.Model.ScheduledSnapshotsConfig.t() | nil }