Class: Fog::AWS::RDS::Mock
- Inherits:
-
Object
- Object
- Fog::AWS::RDS::Mock
- Defined in:
- lib/fog/aws/rds.rb,
lib/fog/aws/requests/rds/create_db_instance.rb,
lib/fog/aws/requests/rds/create_db_snapshot.rb,
lib/fog/aws/requests/rds/delete_db_instance.rb,
lib/fog/aws/requests/rds/delete_db_snapshot.rb,
lib/fog/aws/requests/rds/modify_db_instance.rb,
lib/fog/aws/requests/rds/reboot_db_instance.rb,
lib/fog/aws/requests/rds/describe_db_instances.rb,
lib/fog/aws/requests/rds/describe_db_snapshots.rb,
lib/fog/aws/requests/rds/describe_db_parameters.rb,
lib/fog/aws/requests/rds/create_db_security_group.rb,
lib/fog/aws/requests/rds/delete_db_security_group.rb,
lib/fog/aws/requests/rds/create_db_parameter_group.rb,
lib/fog/aws/requests/rds/delete_db_parameter_group.rb,
lib/fog/aws/requests/rds/modify_db_parameter_group.rb,
lib/fog/aws/requests/rds/describe_db_engine_versions.rb,
lib/fog/aws/requests/rds/describe_db_security_groups.rb,
lib/fog/aws/requests/rds/describe_db_parameter_groups.rb,
lib/fog/aws/requests/rds/describe_db_reserved_instances.rb,
lib/fog/aws/requests/rds/create_db_instance_read_replica.rb,
lib/fog/aws/requests/rds/revoke_db_security_group_ingress.rb,
lib/fog/aws/requests/rds/authorize_db_security_group_ingress.rb,
lib/fog/aws/requests/rds/restore_db_instance_from_db_snapshot.rb,
lib/fog/aws/requests/rds/restore_db_instance_to_point_in_time.rb
Instance Method Summary collapse
- #authorize_db_security_group_ingress(name, opts = {}) ⇒ Object
- #create_db_instance(db_name, options = {}) ⇒ Object
- #create_db_instance_read_replica(instance_identifier, source_identifier, options = {}) ⇒ Object
- #create_db_parameter_group(group_name, group_family, description) ⇒ Object
- #create_db_security_group(name, description = name) ⇒ Object
- #create_db_snapshot(identifier, name) ⇒ Object
- #delete_db_parameter_group(group_name) ⇒ Object
- #delete_db_security_group(name, description = name) ⇒ Object
- #delete_db_snapshot(group_name) ⇒ Object
- #describe_db_engine_versions(opts = {}) ⇒ Object
- #describe_db_instances(identifier = nil, opts = {}) ⇒ Object
- #describe_db_parameter_groups(name = nil, opts = {}) ⇒ Object
- #describe_db_parameters(name, opts = {}) ⇒ Object
- #describe_db_security_group(opts = {}) ⇒ Object
- #describe_db_snapshots(opts = {}) ⇒ Object
-
#initialize(options = {}) ⇒ Mock
constructor
A new instance of Mock.
- #modify_db_instance(db_name, apply_immediately, options = {}) ⇒ Object
- #modify_db_parameter_group(group_name, parameters) ⇒ Object
- #reboot_db_instance(instance_identifier) ⇒ Object
- #restore_db_instance_from_db_snapshot(snapshot_id, db_id, options = {}) ⇒ Object
- #restore_db_instance_to_point_in_time(source_db_name, target_db_name, opts = {}) ⇒ Object
- #revoke_db_security_group_ingress(name, opts = {}) ⇒ Object
Constructor Details
#initialize(options = {}) ⇒ Mock
Returns a new instance of Mock.
58 59 60 |
# File 'lib/fog/aws/rds.rb', line 58 def initialize(={}) Fog::Mock.not_implemented end |
Instance Method Details
#authorize_db_security_group_ingress(name, opts = {}) ⇒ Object
35 36 37 |
# File 'lib/fog/aws/requests/rds/authorize_db_security_group_ingress.rb', line 35 def (name, opts = {}) Fog::Mock.not_implemented end |
#create_db_instance(db_name, options = {}) ⇒ Object
49 50 51 |
# File 'lib/fog/aws/requests/rds/create_db_instance.rb', line 49 def create_db_instance(db_name, ={}) Fog::Mock.not_implemented end |
#create_db_instance_read_replica(instance_identifier, source_identifier, options = {}) ⇒ Object
35 36 37 |
# File 'lib/fog/aws/requests/rds/create_db_instance_read_replica.rb', line 35 def create_db_instance_read_replica(instance_identifier, source_identifier, ={}) Fog::Mock.not_implemented end |
#create_db_parameter_group(group_name, group_family, description) ⇒ Object
34 35 36 |
# File 'lib/fog/aws/requests/rds/create_db_parameter_group.rb', line 34 def create_db_parameter_group(group_name, group_family, description) Fog::Mock.not_implemented end |
#create_db_security_group(name, description = name) ⇒ Object
29 30 31 |
# File 'lib/fog/aws/requests/rds/create_db_security_group.rb', line 29 def create_db_security_group(name, description = name) Fog::Mock.not_implemented end |
#create_db_snapshot(identifier, name) ⇒ Object
29 30 31 |
# File 'lib/fog/aws/requests/rds/create_db_snapshot.rb', line 29 def create_db_snapshot(identifier, name) Fog::Mock.not_implemented end |
#delete_db_parameter_group(group_name) ⇒ Object
29 30 31 |
# File 'lib/fog/aws/requests/rds/delete_db_parameter_group.rb', line 29 def delete_db_parameter_group(group_name) Fog::Mock.not_implemented end |
#delete_db_security_group(name, description = name) ⇒ Object
27 28 29 |
# File 'lib/fog/aws/requests/rds/delete_db_security_group.rb', line 27 def delete_db_security_group(name, description = name) Fog::Mock.not_implemented end |
#delete_db_snapshot(group_name) ⇒ Object
33 34 35 |
# File 'lib/fog/aws/requests/rds/delete_db_instance.rb', line 33 def delete_db_snapshot(identifier, snapshot_identifier, skip_snapshot = false) Fog::Mock.not_implemented end |
#describe_db_engine_versions(opts = {}) ⇒ Object
27 28 29 |
# File 'lib/fog/aws/requests/rds/describe_db_engine_versions.rb', line 27 def describe_db_engine_versions(opts={}) Fog::Mock.not_implemented end |
#describe_db_instances(identifier = nil, opts = {}) ⇒ Object
35 36 37 |
# File 'lib/fog/aws/requests/rds/describe_db_instances.rb', line 35 def describe_db_instances(identifier=nil, opts={}) Fog::Mock.not_implemented end |
#describe_db_parameter_groups(name = nil, opts = {}) ⇒ Object
38 39 40 |
# File 'lib/fog/aws/requests/rds/describe_db_parameter_groups.rb', line 38 def describe_db_parameter_groups(name=nil, opts={}) Fog::Mock.not_implemented end |
#describe_db_parameters(name, opts = {}) ⇒ Object
39 40 41 |
# File 'lib/fog/aws/requests/rds/describe_db_parameters.rb', line 39 def describe_db_parameters(name, opts={}) Fog::Mock.not_implemented end |
#describe_db_security_group(opts = {}) ⇒ Object
31 32 33 |
# File 'lib/fog/aws/requests/rds/describe_db_security_groups.rb', line 31 def describe_db_security_group(opts={}) Fog::Mock.not_implemented end |
#describe_db_snapshots(opts = {}) ⇒ Object
35 36 37 |
# File 'lib/fog/aws/requests/rds/describe_db_snapshots.rb', line 35 def describe_db_snapshots(opts={}) Fog::Mock.not_implemented end |
#modify_db_instance(db_name, apply_immediately, options = {}) ⇒ Object
47 48 49 |
# File 'lib/fog/aws/requests/rds/modify_db_instance.rb', line 47 def modify_db_instance(db_name, apply_immediately, ={}) Fog::Mock.not_implemented end |
#modify_db_parameter_group(group_name, parameters) ⇒ Object
48 49 50 |
# File 'lib/fog/aws/requests/rds/modify_db_parameter_group.rb', line 48 def modify_db_parameter_group(group_name, parameters) Fog::Mock.not_implemented end |
#reboot_db_instance(instance_identifier) ⇒ Object
27 28 29 |
# File 'lib/fog/aws/requests/rds/reboot_db_instance.rb', line 27 def reboot_db_instance(instance_identifier) Fog::Mock.not_implemented end |
#restore_db_instance_from_db_snapshot(snapshot_id, db_id, options = {}) ⇒ Object
26 27 28 |
# File 'lib/fog/aws/requests/rds/restore_db_instance_from_db_snapshot.rb', line 26 def restore_db_instance_from_db_snapshot(snapshot_id, db_id, ={}) Fog::Mock.not_implemented end |
#restore_db_instance_to_point_in_time(source_db_name, target_db_name, opts = {}) ⇒ Object
26 27 28 |
# File 'lib/fog/aws/requests/rds/restore_db_instance_to_point_in_time.rb', line 26 def restore_db_instance_to_point_in_time(source_db_name, target_db_name, opts={}) Fog::Mock.not_implemented end |
#revoke_db_security_group_ingress(name, opts = {}) ⇒ Object
35 36 37 |
# File 'lib/fog/aws/requests/rds/revoke_db_security_group_ingress.rb', line 35 def revoke_db_security_group_ingress(name, opts = {}) Fog::Mock.not_implemented end |