fog-brightbox 0.9.0 → 0.10.0
Sign up to get free protection for your applications and to get access to all the features.
- data/.travis.yml +2 -1
- data/CHANGELOG.md +12 -0
- data/gemfiles/Gemfile.1.8.7 +1 -0
- data/gemfiles/Gemfile.1.9.3 +5 -0
- data/lib/fog/brightbox/compute.rb +5 -1
- data/lib/fog/brightbox/models/compute/accounts.rb +2 -2
- data/lib/fog/brightbox/requests/compute/accept_user_collaboration.rb +4 -2
- data/lib/fog/brightbox/requests/compute/activate_console_server.rb +4 -2
- data/lib/fog/brightbox/requests/compute/add_listeners_load_balancer.rb +1 -0
- data/lib/fog/brightbox/requests/compute/add_nodes_load_balancer.rb +1 -0
- data/lib/fog/brightbox/requests/compute/add_servers_server_group.rb +1 -0
- data/lib/fog/brightbox/requests/compute/apply_to_firewall_policy.rb +1 -0
- data/lib/fog/brightbox/requests/compute/create_api_client.rb +1 -0
- data/lib/fog/brightbox/requests/compute/create_application.rb +1 -0
- data/lib/fog/brightbox/requests/compute/create_cloud_ip.rb +1 -0
- data/lib/fog/brightbox/requests/compute/create_collaboration.rb +1 -0
- data/lib/fog/brightbox/requests/compute/create_database_server.rb +1 -0
- data/lib/fog/brightbox/requests/compute/create_firewall_policy.rb +1 -0
- data/lib/fog/brightbox/requests/compute/create_firewall_rule.rb +1 -0
- data/lib/fog/brightbox/requests/compute/create_image.rb +2 -1
- data/lib/fog/brightbox/requests/compute/create_load_balancer.rb +3 -1
- data/lib/fog/brightbox/requests/compute/create_server.rb +1 -0
- data/lib/fog/brightbox/requests/compute/create_server_group.rb +1 -0
- data/lib/fog/brightbox/requests/compute/delete_api_client.rb +4 -2
- data/lib/fog/brightbox/requests/compute/delete_application.rb +4 -2
- data/lib/fog/brightbox/requests/compute/delete_cloud_ip.rb +4 -2
- data/lib/fog/brightbox/requests/compute/delete_collaboration.rb +4 -2
- data/lib/fog/brightbox/requests/compute/delete_database_server.rb +4 -2
- data/lib/fog/brightbox/requests/compute/delete_database_snapshot.rb +4 -2
- data/lib/fog/brightbox/requests/compute/delete_firewall_policy.rb +4 -2
- data/lib/fog/brightbox/requests/compute/delete_firewall_rule.rb +4 -2
- data/lib/fog/brightbox/requests/compute/delete_image.rb +4 -2
- data/lib/fog/brightbox/requests/compute/delete_load_balancer.rb +4 -2
- data/lib/fog/brightbox/requests/compute/delete_server.rb +4 -2
- data/lib/fog/brightbox/requests/compute/delete_server_group.rb +4 -2
- data/lib/fog/brightbox/requests/compute/delete_user_collaboration.rb +4 -2
- data/lib/fog/brightbox/requests/compute/get_account.rb +5 -3
- data/lib/fog/brightbox/requests/compute/get_api_client.rb +4 -2
- data/lib/fog/brightbox/requests/compute/get_application.rb +4 -2
- data/lib/fog/brightbox/requests/compute/get_authenticated_user.rb +2 -2
- data/lib/fog/brightbox/requests/compute/get_cloud_ip.rb +4 -2
- data/lib/fog/brightbox/requests/compute/get_collaboration.rb +4 -2
- data/lib/fog/brightbox/requests/compute/get_database_server.rb +4 -2
- data/lib/fog/brightbox/requests/compute/get_database_snapshot.rb +4 -2
- data/lib/fog/brightbox/requests/compute/get_database_type.rb +4 -2
- data/lib/fog/brightbox/requests/compute/get_firewall_policy.rb +4 -2
- data/lib/fog/brightbox/requests/compute/get_firewall_rule.rb +4 -2
- data/lib/fog/brightbox/requests/compute/get_image.rb +4 -2
- data/lib/fog/brightbox/requests/compute/get_interface.rb +4 -2
- data/lib/fog/brightbox/requests/compute/get_load_balancer.rb +4 -2
- data/lib/fog/brightbox/requests/compute/get_scoped_account.rb +2 -2
- data/lib/fog/brightbox/requests/compute/get_server.rb +4 -2
- data/lib/fog/brightbox/requests/compute/get_server_group.rb +4 -2
- data/lib/fog/brightbox/requests/compute/get_server_type.rb +4 -2
- data/lib/fog/brightbox/requests/compute/get_user.rb +4 -2
- data/lib/fog/brightbox/requests/compute/get_user_collaboration.rb +4 -2
- data/lib/fog/brightbox/requests/compute/get_zone.rb +4 -2
- data/lib/fog/brightbox/requests/compute/list_accounts.rb +5 -2
- data/lib/fog/brightbox/requests/compute/list_api_clients.rb +4 -2
- data/lib/fog/brightbox/requests/compute/list_applications.rb +4 -2
- data/lib/fog/brightbox/requests/compute/list_cloud_ips.rb +4 -2
- data/lib/fog/brightbox/requests/compute/list_collaborations.rb +4 -2
- data/lib/fog/brightbox/requests/compute/list_database_servers.rb +4 -2
- data/lib/fog/brightbox/requests/compute/list_database_snapshots.rb +4 -2
- data/lib/fog/brightbox/requests/compute/list_database_types.rb +4 -2
- data/lib/fog/brightbox/requests/compute/list_events.rb +1 -0
- data/lib/fog/brightbox/requests/compute/list_firewall_policies.rb +4 -2
- data/lib/fog/brightbox/requests/compute/list_images.rb +4 -2
- data/lib/fog/brightbox/requests/compute/list_load_balancers.rb +4 -2
- data/lib/fog/brightbox/requests/compute/list_server_groups.rb +4 -2
- data/lib/fog/brightbox/requests/compute/list_server_types.rb +4 -2
- data/lib/fog/brightbox/requests/compute/list_servers.rb +4 -2
- data/lib/fog/brightbox/requests/compute/list_user_collaborations.rb +4 -2
- data/lib/fog/brightbox/requests/compute/list_users.rb +4 -2
- data/lib/fog/brightbox/requests/compute/list_zones.rb +4 -2
- data/lib/fog/brightbox/requests/compute/lock_resource_database_server.rb +4 -2
- data/lib/fog/brightbox/requests/compute/lock_resource_database_snapshot.rb +4 -2
- data/lib/fog/brightbox/requests/compute/lock_resource_image.rb +4 -2
- data/lib/fog/brightbox/requests/compute/lock_resource_load_balancer.rb +4 -2
- data/lib/fog/brightbox/requests/compute/lock_resource_server.rb +4 -2
- data/lib/fog/brightbox/requests/compute/map_cloud_ip.rb +1 -0
- data/lib/fog/brightbox/requests/compute/move_servers_server_group.rb +1 -0
- data/lib/fog/brightbox/requests/compute/reboot_server.rb +5 -3
- data/lib/fog/brightbox/requests/compute/reject_user_collaboration.rb +4 -2
- data/lib/fog/brightbox/requests/compute/remove_firewall_policy.rb +1 -0
- data/lib/fog/brightbox/requests/compute/remove_listeners_load_balancer.rb +1 -0
- data/lib/fog/brightbox/requests/compute/remove_nodes_load_balancer.rb +1 -0
- data/lib/fog/brightbox/requests/compute/remove_servers_server_group.rb +1 -0
- data/lib/fog/brightbox/requests/compute/resend_collaboration.rb +4 -2
- data/lib/fog/brightbox/requests/compute/reset_ftp_password_account.rb +5 -3
- data/lib/fog/brightbox/requests/compute/reset_password_database_server.rb +4 -2
- data/lib/fog/brightbox/requests/compute/reset_secret_api_client.rb +4 -2
- data/lib/fog/brightbox/requests/compute/reset_secret_application.rb +4 -2
- data/lib/fog/brightbox/requests/compute/reset_server.rb +5 -3
- data/lib/fog/brightbox/requests/compute/shutdown_server.rb +4 -2
- data/lib/fog/brightbox/requests/compute/snapshot_database_server.rb +1 -0
- data/lib/fog/brightbox/requests/compute/snapshot_server.rb +1 -0
- data/lib/fog/brightbox/requests/compute/start_server.rb +4 -2
- data/lib/fog/brightbox/requests/compute/stop_server.rb +4 -2
- data/lib/fog/brightbox/requests/compute/unlock_resource_database_server.rb +4 -2
- data/lib/fog/brightbox/requests/compute/unlock_resource_database_snapshot.rb +4 -2
- data/lib/fog/brightbox/requests/compute/unlock_resource_image.rb +4 -2
- data/lib/fog/brightbox/requests/compute/unlock_resource_load_balancer.rb +4 -2
- data/lib/fog/brightbox/requests/compute/unlock_resource_server.rb +4 -2
- data/lib/fog/brightbox/requests/compute/unmap_cloud_ip.rb +4 -2
- data/lib/fog/brightbox/requests/compute/update_account.rb +2 -0
- data/lib/fog/brightbox/requests/compute/update_api_client.rb +2 -0
- data/lib/fog/brightbox/requests/compute/update_application.rb +1 -0
- data/lib/fog/brightbox/requests/compute/update_cloud_ip.rb +1 -0
- data/lib/fog/brightbox/requests/compute/update_database_server.rb +1 -0
- data/lib/fog/brightbox/requests/compute/update_database_snapshot.rb +1 -0
- data/lib/fog/brightbox/requests/compute/update_firewall_policy.rb +1 -0
- data/lib/fog/brightbox/requests/compute/update_firewall_rule.rb +1 -0
- data/lib/fog/brightbox/requests/compute/update_image.rb +1 -0
- data/lib/fog/brightbox/requests/compute/update_load_balancer.rb +3 -1
- data/lib/fog/brightbox/requests/compute/update_server.rb +1 -0
- data/lib/fog/brightbox/requests/compute/update_server_group.rb +1 -0
- data/lib/fog/brightbox/requests/compute/update_user.rb +1 -0
- data/lib/fog/brightbox/version.rb +1 -1
- data/spec/fog/compute/brightbox/database_server_spec.rb +6 -4
- data/spec/fog/compute/brightbox/server_spec.rb +6 -4
- data/spec/supports_resource_locking.rb +6 -2
- data/tests/brightbox/requests/compute/account_tests.rb +1 -1
- metadata +159 -135
- checksums.yaml +0 -7
@@ -5,14 +5,16 @@ module Fog
|
|
5
5
|
# Destroy the LoadBalancer
|
6
6
|
#
|
7
7
|
# @param [String] identifier Unique reference to identify the resource
|
8
|
+
# @param [Hash] options
|
9
|
+
# @option options [Boolean] :nested passed through with the API request. When true nested resources are expanded.
|
8
10
|
#
|
9
11
|
# @return [Hash] if successful Hash version of JSON object
|
10
12
|
#
|
11
13
|
# @see https://api.gb1.brightbox.com/1.0/#load_balancer_delete_load_balancer
|
12
14
|
#
|
13
|
-
def delete_load_balancer(identifier)
|
15
|
+
def delete_load_balancer(identifier, options = {})
|
14
16
|
return nil if identifier.nil? || identifier == ""
|
15
|
-
wrapped_request("delete", "/1.0/load_balancers/#{identifier}", [202])
|
17
|
+
wrapped_request("delete", "/1.0/load_balancers/#{identifier}", [202], options)
|
16
18
|
end
|
17
19
|
|
18
20
|
# Old format of the delete request.
|
@@ -5,14 +5,16 @@ module Fog
|
|
5
5
|
# Destroy the server and free up the resources.
|
6
6
|
#
|
7
7
|
# @param [String] identifier Unique reference to identify the resource
|
8
|
+
# @param [Hash] options
|
9
|
+
# @option options [Boolean] :nested passed through with the API request. When true nested resources are expanded.
|
8
10
|
#
|
9
11
|
# @return [Hash] if successful Hash version of JSON object
|
10
12
|
#
|
11
13
|
# @see https://api.gb1.brightbox.com/1.0/#server_delete_server
|
12
14
|
#
|
13
|
-
def delete_server(identifier)
|
15
|
+
def delete_server(identifier, options = {})
|
14
16
|
return nil if identifier.nil? || identifier == ""
|
15
|
-
wrapped_request("delete", "/1.0/servers/#{identifier}", [202])
|
17
|
+
wrapped_request("delete", "/1.0/servers/#{identifier}", [202], options)
|
16
18
|
end
|
17
19
|
|
18
20
|
# Old format of the delete request.
|
@@ -5,14 +5,16 @@ module Fog
|
|
5
5
|
# Destroy the server group if not in use.
|
6
6
|
#
|
7
7
|
# @param [String] identifier Unique reference to identify the resource
|
8
|
+
# @param [Hash] options
|
9
|
+
# @option options [Boolean] :nested passed through with the API request. When true nested resources are expanded.
|
8
10
|
#
|
9
11
|
# @return [Hash] if successful Hash version of JSON object
|
10
12
|
#
|
11
13
|
# @see https://api.gb1.brightbox.com/1.0/#server_group_delete_server_group
|
12
14
|
#
|
13
|
-
def delete_server_group(identifier)
|
15
|
+
def delete_server_group(identifier, options = {})
|
14
16
|
return nil if identifier.nil? || identifier == ""
|
15
|
-
wrapped_request("delete", "/1.0/server_groups/#{identifier}", [202])
|
17
|
+
wrapped_request("delete", "/1.0/server_groups/#{identifier}", [202], options)
|
16
18
|
end
|
17
19
|
|
18
20
|
# Old format of the delete request.
|
@@ -5,14 +5,16 @@ module Fog
|
|
5
5
|
# Ends an existing 'accepted' collaboration
|
6
6
|
#
|
7
7
|
# @param [String] identifier Unique reference to identify the resource
|
8
|
+
# @param [Hash] options
|
9
|
+
# @option options [Boolean] :nested passed through with the API request. When true nested resources are expanded.
|
8
10
|
#
|
9
11
|
# @return [Hash] if successful Hash version of JSON object
|
10
12
|
#
|
11
13
|
# @see https://api.gb1.brightbox.com/1.0/#user_collaboration_delete_user_collaboration
|
12
14
|
#
|
13
|
-
def delete_user_collaboration(identifier)
|
15
|
+
def delete_user_collaboration(identifier, options = {})
|
14
16
|
return nil if identifier.nil? || identifier == ""
|
15
|
-
wrapped_request("delete", "/1.0/user/collaborations/#{identifier}", [200])
|
17
|
+
wrapped_request("delete", "/1.0/user/collaborations/#{identifier}", [200], options)
|
16
18
|
end
|
17
19
|
|
18
20
|
# Old format of the delete request.
|
@@ -4,8 +4,10 @@ module Fog
|
|
4
4
|
class Real
|
5
5
|
# Get full details of the account.
|
6
6
|
#
|
7
|
-
# @overload get_account(identifier)
|
7
|
+
# @overload get_account(identifier, options = {})
|
8
8
|
# @param [String] identifier Unique reference to identify the resource
|
9
|
+
# @param [Hash] options
|
10
|
+
# @option options [Boolean] :nested passed through with the API request. When true nested resources are expanded.
|
9
11
|
#
|
10
12
|
# @overload get_account()
|
11
13
|
# @deprecated Use {Fog::Compute::Brightbox::Real#get_scoped_account} instead
|
@@ -14,12 +16,12 @@ module Fog
|
|
14
16
|
#
|
15
17
|
# @see https://api.gb1.brightbox.com/1.0/#account_get_account
|
16
18
|
#
|
17
|
-
def get_account(identifier = nil)
|
19
|
+
def get_account(identifier = nil, options = {})
|
18
20
|
if identifier.nil? || identifier.empty?
|
19
21
|
Fog::Logger.deprecation("get_account() without a parameter is deprecated, use get_scoped_account instead [light_black](#{caller.first})[/]")
|
20
22
|
get_scoped_account
|
21
23
|
else
|
22
|
-
wrapped_request("get", "/1.0/accounts/#{identifier}", [200])
|
24
|
+
wrapped_request("get", "/1.0/accounts/#{identifier}", [200], options)
|
23
25
|
end
|
24
26
|
end
|
25
27
|
end
|
@@ -5,14 +5,16 @@ module Fog
|
|
5
5
|
# Get full details of the API client.
|
6
6
|
#
|
7
7
|
# @param [String] identifier Unique reference to identify the resource
|
8
|
+
# @param [Hash] options
|
9
|
+
# @option options [Boolean] :nested passed through with the API request. When true nested resources are expanded.
|
8
10
|
#
|
9
11
|
# @return [Hash] if successful Hash version of JSON object
|
10
12
|
#
|
11
13
|
# @see https://api.gb1.brightbox.com/1.0/#api_client_get_api_client
|
12
14
|
#
|
13
|
-
def get_api_client(identifier)
|
15
|
+
def get_api_client(identifier, options = {})
|
14
16
|
return nil if identifier.nil? || identifier == ""
|
15
|
-
wrapped_request("get", "/1.0/api_clients/#{identifier}", [200])
|
17
|
+
wrapped_request("get", "/1.0/api_clients/#{identifier}", [200], options)
|
16
18
|
end
|
17
19
|
end
|
18
20
|
end
|
@@ -5,14 +5,16 @@ module Fog
|
|
5
5
|
# Get full details of the application.
|
6
6
|
#
|
7
7
|
# @param [String] identifier Unique reference to identify the resource
|
8
|
+
# @param [Hash] options
|
9
|
+
# @option options [Boolean] :nested passed through with the API request. When true nested resources are expanded.
|
8
10
|
#
|
9
11
|
# @return [Hash] if successful Hash version of JSON object
|
10
12
|
#
|
11
13
|
# @see https://api.gb1.brightbox.com/1.0/#application_get_application
|
12
14
|
#
|
13
|
-
def get_application(identifier)
|
15
|
+
def get_application(identifier, options = {})
|
14
16
|
return nil if identifier.nil? || identifier == ""
|
15
|
-
wrapped_request("get", "/1.0/applications/#{identifier}", [200])
|
17
|
+
wrapped_request("get", "/1.0/applications/#{identifier}", [200], options)
|
16
18
|
end
|
17
19
|
end
|
18
20
|
end
|
@@ -6,8 +6,8 @@ module Fog
|
|
6
6
|
#
|
7
7
|
# @return [Hash] The JSON response parsed to a Hash
|
8
8
|
#
|
9
|
-
def get_authenticated_user
|
10
|
-
wrapped_request("get", "/1.0/user", [200])
|
9
|
+
def get_authenticated_user(options = {})
|
10
|
+
wrapped_request("get", "/1.0/user", [200], options)
|
11
11
|
end
|
12
12
|
end
|
13
13
|
end
|
@@ -5,14 +5,16 @@ module Fog
|
|
5
5
|
# Get full details of the cloud IP address.
|
6
6
|
#
|
7
7
|
# @param [String] identifier Unique reference to identify the resource
|
8
|
+
# @param [Hash] options
|
9
|
+
# @option options [Boolean] :nested passed through with the API request. When true nested resources are expanded.
|
8
10
|
#
|
9
11
|
# @return [Hash] if successful Hash version of JSON object
|
10
12
|
#
|
11
13
|
# @see https://api.gb1.brightbox.com/1.0/#cloud_ip_get_cloud_ip
|
12
14
|
#
|
13
|
-
def get_cloud_ip(identifier)
|
15
|
+
def get_cloud_ip(identifier, options = {})
|
14
16
|
return nil if identifier.nil? || identifier == ""
|
15
|
-
wrapped_request("get", "/1.0/cloud_ips/#{identifier}", [200])
|
17
|
+
wrapped_request("get", "/1.0/cloud_ips/#{identifier}", [200], options)
|
16
18
|
end
|
17
19
|
end
|
18
20
|
end
|
@@ -5,14 +5,16 @@ module Fog
|
|
5
5
|
# Shows details of the collaboration
|
6
6
|
#
|
7
7
|
# @param [String] identifier Unique reference to identify the resource
|
8
|
+
# @param [Hash] options
|
9
|
+
# @option options [Boolean] :nested passed through with the API request. When true nested resources are expanded.
|
8
10
|
#
|
9
11
|
# @return [Hash] if successful Hash version of JSON object
|
10
12
|
#
|
11
13
|
# @see https://api.gb1.brightbox.com/1.0/#collaboration_get_collaboration
|
12
14
|
#
|
13
|
-
def get_collaboration(identifier)
|
15
|
+
def get_collaboration(identifier, options = {})
|
14
16
|
return nil if identifier.nil? || identifier == ""
|
15
|
-
wrapped_request("get", "/1.0/collaborations/#{identifier}", [200])
|
17
|
+
wrapped_request("get", "/1.0/collaborations/#{identifier}", [200], options)
|
16
18
|
end
|
17
19
|
end
|
18
20
|
end
|
@@ -3,14 +3,16 @@ module Fog
|
|
3
3
|
class Brightbox
|
4
4
|
class Real
|
5
5
|
# @param [String] identifier Unique reference to identify the resource
|
6
|
+
# @param [Hash] options
|
7
|
+
# @option options [Boolean] :nested passed through with the API request. When true nested resources are expanded.
|
6
8
|
#
|
7
9
|
# @return [Hash] if successful Hash version of JSON object
|
8
10
|
#
|
9
11
|
# @see https://api.gb1.brightbox.com/1.0/#database_server_get_database_server
|
10
12
|
#
|
11
|
-
def get_database_server(identifier)
|
13
|
+
def get_database_server(identifier, options = {})
|
12
14
|
return nil if identifier.nil? || identifier == ""
|
13
|
-
wrapped_request("get", "/1.0/database_servers/#{identifier}", [200])
|
15
|
+
wrapped_request("get", "/1.0/database_servers/#{identifier}", [200], options)
|
14
16
|
end
|
15
17
|
end
|
16
18
|
end
|
@@ -3,14 +3,16 @@ module Fog
|
|
3
3
|
class Brightbox
|
4
4
|
class Real
|
5
5
|
# @param [String] identifier Unique reference to identify the resource
|
6
|
+
# @param [Hash] options
|
7
|
+
# @option options [Boolean] :nested passed through with the API request. When true nested resources are expanded.
|
6
8
|
#
|
7
9
|
# @return [Hash] if successful Hash version of JSON object
|
8
10
|
#
|
9
11
|
# @see https://api.gb1.brightbox.com/1.0/#database_snapshot_get_database_snapshot
|
10
12
|
#
|
11
|
-
def get_database_snapshot(identifier)
|
13
|
+
def get_database_snapshot(identifier, options = {})
|
12
14
|
return nil if identifier.nil? || identifier == ""
|
13
|
-
wrapped_request("get", "/1.0/database_snapshots/#{identifier}", [200])
|
15
|
+
wrapped_request("get", "/1.0/database_snapshots/#{identifier}", [200], options)
|
14
16
|
end
|
15
17
|
end
|
16
18
|
end
|
@@ -5,14 +5,16 @@ module Fog
|
|
5
5
|
# Get details of the database server type.
|
6
6
|
#
|
7
7
|
# @param [String] identifier Unique reference to identify the resource
|
8
|
+
# @param [Hash] options
|
9
|
+
# @option options [Boolean] :nested passed through with the API request. When true nested resources are expanded.
|
8
10
|
#
|
9
11
|
# @return [Hash] if successful Hash version of JSON object
|
10
12
|
#
|
11
13
|
# @see https://api.gb1.brightbox.com/1.0/#database_type_get_database_type
|
12
14
|
#
|
13
|
-
def get_database_type(identifier)
|
15
|
+
def get_database_type(identifier, options = {})
|
14
16
|
return nil if identifier.nil? || identifier == ""
|
15
|
-
wrapped_request("get", "/1.0/database_types/#{identifier}", [200])
|
17
|
+
wrapped_request("get", "/1.0/database_types/#{identifier}", [200], options)
|
16
18
|
end
|
17
19
|
end
|
18
20
|
end
|
@@ -5,14 +5,16 @@ module Fog
|
|
5
5
|
# Get details of the firewall policy
|
6
6
|
#
|
7
7
|
# @param [String] identifier Unique reference to identify the resource
|
8
|
+
# @param [Hash] options
|
9
|
+
# @option options [Boolean] :nested passed through with the API request. When true nested resources are expanded.
|
8
10
|
#
|
9
11
|
# @return [Hash] if successful Hash version of JSON object
|
10
12
|
#
|
11
13
|
# @see https://api.gb1.brightbox.com/1.0/#firewall_policy_get_firewall_policy
|
12
14
|
#
|
13
|
-
def get_firewall_policy(identifier)
|
15
|
+
def get_firewall_policy(identifier, options = {})
|
14
16
|
return nil if identifier.nil? || identifier == ""
|
15
|
-
wrapped_request("get", "/1.0/firewall_policies/#{identifier}", [200])
|
17
|
+
wrapped_request("get", "/1.0/firewall_policies/#{identifier}", [200], options)
|
16
18
|
end
|
17
19
|
end
|
18
20
|
end
|
@@ -5,14 +5,16 @@ module Fog
|
|
5
5
|
# Get full details of the firewall rule.
|
6
6
|
#
|
7
7
|
# @param [String] identifier Unique reference to identify the resource
|
8
|
+
# @param [Hash] options
|
9
|
+
# @option options [Boolean] :nested passed through with the API request. When true nested resources are expanded.
|
8
10
|
#
|
9
11
|
# @return [Hash] if successful Hash version of JSON object
|
10
12
|
#
|
11
13
|
# @see https://api.gb1.brightbox.com/1.0/#firewall_rule_get_firewall_rule
|
12
14
|
#
|
13
|
-
def get_firewall_rule(identifier)
|
15
|
+
def get_firewall_rule(identifier, options = {})
|
14
16
|
return nil if identifier.nil? || identifier == ""
|
15
|
-
wrapped_request("get", "/1.0/firewall_rules/#{identifier}", [200])
|
17
|
+
wrapped_request("get", "/1.0/firewall_rules/#{identifier}", [200], options)
|
16
18
|
end
|
17
19
|
end
|
18
20
|
end
|
@@ -5,14 +5,16 @@ module Fog
|
|
5
5
|
# Get full details of the image.
|
6
6
|
#
|
7
7
|
# @param [String] identifier Unique reference to identify the resource
|
8
|
+
# @param [Hash] options
|
9
|
+
# @option options [Boolean] :nested passed through with the API request. When true nested resources are expanded.
|
8
10
|
#
|
9
11
|
# @return [Hash] if successful Hash version of JSON object
|
10
12
|
#
|
11
13
|
# @see https://api.gb1.brightbox.com/1.0/#image_get_image
|
12
14
|
#
|
13
|
-
def get_image(identifier)
|
15
|
+
def get_image(identifier, options = {})
|
14
16
|
return nil if identifier.nil? || identifier == ""
|
15
|
-
wrapped_request("get", "/1.0/images/#{identifier}", [200])
|
17
|
+
wrapped_request("get", "/1.0/images/#{identifier}", [200], options)
|
16
18
|
end
|
17
19
|
end
|
18
20
|
end
|
@@ -5,14 +5,16 @@ module Fog
|
|
5
5
|
# Get full details of the interface.
|
6
6
|
#
|
7
7
|
# @param [String] identifier Unique reference to identify the resource
|
8
|
+
# @param [Hash] options
|
9
|
+
# @option options [Boolean] :nested passed through with the API request. When true nested resources are expanded.
|
8
10
|
#
|
9
11
|
# @return [Hash] if successful Hash version of JSON object
|
10
12
|
#
|
11
13
|
# @see https://api.gb1.brightbox.com/1.0/#interface_get_interface
|
12
14
|
#
|
13
|
-
def get_interface(identifier)
|
15
|
+
def get_interface(identifier, options = {})
|
14
16
|
return nil if identifier.nil? || identifier == ""
|
15
|
-
wrapped_request("get", "/1.0/interfaces/#{identifier}", [200])
|
17
|
+
wrapped_request("get", "/1.0/interfaces/#{identifier}", [200], options)
|
16
18
|
end
|
17
19
|
end
|
18
20
|
end
|
@@ -5,14 +5,16 @@ module Fog
|
|
5
5
|
# Get full details of the load balancer.
|
6
6
|
#
|
7
7
|
# @param [String] identifier Unique reference to identify the resource
|
8
|
+
# @param [Hash] options
|
9
|
+
# @option options [Boolean] :nested passed through with the API request. When true nested resources are expanded.
|
8
10
|
#
|
9
11
|
# @return [Hash] if successful Hash version of JSON object
|
10
12
|
#
|
11
13
|
# @see https://api.gb1.brightbox.com/1.0/#load_balancer_get_load_balancer
|
12
14
|
#
|
13
|
-
def get_load_balancer(identifier)
|
15
|
+
def get_load_balancer(identifier, options = {})
|
14
16
|
return nil if identifier.nil? || identifier == ""
|
15
|
-
wrapped_request("get", "/1.0/load_balancers/#{identifier}", [200])
|
17
|
+
wrapped_request("get", "/1.0/load_balancers/#{identifier}", [200], options)
|
16
18
|
end
|
17
19
|
end
|
18
20
|
end
|
@@ -5,8 +5,8 @@ module Fog
|
|
5
5
|
# Requests details about currently scoped account
|
6
6
|
#
|
7
7
|
# @return [Hash] The JSON response parsed to a Hash
|
8
|
-
def get_scoped_account
|
9
|
-
wrapped_request("get", "/1.0/account", [200])
|
8
|
+
def get_scoped_account(options = {})
|
9
|
+
wrapped_request("get", "/1.0/account", [200], options)
|
10
10
|
end
|
11
11
|
end
|
12
12
|
end
|
@@ -5,14 +5,16 @@ module Fog
|
|
5
5
|
# Get full details of the server.
|
6
6
|
#
|
7
7
|
# @param [String] identifier Unique reference to identify the resource
|
8
|
+
# @param [Hash] options
|
9
|
+
# @option options [Boolean] :nested passed through with the API request. When true nested resources are expanded.
|
8
10
|
#
|
9
11
|
# @return [Hash] if successful Hash version of JSON object
|
10
12
|
#
|
11
13
|
# @see https://api.gb1.brightbox.com/1.0/#server_get_server
|
12
14
|
#
|
13
|
-
def get_server(identifier)
|
15
|
+
def get_server(identifier, options = {})
|
14
16
|
return nil if identifier.nil? || identifier == ""
|
15
|
-
wrapped_request("get", "/1.0/servers/#{identifier}", [200])
|
17
|
+
wrapped_request("get", "/1.0/servers/#{identifier}", [200], options)
|
16
18
|
end
|
17
19
|
end
|
18
20
|
end
|
@@ -5,14 +5,16 @@ module Fog
|
|
5
5
|
# Get details of the server group.
|
6
6
|
#
|
7
7
|
# @param [String] identifier Unique reference to identify the resource
|
8
|
+
# @param [Hash] options
|
9
|
+
# @option options [Boolean] :nested passed through with the API request. When true nested resources are expanded.
|
8
10
|
#
|
9
11
|
# @return [Hash] if successful Hash version of JSON object
|
10
12
|
#
|
11
13
|
# @see https://api.gb1.brightbox.com/1.0/#server_group_get_server_group
|
12
14
|
#
|
13
|
-
def get_server_group(identifier)
|
15
|
+
def get_server_group(identifier, options = {})
|
14
16
|
return nil if identifier.nil? || identifier == ""
|
15
|
-
wrapped_request("get", "/1.0/server_groups/#{identifier}", [200])
|
17
|
+
wrapped_request("get", "/1.0/server_groups/#{identifier}", [200], options)
|
16
18
|
end
|
17
19
|
end
|
18
20
|
end
|
@@ -5,14 +5,16 @@ module Fog
|
|
5
5
|
# Get full details of the server type.
|
6
6
|
#
|
7
7
|
# @param [String] identifier Unique reference to identify the resource
|
8
|
+
# @param [Hash] options
|
9
|
+
# @option options [Boolean] :nested passed through with the API request. When true nested resources are expanded.
|
8
10
|
#
|
9
11
|
# @return [Hash] if successful Hash version of JSON object
|
10
12
|
#
|
11
13
|
# @see https://api.gb1.brightbox.com/1.0/#server_type_get_server_type
|
12
14
|
#
|
13
|
-
def get_server_type(identifier)
|
15
|
+
def get_server_type(identifier, options = {})
|
14
16
|
return nil if identifier.nil? || identifier == ""
|
15
|
-
wrapped_request("get", "/1.0/server_types/#{identifier}", [200])
|
17
|
+
wrapped_request("get", "/1.0/server_types/#{identifier}", [200], options)
|
16
18
|
end
|
17
19
|
end
|
18
20
|
end
|
@@ -6,6 +6,8 @@ module Fog
|
|
6
6
|
#
|
7
7
|
# @overload get_user(identifier)
|
8
8
|
# @param [String] identifier Unique reference to identify the resource
|
9
|
+
# @param [Hash] options
|
10
|
+
# @option options [Boolean] :nested passed through with the API request. When true nested resources are expanded.
|
9
11
|
#
|
10
12
|
# @overload get_user()
|
11
13
|
# @deprecated Use {Fog::Compute::Brightbox::Real#get_authenticated_user} instead
|
@@ -14,12 +16,12 @@ module Fog
|
|
14
16
|
#
|
15
17
|
# @see https://api.gb1.brightbox.com/1.0/#user_get_user
|
16
18
|
#
|
17
|
-
def get_user(identifier =
|
19
|
+
def get_user(identifier, options = {})
|
18
20
|
if identifier.nil? || identifier == ""
|
19
21
|
Fog::Logger.deprecation("get_user() without a parameter is deprecated, use get_authenticated_user instead [light_black](#{caller.first})[/]")
|
20
22
|
get_authenticated_user
|
21
23
|
else
|
22
|
-
wrapped_request("get", "/1.0/users/#{identifier}", [200])
|
24
|
+
wrapped_request("get", "/1.0/users/#{identifier}", [200], options)
|
23
25
|
end
|
24
26
|
end
|
25
27
|
end
|