View Source GoogleApi.Redis.V1.Model.ManagedBackupSource (google_api_redis v0.50.0)
Backups that generated and managed by memorystore.
Attributes
-
backup
(type:String.t
, default:nil
) - Optional. Example: //redis.googleapis.com/projects/{project}/locations/{location}/backupCollections/{collection}/backups/{backup} A shorter version (without the prefix) of the backup name is also supported, like projects/{project}/locations/{location}/backupCollections/{collection}/backups/{backup_id} In this case, it assumes the backup is under redis.googleapis.com.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Redis.V1.Model.ManagedBackupSource{backup: String.t() | nil}