Class: Ansible::Ruby::Modules::Win_domain_computer

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/windows/win_domain_computer.rb

Overview

Create, read, update and delete computers in Active Directory using a windows bridge computer to launch New-ADComputer, Get-ADComputer, Set-ADComputer, Remove-ADComputer and Move-ADObject powershell commands.

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

Methods inherited from Ansible::Ruby::Models::Base

attr_option, attr_options, attribute, fix_inclusion, #initialize, remove_existing_validations, #to_h, validates

Constructor Details

This class inherits a constructor from Ansible::Ruby::Models::Base

Instance Method Details

#descriptionString?



28
# File 'lib/ansible/ruby/modules/generated/windows/win_domain_computer.rb', line 28

attribute :description

#dns_hostnameString?



32
# File 'lib/ansible/ruby/modules/generated/windows/win_domain_computer.rb', line 32

attribute :dns_hostname

#enabled:yes, ...



20
# File 'lib/ansible/ruby/modules/generated/windows/win_domain_computer.rb', line 20

attribute :enabled

#nameString



12
# File 'lib/ansible/ruby/modules/generated/windows/win_domain_computer.rb', line 12

attribute :name

#ouArray<String>, ...



24
# File 'lib/ansible/ruby/modules/generated/windows/win_domain_computer.rb', line 24

attribute :ou

#sam_account_nameString?



16
# File 'lib/ansible/ruby/modules/generated/windows/win_domain_computer.rb', line 16

attribute :sam_account_name

#state:present, ...



36
# File 'lib/ansible/ruby/modules/generated/windows/win_domain_computer.rb', line 36

attribute :state