mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
10c0b8006c
Server#modify and #create_read_replica allow options to be passed as symbols or strings. This allows the same hash of attributes to be used for creating & modifying servers. For example, the following lines are equivalent: server.modify(true, :allocated_storage => 10) server.modify(true, 'AllocatedStorage' => 10) |
||
---|---|---|
.. | ||
helper.rb | ||
parameter_group_tests.rb | ||
parameter_groups_tests.rb | ||
security_group_tests.rb | ||
security_groups_tests.rb | ||
server_tests.rb | ||
servers_tests.rb | ||
snapshot_tests.rb | ||
snapshots_tests.rb |