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/windows/win_group.rb
Overview
Add and remove local groups. For non-Windows targets, please use the M(group) module instead.
Instance Method Summary collapse
-
#description ⇒ String?
Description of the group.
-
#name ⇒ String
Name of the group.
-
#state ⇒ :absent, ...
Create or remove the group.
Methods inherited from Base
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
#description ⇒ String?
Returns Description of the group.
17 |
# File 'lib/ansible/ruby/modules/generated/windows/win_group.rb', line 17 attribute :description |
#name ⇒ String
Returns Name of the group.
13 |
# File 'lib/ansible/ruby/modules/generated/windows/win_group.rb', line 13 attribute :name |
#state ⇒ :absent, ...
Returns Create or remove the group.
21 |
# File 'lib/ansible/ruby/modules/generated/windows/win_group.rb', line 21 attribute :state |