class Fog::AWS::Elasticache::Mock

Public Instance Methods

authorize_cache_security_group_ingress() click to toggle source
# File lib/fog/aws/requests/elasticache/authorize_cache_security_group_ingress.rb, line 30
def authorize_cache_security_group_ingress
  Fog::Mock.not_implemented
end
create_cache_cluster(id, options = {}) click to toggle source
# File lib/fog/aws/requests/elasticache/create_cache_cluster.rb, line 56
def create_cache_cluster(id, options = {})
  Fog::Mock.not_implemented
end
create_cache_parameter_group(name, description = name, family = 'memcached1.4') click to toggle source
# File lib/fog/aws/requests/elasticache/create_cache_parameter_group.rb, line 30
def create_cache_parameter_group(name, description = name,
  family = 'memcached1.4')
  Fog::Mock.not_implemented
end
create_cache_security_group(name, desciption=name) click to toggle source
# File lib/fog/aws/requests/elasticache/create_cache_security_group.rb, line 27
def create_cache_security_group(name, desciption=name)
  Fog::Mock.not_implemented
end
delete_cache_cluster(cluster_id) click to toggle source
# File lib/fog/aws/requests/elasticache/delete_cache_cluster.rb, line 26
def delete_cache_cluster(cluster_id)
  Fog::Mock.not_implemented
end
delete_cache_parameter_group(name) click to toggle source
# File lib/fog/aws/requests/elasticache/delete_cache_parameter_group.rb, line 25
def delete_cache_parameter_group(name)
  Fog::Mock.not_implemented
end
delete_cache_security_group(name) click to toggle source
# File lib/fog/aws/requests/elasticache/delete_cache_security_group.rb, line 25
def delete_cache_security_group(name)
  Fog::Mock.not_implemented
end
describe_cache_clusters(id = nil, options = {}) click to toggle source
# File lib/fog/aws/requests/elasticache/describe_cache_clusters.rb, line 33
def describe_cache_clusters(id = nil, options = {})
  Fog::Mock.not_implemented
end
describe_cache_parameter_groups(name = nil, options = {}) click to toggle source
# File lib/fog/aws/requests/elasticache/describe_cache_parameter_groups.rb, line 28
def describe_cache_parameter_groups(name = nil, options = {})
  Fog::Mock.not_implemented
end
describe_cache_parameters(name = nil, options = {}) click to toggle source
# File lib/fog/aws/requests/elasticache/describe_cache_parameters.rb, line 30
def describe_cache_parameters(name = nil, options = {})
  Fog::Mock.not_implemented
end
describe_cache_security_groups(name = nil, options = {}) click to toggle source
# File lib/fog/aws/requests/elasticache/describe_cache_security_groups.rb, line 28
def describe_cache_security_groups(name = nil, options = {})
  Fog::Mock.not_implemented
end
describe_engine_defalut_parameters(options = {}) click to toggle source
# File lib/fog/aws/requests/elasticache/describe_engine_default_parameters.rb, line 29
def describe_engine_defalut_parameters(options = {})
  Fog::Mock.not_implemented
end
describe_events() click to toggle source
# File lib/fog/aws/requests/elasticache/describe_events.rb, line 40
def describe_events
  Fog::Mock.not_implemented
end
initalize(options={}) click to toggle source
# File lib/fog/aws/elasticache.rb, line 44
def initalize(options={})
  Fog::Mock.not_implemented
end
modify_cache_cluster() click to toggle source
# File lib/fog/aws/requests/elasticache/modify_cache_cluster.rb, line 64
def modify_cache_cluster
  Fog::Mock.not_implemented
end
modify_cache_parameter_group(id, new_parameters) click to toggle source
# File lib/fog/aws/requests/elasticache/modify_cache_parameter_group.rb, line 39
def modify_cache_parameter_group(id, new_parameters)
  Fog::Mock.not_implemented
end
reboot_cache_cluster() click to toggle source
# File lib/fog/aws/requests/elasticache/reboot_cache_cluster.rb, line 38
def reboot_cache_cluster
  Fog::Mock.not_implemented
end
reset_cache_parameter_group(id, parameter_names) click to toggle source
# File lib/fog/aws/requests/elasticache/reset_cache_parameter_group.rb, line 40
def reset_cache_parameter_group(id, parameter_names)
   Fog::Mock.not_implemented
end
revoke_cache_security_group_ingress() click to toggle source
# File lib/fog/aws/requests/elasticache/revoke_cache_security_group_ingress.rb, line 31
def revoke_cache_security_group_ingress
  Fog::Mock.not_implemented
end