Class: Humidifier::DirectoryService::MicrosoftAD

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

Overview

A dynamically-defined class that represents an AWS::DirectoryService::MicrosoftAD 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

#create_aliasObject

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

#editionObject

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_ssoObject

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

#nameObject

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

#passwordObject

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_nameObject

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_settingsObject

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