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/aws/models/rds
Aaron Suggs 10c0b8006c [aws|rds] Allow string or symbol hash keys.
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)
2011-07-30 23:12:29 -04:00
..
parameter.rb [aws|elb&rds] reorg model files for consistency 2011-05-11 12:27:27 -07:00
parameter_group.rb [aws|elb&rds] reorg model files for consistency 2011-05-11 12:27:27 -07:00
parameter_groups.rb [aws|elb&rds] reorg model files for consistency 2011-05-11 12:27:27 -07:00
parameters.rb [aws|elb&rds] reorg model files for consistency 2011-05-11 12:27:27 -07:00
security_group.rb [aws|rds] Refactor RDS model & collection tests 2011-06-04 08:03:25 -04:00
security_groups.rb [aws|elb&rds] reorg model files for consistency 2011-05-11 12:27:27 -07:00
server.rb [aws|rds] Allow string or symbol hash keys. 2011-07-30 23:12:29 -04:00
servers.rb [aws|elb&rds] reorg model files for consistency 2011-05-11 12:27:27 -07:00
snapshot.rb [aws|elb&rds] reorg model files for consistency 2011-05-11 12:27:27 -07:00
snapshots.rb [aws|elb&rds] reorg model files for consistency 2011-05-11 12:27:27 -07:00