Class: Ansible::Ruby::Modules::Win_group

Inherits:
Base show all
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

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?

Returns Description of the group.

Returns:

  • (String, nil)

    Description of the group.



17
# File 'lib/ansible/ruby/modules/generated/windows/win_group.rb', line 17

attribute :description

#nameString

Returns Name of the group.

Returns:

  • (String)

    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.

Returns:

  • (:absent, :present, nil)

    Create or remove the group.



21
# File 'lib/ansible/ruby/modules/generated/windows/win_group.rb', line 21

attribute :state