Class: Google::Cloud::Memorystore::V1::Instance::GcsBackupSource

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#uris::Array<::String>

Returns Optional. Example: gs://bucket1/object1, gs://bucket2/folder2/object2.

Returns:

  • (::Array<::String>)

    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