1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
Commit graph

9 commits

Author SHA1 Message Date
Timur Alperovich
436a1cee34 Add VPC security groups to the RDS instances.
Amazon splits credentials between DB Security and VPC Security Groups
for RDS instances. Fog currently does not parse the VPC security
groups. This patch adds that attribute to a Fog::AWS::RDS::Server.
2013-07-19 18:28:06 -07:00
Adam Tucker
770723b67c Add PubliclyAccessible option to RDS. 2013-07-01 17:06:14 -04:00
Paul Thornthwaite
ca9fc51c82 [aws|rds] Updates reference to service 2013-01-07 20:53:27 +00:00
Benton Roberts
28216278eb [aws|rds] add tagging methods to RDS server model 2012-10-28 23:18:21 -04:00
Rusty Geldmacher
d1354869e8 Added support for RDS VPC subnet groups. Bumped RDS API version to 2012-01-15 2012-08-10 13:03:56 -04:00
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
Christopher Oliver
4ecfb87419 [AWS RDS] Added describe db engine versions and describe db reserved instances. Changed the signed params version to 2011-04-01 from 2010-07-28. 2011-07-12 16:03:04 -04:00
Aaron Suggs
3e5d48a1c5 [aws|rds] Server#destroy argument is optional
By default Server#destroy does not take a final
snapshot.

This makes the Server#destroy API more consistent
with other models.
2011-06-04 07:54:24 -04:00
geemus
95ec1198b4 [aws|elb&rds] reorg model files for consistency 2011-05-11 12:27:27 -07:00
Renamed from lib/fog/aws/rds/models/server.rb (Browse further)