Class: Fog::AWS::Elasticache::Mock

Inherits:
Object
  • Object
show all
Defined in:
lib/fog/aws/elasticache.rb,
lib/fog/aws/requests/elasticache/describe_events.rb,
lib/fog/aws/requests/elasticache/create_cache_cluster.rb,
lib/fog/aws/requests/elasticache/delete_cache_cluster.rb,
lib/fog/aws/requests/elasticache/modify_cache_cluster.rb,
lib/fog/aws/requests/elasticache/reboot_cache_cluster.rb,
lib/fog/aws/requests/elasticache/describe_cache_clusters.rb,
lib/fog/aws/requests/elasticache/describe_cache_parameters.rb,
lib/fog/aws/requests/elasticache/create_cache_security_group.rb,
lib/fog/aws/requests/elasticache/delete_cache_security_group.rb,
lib/fog/aws/requests/elasticache/reset_cache_parameter_group.rb,
lib/fog/aws/requests/elasticache/create_cache_parameter_group.rb,
lib/fog/aws/requests/elasticache/delete_cache_parameter_group.rb,
lib/fog/aws/requests/elasticache/modify_cache_parameter_group.rb,
lib/fog/aws/requests/elasticache/describe_cache_security_groups.rb,
lib/fog/aws/requests/elasticache/describe_cache_parameter_groups.rb,
lib/fog/aws/requests/elasticache/describe_engine_default_parameters.rb,
lib/fog/aws/requests/elasticache/revoke_cache_security_group_ingress.rb,
lib/fog/aws/requests/elasticache/authorize_cache_security_group_ingress.rb

Instance Method Summary collapse

Instance Method Details

#authorize_cache_security_group_ingressObject



30
31
32
# 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 = {}) ⇒ Object



56
57
58
# 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') ⇒ Object



30
31
32
33
# 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) ⇒ Object



27
28
29
# 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) ⇒ Object



26
27
28
# 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) ⇒ Object



25
26
27
# 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) ⇒ Object



25
26
27
# 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 = {}) ⇒ Object



33
34
35
# 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 = {}) ⇒ Object



28
29
30
# 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 = {}) ⇒ Object



30
31
32
# 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 = {}) ⇒ Object



28
29
30
# 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 = {}) ⇒ Object



29
30
31
# 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_eventsObject



40
41
42
# File 'lib/fog/aws/requests/elasticache/describe_events.rb', line 40

def describe_events
  Fog::Mock.not_implemented
end

#initalize(options = {}) ⇒ Object



44
45
46
# File 'lib/fog/aws/elasticache.rb', line 44

def initalize(options={})
  Fog::Mock.not_implemented
end

#modify_cache_clusterObject



64
65
66
# 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) ⇒ Object



39
40
41
# 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_clusterObject



38
39
40
# 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) ⇒ Object



40
41
42
# 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_ingressObject



31
32
33
# 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