Class: Humidifier::ElastiCache::CacheCluster

Inherits:
Resource
  • Object
show all
Defined in:
lib/humidifier/magic.rb

Overview

A dynamically-defined class that represents an AWS::ElastiCache::CacheCluster resource

Constant Summary

Constants inherited from Resource

Resource::COMMON_ATTRIBUTES

Instance Method Summary collapse

Methods inherited from Resource

#initialize, #method_missing, prop?, #respond_to_missing?, #to_cf, #update, #update_attributes, #update_property

Constructor Details

This class inherits a constructor from Humidifier::Resource

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Humidifier::Resource

Instance Method Details

#auto_minor_version_upgradeObject

returns the AutoMinorVersionUpgrade property



10
11
12
# File 'lib/humidifier/magic.rb', line 10

def auto_minor_version_upgrade
  properties['auto_minor_version_upgrade']
end

#auto_minor_version_upgrade=(value) ⇒ Object

sets the AutoMinorVersionUpgrade property (Boolean)



15
16
17
# File 'lib/humidifier/magic.rb', line 15

def auto_minor_version_upgrade=(value)
  update_property('auto_minor_version_upgrade', value)
end

#az_modeObject

returns the AZMode property



20
21
22
# File 'lib/humidifier/magic.rb', line 20

def az_mode
  properties['az_mode']
end

#az_mode=(value) ⇒ Object

sets the AZMode property (String)



25
26
27
# File 'lib/humidifier/magic.rb', line 25

def az_mode=(value)
  update_property('az_mode', value)
end

#cache_node_typeObject

returns the CacheNodeType property



30
31
32
# File 'lib/humidifier/magic.rb', line 30

def cache_node_type
  properties['cache_node_type']
end

#cache_node_type=(value) ⇒ Object

sets the CacheNodeType property (String)



35
36
37
# File 'lib/humidifier/magic.rb', line 35

def cache_node_type=(value)
  update_property('cache_node_type', value)
end

#cache_parameter_group_nameObject

returns the CacheParameterGroupName property



40
41
42
# File 'lib/humidifier/magic.rb', line 40

def cache_parameter_group_name
  properties['cache_parameter_group_name']
end

#cache_parameter_group_name=(value) ⇒ Object

sets the CacheParameterGroupName property (String)



45
46
47
# File 'lib/humidifier/magic.rb', line 45

def cache_parameter_group_name=(value)
  update_property('cache_parameter_group_name', value)
end

#cache_security_group_namesObject

returns the CacheSecurityGroupNames property



50
51
52
# File 'lib/humidifier/magic.rb', line 50

def cache_security_group_names
  properties['cache_security_group_names']
end

#cache_security_group_names=(value) ⇒ Object

sets the CacheSecurityGroupNames property (List)



55
56
57
# File 'lib/humidifier/magic.rb', line 55

def cache_security_group_names=(value)
  update_property('cache_security_group_names', value)
end

#cache_subnet_group_nameObject

returns the CacheSubnetGroupName property



60
61
62
# File 'lib/humidifier/magic.rb', line 60

def cache_subnet_group_name
  properties['cache_subnet_group_name']
end

#cache_subnet_group_name=(value) ⇒ Object

sets the CacheSubnetGroupName property (String)



65
66
67
# File 'lib/humidifier/magic.rb', line 65

def cache_subnet_group_name=(value)
  update_property('cache_subnet_group_name', value)
end

#cluster_nameObject

returns the ClusterName property



70
71
72
# File 'lib/humidifier/magic.rb', line 70

def cluster_name
  properties['cluster_name']
end

#cluster_name=(value) ⇒ Object

sets the ClusterName property (String)



75
76
77
# File 'lib/humidifier/magic.rb', line 75

def cluster_name=(value)
  update_property('cluster_name', value)
end

#engineObject

returns the Engine property



80
81
82
# File 'lib/humidifier/magic.rb', line 80

def engine
  properties['engine']
end

#engine=(value) ⇒ Object

sets the Engine property (String)



85
86
87
# File 'lib/humidifier/magic.rb', line 85

def engine=(value)
  update_property('engine', value)
end

#engine_versionObject

returns the EngineVersion property



90
91
92
# File 'lib/humidifier/magic.rb', line 90

def engine_version
  properties['engine_version']
end

#engine_version=(value) ⇒ Object

sets the EngineVersion property (String)



95
96
97
# File 'lib/humidifier/magic.rb', line 95

def engine_version=(value)
  update_property('engine_version', value)
end

#log_delivery_configurationsObject

returns the LogDeliveryConfigurations property



100
101
102
# File 'lib/humidifier/magic.rb', line 100

def log_delivery_configurations
  properties['log_delivery_configurations']
end

#log_delivery_configurations=(value) ⇒ Object

sets the LogDeliveryConfigurations property (List)



105
106
107
# File 'lib/humidifier/magic.rb', line 105

def log_delivery_configurations=(value)
  update_property('log_delivery_configurations', value)
end

#notification_topic_arnObject

returns the NotificationTopicArn property



110
111
112
# File 'lib/humidifier/magic.rb', line 110

def notification_topic_arn
  properties['notification_topic_arn']
end

#notification_topic_arn=(value) ⇒ Object

sets the NotificationTopicArn property (String)



115
116
117
# File 'lib/humidifier/magic.rb', line 115

def notification_topic_arn=(value)
  update_property('notification_topic_arn', value)
end

#num_cache_nodesObject

returns the NumCacheNodes property



120
121
122
# File 'lib/humidifier/magic.rb', line 120

def num_cache_nodes
  properties['num_cache_nodes']
end

#num_cache_nodes=(value) ⇒ Object

sets the NumCacheNodes property (Integer)



125
126
127
# File 'lib/humidifier/magic.rb', line 125

def num_cache_nodes=(value)
  update_property('num_cache_nodes', value)
end

#portObject

returns the Port property



130
131
132
# File 'lib/humidifier/magic.rb', line 130

def port
  properties['port']
end

#port=(value) ⇒ Object

sets the Port property (Integer)



135
136
137
# File 'lib/humidifier/magic.rb', line 135

def port=(value)
  update_property('port', value)
end

#preferred_availability_zoneObject

returns the PreferredAvailabilityZone property



140
141
142
# File 'lib/humidifier/magic.rb', line 140

def preferred_availability_zone
  properties['preferred_availability_zone']
end

#preferred_availability_zone=(value) ⇒ Object

sets the PreferredAvailabilityZone property (String)



145
146
147
# File 'lib/humidifier/magic.rb', line 145

def preferred_availability_zone=(value)
  update_property('preferred_availability_zone', value)
end

#preferred_availability_zonesObject

returns the PreferredAvailabilityZones property



150
151
152
# File 'lib/humidifier/magic.rb', line 150

def preferred_availability_zones
  properties['preferred_availability_zones']
end

#preferred_availability_zones=(value) ⇒ Object

sets the PreferredAvailabilityZones property (List)



155
156
157
# File 'lib/humidifier/magic.rb', line 155

def preferred_availability_zones=(value)
  update_property('preferred_availability_zones', value)
end

#preferred_maintenance_windowObject

returns the PreferredMaintenanceWindow property



160
161
162
# File 'lib/humidifier/magic.rb', line 160

def preferred_maintenance_window
  properties['preferred_maintenance_window']
end

#preferred_maintenance_window=(value) ⇒ Object

sets the PreferredMaintenanceWindow property (String)



165
166
167
# File 'lib/humidifier/magic.rb', line 165

def preferred_maintenance_window=(value)
  update_property('preferred_maintenance_window', value)
end

#snapshot_arnsObject

returns the SnapshotArns property



170
171
172
# File 'lib/humidifier/magic.rb', line 170

def snapshot_arns
  properties['snapshot_arns']
end

#snapshot_arns=(value) ⇒ Object

sets the SnapshotArns property (List)



175
176
177
# File 'lib/humidifier/magic.rb', line 175

def snapshot_arns=(value)
  update_property('snapshot_arns', value)
end

#snapshot_nameObject

returns the SnapshotName property



180
181
182
# File 'lib/humidifier/magic.rb', line 180

def snapshot_name
  properties['snapshot_name']
end

#snapshot_name=(value) ⇒ Object

sets the SnapshotName property (String)



185
186
187
# File 'lib/humidifier/magic.rb', line 185

def snapshot_name=(value)
  update_property('snapshot_name', value)
end

#snapshot_retention_limitObject

returns the SnapshotRetentionLimit property



190
191
192
# File 'lib/humidifier/magic.rb', line 190

def snapshot_retention_limit
  properties['snapshot_retention_limit']
end

#snapshot_retention_limit=(value) ⇒ Object

sets the SnapshotRetentionLimit property (Integer)



195
196
197
# File 'lib/humidifier/magic.rb', line 195

def snapshot_retention_limit=(value)
  update_property('snapshot_retention_limit', value)
end

#snapshot_windowObject

returns the SnapshotWindow property



200
201
202
# File 'lib/humidifier/magic.rb', line 200

def snapshot_window
  properties['snapshot_window']
end

#snapshot_window=(value) ⇒ Object

sets the SnapshotWindow property (String)



205
206
207
# File 'lib/humidifier/magic.rb', line 205

def snapshot_window=(value)
  update_property('snapshot_window', value)
end

#tagsObject

returns the Tags property



210
211
212
# File 'lib/humidifier/magic.rb', line 210

def tags
  properties['tags']
end

#tags=(value) ⇒ Object

sets the Tags property (List)



215
216
217
# File 'lib/humidifier/magic.rb', line 215

def tags=(value)
  update_property('tags', value)
end

#vpc_security_group_idsObject

returns the VpcSecurityGroupIds property



220
221
222
# File 'lib/humidifier/magic.rb', line 220

def vpc_security_group_ids
  properties['vpc_security_group_ids']
end

#vpc_security_group_ids=(value) ⇒ Object

sets the VpcSecurityGroupIds property (List)



225
226
227
# File 'lib/humidifier/magic.rb', line 225

def vpc_security_group_ids=(value)
  update_property('vpc_security_group_ids', value)
end