Sha256: 5bac43aaafd5f776b589350bf7aadfa20d34e0196e7a49fa9f92661bf5fd48b6

Contents?: true

Size: 594 Bytes

Versions: 4

Compression:

Stored size: 594 Bytes

Contents

# encoding: utf-8

module Backup
  module Configuration
    module Database
      class Riak < Base
        class << self

          ##
          # Name is the name of the backup
          attr_accessor :name

          ##
          # Node is the node from which to perform the backup.
          attr_accessor :node

          ##
          # Cookie is the Erlang cookie/shared secret used to connect to the node.
          attr_accessor :cookie

          ##
          # Path to riak-admin utility (optional)
          attr_accessor :riak_admin_utility

        end
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
backup_checksum-3.0.23 lib/backup/configuration/database/riak.rb
backup-3.0.23 lib/backup/configuration/database/riak.rb
backup-3.0.22 lib/backup/configuration/database/riak.rb
backup-3.0.21 lib/backup/configuration/database/riak.rb