Class: Humidifier::OpsWorksCM::Server

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

Overview

A dynamically-defined class that represents an AWS::OpsWorksCM::Server resource

AWS 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

#associate_public_ip_addressObject

returns the AssociatePublicIpAddress property



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

def associate_public_ip_address
  properties['associate_public_ip_address']
end

#associate_public_ip_address=(value) ⇒ Object

sets the AssociatePublicIpAddress property (Boolean)



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

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

#backup_idObject

returns the BackupId property



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

def backup_id
  properties['backup_id']
end

#backup_id=(value) ⇒ Object

sets the BackupId property (String)



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

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

#backup_retention_countObject

returns the BackupRetentionCount property



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

def backup_retention_count
  properties['backup_retention_count']
end

#backup_retention_count=(value) ⇒ Object

sets the BackupRetentionCount property (Integer)



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

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

#custom_certificateObject

returns the CustomCertificate property



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

def custom_certificate
  properties['custom_certificate']
end

#custom_certificate=(value) ⇒ Object

sets the CustomCertificate property (String)



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

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

#custom_domainObject

returns the CustomDomain property



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

def custom_domain
  properties['custom_domain']
end

#custom_domain=(value) ⇒ Object

sets the CustomDomain property (String)



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

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

#custom_private_keyObject

returns the CustomPrivateKey property



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

def custom_private_key
  properties['custom_private_key']
end

#custom_private_key=(value) ⇒ Object

sets the CustomPrivateKey property (String)



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

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

#disable_automated_backupObject

returns the DisableAutomatedBackup property



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

def disable_automated_backup
  properties['disable_automated_backup']
end

#disable_automated_backup=(value) ⇒ Object

sets the DisableAutomatedBackup property (Boolean)



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

def disable_automated_backup=(value)
  update_property('disable_automated_backup', 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_attributesObject

returns the EngineAttributes property



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

def engine_attributes
  properties['engine_attributes']
end

#engine_attributes=(value) ⇒ Object

sets the EngineAttributes property (List)



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

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

#engine_modelObject

returns the EngineModel property



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

def engine_model
  properties['engine_model']
end

#engine_model=(value) ⇒ Object

sets the EngineModel property (String)



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

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

#engine_versionObject

returns the EngineVersion property



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

def engine_version
  properties['engine_version']
end

#engine_version=(value) ⇒ Object

sets the EngineVersion property (String)



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

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

#instance_profile_arnObject

returns the InstanceProfileArn property



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

def instance_profile_arn
  properties['instance_profile_arn']
end

#instance_profile_arn=(value) ⇒ Object

sets the InstanceProfileArn property (String)



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

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

#instance_typeObject

returns the InstanceType property



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

def instance_type
  properties['instance_type']
end

#instance_type=(value) ⇒ Object

sets the InstanceType property (String)



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

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

#key_pairObject

returns the KeyPair property



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

def key_pair
  properties['key_pair']
end

#key_pair=(value) ⇒ Object

sets the KeyPair property (String)



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

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

#preferred_backup_windowObject

returns the PreferredBackupWindow property



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

def preferred_backup_window
  properties['preferred_backup_window']
end

#preferred_backup_window=(value) ⇒ Object

sets the PreferredBackupWindow property (String)



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

def preferred_backup_window=(value)
  update_property('preferred_backup_window', 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

#security_group_idsObject

returns the SecurityGroupIds property



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

def security_group_ids
  properties['security_group_ids']
end

#security_group_ids=(value) ⇒ Object

sets the SecurityGroupIds property (List)



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

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

#server_nameObject

returns the ServerName property



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

def server_name
  properties['server_name']
end

#server_name=(value) ⇒ Object

sets the ServerName property (String)



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

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

#service_role_arnObject

returns the ServiceRoleArn property



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

def service_role_arn
  properties['service_role_arn']
end

#service_role_arn=(value) ⇒ Object

sets the ServiceRoleArn property (String)



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

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

#subnet_idsObject

returns the SubnetIds property



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

def subnet_ids
  properties['subnet_ids']
end

#subnet_ids=(value) ⇒ Object

sets the SubnetIds property (List)



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

def subnet_ids=(value)
  update_property('subnet_ids', 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