Class: Humidifier::DirectoryService::MicrosoftAD
- Defined in:
- lib/humidifier/magic.rb
Overview
A dynamically-defined class that represents an AWS::DirectoryService::MicrosoftAD resource
Constant Summary
Constants inherited from Resource
Instance Method Summary collapse
-
#create_alias ⇒ Object
returns the CreateAlias property.
-
#create_alias=(value) ⇒ Object
sets the CreateAlias property (Boolean).
-
#edition ⇒ Object
returns the Edition property.
-
#edition=(value) ⇒ Object
sets the Edition property (String).
-
#enable_sso ⇒ Object
returns the EnableSso property.
-
#enable_sso=(value) ⇒ Object
sets the EnableSso property (Boolean).
-
#name ⇒ Object
returns the Name property.
-
#name=(value) ⇒ Object
sets the Name property (String).
-
#password ⇒ Object
returns the Password property.
-
#password=(value) ⇒ Object
sets the Password property (String).
-
#short_name ⇒ Object
returns the ShortName property.
-
#short_name=(value) ⇒ Object
sets the ShortName property (String).
-
#vpc_settings ⇒ Object
returns the VpcSettings property.
-
#vpc_settings=(value) ⇒ Object
sets the VpcSettings property (Structure).
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
#create_alias ⇒ Object
returns the CreateAlias property
10 11 12 |
# File 'lib/humidifier/magic.rb', line 10 def create_alias properties['create_alias'] end |
#create_alias=(value) ⇒ Object
sets the CreateAlias property (Boolean)
15 16 17 |
# File 'lib/humidifier/magic.rb', line 15 def create_alias=(value) update_property('create_alias', value) end |
#edition ⇒ Object
returns the Edition property
20 21 22 |
# File 'lib/humidifier/magic.rb', line 20 def edition properties['edition'] end |
#edition=(value) ⇒ Object
sets the Edition property (String)
25 26 27 |
# File 'lib/humidifier/magic.rb', line 25 def edition=(value) update_property('edition', value) end |
#enable_sso ⇒ Object
returns the EnableSso property
30 31 32 |
# File 'lib/humidifier/magic.rb', line 30 def enable_sso properties['enable_sso'] end |
#enable_sso=(value) ⇒ Object
sets the EnableSso property (Boolean)
35 36 37 |
# File 'lib/humidifier/magic.rb', line 35 def enable_sso=(value) update_property('enable_sso', value) end |
#name ⇒ Object
returns the Name property
40 41 42 |
# File 'lib/humidifier/magic.rb', line 40 def name properties['name'] end |
#name=(value) ⇒ Object
sets the Name property (String)
45 46 47 |
# File 'lib/humidifier/magic.rb', line 45 def name=(value) update_property('name', value) end |
#password ⇒ Object
returns the Password property
50 51 52 |
# File 'lib/humidifier/magic.rb', line 50 def password properties['password'] end |
#password=(value) ⇒ Object
sets the Password property (String)
55 56 57 |
# File 'lib/humidifier/magic.rb', line 55 def password=(value) update_property('password', value) end |
#short_name ⇒ Object
returns the ShortName property
60 61 62 |
# File 'lib/humidifier/magic.rb', line 60 def short_name properties['short_name'] end |
#short_name=(value) ⇒ Object
sets the ShortName property (String)
65 66 67 |
# File 'lib/humidifier/magic.rb', line 65 def short_name=(value) update_property('short_name', value) end |
#vpc_settings ⇒ Object
returns the VpcSettings property
70 71 72 |
# File 'lib/humidifier/magic.rb', line 70 def vpc_settings properties['vpc_settings'] end |
#vpc_settings=(value) ⇒ Object
sets the VpcSettings property (Structure)
75 76 77 |
# File 'lib/humidifier/magic.rb', line 75 def vpc_settings=(value) update_property('vpc_settings', value) end |