Class: Backup::Configuration::Syncer::CloudFiles
- Defined in:
- lib/backup/configuration/syncer/cloud_files.rb
Class Attribute Summary collapse
-
.api_key ⇒ Object
Rackspace CloudFiles Credentials.
-
.auth_url ⇒ Object
Rackspace AuthURL allows you to connect to a different Rackspace datacenter - auth.api.rackspacecloud.com (Default: US) - lon.auth.api.rackspacecloud.com (UK).
-
.container ⇒ Object
Rackspace CloudFiles Container.
-
.servicenet ⇒ Object
Improve performance and avoid data transfer costs by setting @servicenet to ‘true` This only works if Backup runs on a Rackspace server.
-
.username ⇒ Object
Rackspace CloudFiles Credentials.
Method Summary
Methods inherited from Base
Methods included from Helpers
#clear_defaults!, #load_defaults!
Class Attribute Details
.api_key ⇒ Object
Rackspace CloudFiles Credentials
10 11 12 |
# File 'lib/backup/configuration/syncer/cloud_files.rb', line 10 def api_key @api_key end |
.auth_url ⇒ Object
Rackspace AuthURL allows you to connect to a different Rackspace datacenter
-
auth.api.rackspacecloud.com (Default: US)
20 21 22 |
# File 'lib/backup/configuration/syncer/cloud_files.rb', line 20 def auth_url @auth_url end |
.container ⇒ Object
Rackspace CloudFiles Container
14 15 16 |
# File 'lib/backup/configuration/syncer/cloud_files.rb', line 14 def container @container end |
.servicenet ⇒ Object
Improve performance and avoid data transfer costs by setting @servicenet to ‘true` This only works if Backup runs on a Rackspace server
25 26 27 |
# File 'lib/backup/configuration/syncer/cloud_files.rb', line 25 def servicenet @servicenet end |
.username ⇒ Object
Rackspace CloudFiles Credentials
10 11 12 |
# File 'lib/backup/configuration/syncer/cloud_files.rb', line 10 def username @username end |