1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
fog--fog/lib/fog/rackspace/requests/load_balancers
Steve Smith d89dd56fe7 Use MultiJSON #dump and #load rather than #encode and #decode
MultiJSON deprecated these methods in 1.3.0 in favour of the new ones.
This requires an update to the gemspec to ensure ~>1.3
2012-04-20 13:09:14 +01:00
..
create_access_rule.rb Use MultiJSON #dump and #load rather than #encode and #decode 2012-04-20 13:09:14 +01:00
create_load_balancer.rb Use MultiJSON #dump and #load rather than #encode and #decode 2012-04-20 13:09:14 +01:00
create_node.rb Use MultiJSON #dump and #load rather than #encode and #decode 2012-04-20 13:09:14 +01:00
create_virtual_ip.rb Use MultiJSON #dump and #load rather than #encode and #decode 2012-04-20 13:09:14 +01:00
delete_access_rule.rb [rackspace|loadbalancers] cleanup 2011-08-04 16:21:22 -05:00
delete_all_access_rules.rb [rackspace|loadbalancers] cleanup 2011-08-04 16:21:22 -05:00
delete_load_balancer.rb [rackspace|load_balancers] fixes to play nice with mock test runs 2011-08-16 11:57:46 -05:00
delete_node.rb [rackspace|load_balancers] fixes to play nice with mock test runs 2011-08-16 11:57:46 -05:00
delete_nodes.rb [rackspace|loadbalancers] Fixed bug in deleting multiple nodes 2011-11-25 14:48:28 -05:00
delete_virtual_ip.rb [rackspace|load_balancers] fixes to play nice with mock test runs 2011-08-16 11:57:46 -05:00
get_connection_logging.rb [rackspace|loadbalancers] cleanup 2011-08-04 16:21:22 -05:00
get_connection_throttling.rb [rackspace|loadbalancers] cleanup 2011-08-04 16:21:22 -05:00
get_error_page.rb [rackspace|lb] added error page requests 2011-12-15 16:53:06 -05:00
get_load_balancer.rb [rackspace|load_balancers] fixes to play nice with mock test runs 2011-08-16 11:57:46 -05:00
get_load_balancer_usage.rb [rackspace|loadbalancers] cleanup 2011-08-04 16:21:22 -05:00
get_monitor.rb [rackspace|loadbalancers] cleanup 2011-08-04 16:21:22 -05:00
get_node.rb [rackspace|load_balancers] fixes to play nice with mock test runs 2011-08-16 11:57:46 -05:00
get_session_persistence.rb [rackspace|loadbalancers] cleanup 2011-08-04 16:21:22 -05:00
get_usage.rb [rackspace|loadbalancers] cleanup 2011-08-04 16:21:22 -05:00
list_access_rules.rb [rackspace|loadbalancers] cleanup 2011-08-04 16:21:22 -05:00
list_algorithms.rb [rackspace|loadbalancers] cleanup 2011-08-04 16:21:22 -05:00
list_load_balancers.rb [rackspace|lb] Added list parameter for nodeddress 2011-12-16 13:07:43 -05:00
list_nodes.rb [rackspace|load_balancers] fixes to play nice with mock test runs 2011-08-16 11:57:46 -05:00
list_protocols.rb [rackspace|loadbalancers] cleanup 2011-08-04 16:21:22 -05:00
list_virtual_ips.rb [rackspace|load_balancers] fixes to play nice with mock test runs 2011-08-16 11:57:46 -05:00
remove_connection_throttling.rb [rackspace|loadbalancers] cleanup 2011-08-04 16:21:22 -05:00
remove_error_page.rb [rackspace|lb] added error page requests 2011-12-15 16:53:06 -05:00
remove_monitor.rb [rackspace|loadbalancers] cleanup 2011-08-04 16:21:22 -05:00
remove_session_persistence.rb [rackspace|loadbalancers] cleanup 2011-08-04 16:21:22 -05:00
set_connection_logging.rb Use MultiJSON #dump and #load rather than #encode and #decode 2012-04-20 13:09:14 +01:00
set_connection_throttling.rb Use MultiJSON #dump and #load rather than #encode and #decode 2012-04-20 13:09:14 +01:00
set_error_page.rb Use MultiJSON #dump and #load rather than #encode and #decode 2012-04-20 13:09:14 +01:00
set_monitor.rb Use MultiJSON #dump and #load rather than #encode and #decode 2012-04-20 13:09:14 +01:00
set_session_persistence.rb Use MultiJSON #dump and #load rather than #encode and #decode 2012-04-20 13:09:14 +01:00
update_load_balancer.rb Use MultiJSON #dump and #load rather than #encode and #decode 2012-04-20 13:09:14 +01:00
update_node.rb Use MultiJSON #dump and #load rather than #encode and #decode 2012-04-20 13:09:14 +01:00