Class: Google::Cloud::Memorystore::V1::Instance::GcsBackupSource
- Inherits:
-
Object
- Object
- Google::Cloud::Memorystore::V1::Instance::GcsBackupSource
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/memorystore/v1/memorystore.rb
Overview
Backups that stored in Cloud Storage buckets. The Cloud Storage buckets need to be the same region as the instances.
Instance Attribute Summary collapse
-
#uris ⇒ ::Array<::String>
Optional.
Instance Attribute Details
#uris ⇒ ::Array<::String>
Returns Optional. Example: gs://bucket1/object1, gs://bucket2/folder2/object2.
215 216 217 218 |
# File 'proto_docs/google/cloud/memorystore/v1/memorystore.rb', line 215 class GcsBackupSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |