Class: Humidifier::FSx::StorageVirtualMachine
- Defined in:
- lib/humidifier/magic.rb
Overview
A dynamically-defined class that represents an AWS::FSx::StorageVirtualMachine resource
Constant Summary
Constants inherited from Resource
Instance Method Summary collapse
-
#active_directory_configuration ⇒ Object
returns the ActiveDirectoryConfiguration property.
-
#active_directory_configuration=(value) ⇒ Object
sets the ActiveDirectoryConfiguration property (Structure).
-
#file_system_id ⇒ Object
returns the FileSystemId property.
-
#file_system_id=(value) ⇒ Object
sets the FileSystemId property (String).
-
#name ⇒ Object
returns the Name property.
-
#name=(value) ⇒ Object
sets the Name property (String).
-
#root_volume_security_style ⇒ Object
returns the RootVolumeSecurityStyle property.
-
#root_volume_security_style=(value) ⇒ Object
sets the RootVolumeSecurityStyle property (String).
-
#svm_admin_password ⇒ Object
returns the SvmAdminPassword property.
-
#svm_admin_password=(value) ⇒ Object
sets the SvmAdminPassword property (String).
-
#tags ⇒ Object
returns the Tags property.
-
#tags=(value) ⇒ Object
sets the Tags property (List).
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
#active_directory_configuration ⇒ Object
returns the ActiveDirectoryConfiguration property
10 11 12 |
# File 'lib/humidifier/magic.rb', line 10 def active_directory_configuration properties['active_directory_configuration'] end |
#active_directory_configuration=(value) ⇒ Object
sets the ActiveDirectoryConfiguration property (Structure)
15 16 17 |
# File 'lib/humidifier/magic.rb', line 15 def active_directory_configuration=(value) update_property('active_directory_configuration', value) end |
#file_system_id ⇒ Object
returns the FileSystemId property
20 21 22 |
# File 'lib/humidifier/magic.rb', line 20 def file_system_id properties['file_system_id'] end |
#file_system_id=(value) ⇒ Object
sets the FileSystemId property (String)
25 26 27 |
# File 'lib/humidifier/magic.rb', line 25 def file_system_id=(value) update_property('file_system_id', value) end |
#name ⇒ Object
returns the Name property
30 31 32 |
# File 'lib/humidifier/magic.rb', line 30 def name properties['name'] end |
#name=(value) ⇒ Object
sets the Name property (String)
35 36 37 |
# File 'lib/humidifier/magic.rb', line 35 def name=(value) update_property('name', value) end |
#root_volume_security_style ⇒ Object
returns the RootVolumeSecurityStyle property
40 41 42 |
# File 'lib/humidifier/magic.rb', line 40 def root_volume_security_style properties['root_volume_security_style'] end |
#root_volume_security_style=(value) ⇒ Object
sets the RootVolumeSecurityStyle property (String)
45 46 47 |
# File 'lib/humidifier/magic.rb', line 45 def root_volume_security_style=(value) update_property('root_volume_security_style', value) end |
#svm_admin_password ⇒ Object
returns the SvmAdminPassword property
50 51 52 |
# File 'lib/humidifier/magic.rb', line 50 def svm_admin_password properties['svm_admin_password'] end |
#svm_admin_password=(value) ⇒ Object
sets the SvmAdminPassword property (String)
55 56 57 |
# File 'lib/humidifier/magic.rb', line 55 def svm_admin_password=(value) update_property('svm_admin_password', value) end |
#tags ⇒ Object
returns the Tags property
60 61 62 |
# File 'lib/humidifier/magic.rb', line 60 def properties['tags'] end |
#tags=(value) ⇒ Object
sets the Tags property (List)
65 66 67 |
# File 'lib/humidifier/magic.rb', line 65 def (value) update_property('tags', value) end |