View Source GoogleApi.Redis.V1.Model.GcsBackupSource (google_api_redis v0.50.0)
Backups stored in Cloud Storage buckets. The Cloud Storage buckets need to be the same region as the clusters.
Attributes
-
uris
(type:list(String.t)
, default:nil
) - Optional. URIs of the GCS objects to import. Example: gs://bucket1/object1, gs://bucket2/folder2/object2
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Redis.V1.Model.GcsBackupSource{uris: [String.t()] | nil}