docs/guide.md in profitbricks-sdk-ruby-3.0.1 vs docs/guide.md in profitbricks-sdk-ruby-3.0.2
- old
+ new
@@ -62,10 +62,11 @@
* ```path_prefix``` - REST URI path, default: "/rest/"
* ```headers``` - Custom HTTP request headers
* ```global_classes``` - Disable (flatten) ProfitBricks class namespace; set to false to avoid name conflicts, default: true
* ```timeout``` - Timeout value for wait_for() method, default 60 seconds
* ```interval``` - Polling interval value for wait_for() method, default: 3 seconds
+* ```depth``` - Request depth, default: 1
* ```debug``` - Enable or disable Excon debugging, default: false
Example usage:
ProfitBricks.configure do |config|
@@ -73,9 +74,10 @@
config.password = 'password'
config.url = 'https://api.profitbricks.com'
config.path_prefix = '/rest/'
config.timeout = 120
config.interval = 1
+ config.depth = 5
end
## How To: Create a Data Center
ProfitBricks introduces the concept of Virtual Data Centers. These are logically separated from one another and allow you to have a self-contained environment for all servers, volumes, networking, snapshots, and so forth. The goal is to give you the same experience as you would have if you were running your own physical data center.