Class: Google::Cloud::Redis::Cluster::V1::Cluster::GcsBackupSource
- Inherits:
-
Object
- Object
- Google::Cloud::Redis::Cluster::V1::Cluster::GcsBackupSource
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/redis/cluster/v1/cloud_redis_cluster.rb
Overview
Backups stored in Cloud Storage buckets. The Cloud Storage buckets need to be the same region as the clusters.
Instance Attribute Summary collapse
-
#uris ⇒ ::Array<::String>
Optional.
Instance Attribute Details
#uris ⇒ ::Array<::String>
Returns Optional. URIs of the GCS objects to import. Example: gs://bucket1/object1, gs://bucket2/folder2/object2.
471 472 473 474 |
# File 'proto_docs/google/cloud/redis/cluster/v1/cloud_redis_cluster.rb', line 471 class GcsBackupSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |