Class: Backup::Syncer::CloudFiles
- Defined in:
- lib/backup/syncer/cloud_files.rb
Constant Summary
Constants inherited from Cloud
Constants included from CLI::Helpers
Instance 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.
Attributes inherited from Cloud
#concurrency_level, #concurrency_type
Attributes inherited from Base
Method Summary
Methods inherited from Cloud
Methods inherited from Base
Methods included from Configuration::Helpers
#clear_defaults!, #load_defaults!
Methods included from CLI::Helpers
#command_name, #raise_if_command_failed!, #run, #utility
Constructor Details
This class inherits a constructor from Backup::Syncer::Cloud
Instance Attribute Details
#api_key ⇒ Object
Rackspace CloudFiles Credentials
9 10 11 |
# File 'lib/backup/syncer/cloud_files.rb', line 9 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)
19 20 21 |
# File 'lib/backup/syncer/cloud_files.rb', line 19 def auth_url @auth_url end |
#container ⇒ Object
Rackspace CloudFiles Container
13 14 15 |
# File 'lib/backup/syncer/cloud_files.rb', line 13 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
24 25 26 |
# File 'lib/backup/syncer/cloud_files.rb', line 24 def servicenet @servicenet end |
#username ⇒ Object
Rackspace CloudFiles Credentials
9 10 11 |
# File 'lib/backup/syncer/cloud_files.rb', line 9 def username @username end |