Class: Ansible::Ruby::Modules::Win_group
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Win_group
- Defined in:
- lib/ansible/ruby/modules/generated/core/windows/win_group.rb
Overview
Add and remove local groups
Instance Method Summary collapse
-
#description ⇒ Object?
Description of the group.
-
#name ⇒ Object
Name of the group.
-
#state ⇒ :present, ...
Create or remove the group.
Methods inherited from Base
Methods inherited from Ansible::Ruby::Models::Base
attr_option, attr_options, attribute, #initialize, remove_existing_validations, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#description ⇒ Object?
Returns Description of the group.
15 |
# File 'lib/ansible/ruby/modules/generated/core/windows/win_group.rb', line 15 attribute :description |
#name ⇒ Object
Returns Name of the group.
11 |
# File 'lib/ansible/ruby/modules/generated/core/windows/win_group.rb', line 11 attribute :name |
#state ⇒ :present, ...
Returns Create or remove the group.
18 |
# File 'lib/ansible/ruby/modules/generated/core/windows/win_group.rb', line 18 attribute :state |