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

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

Overview

Add and remove local groups

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

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

#descriptionObject?

Returns Description of the group.

Returns:

  • (Object, nil)

    Description of the group



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

attribute :description

#nameObject

Returns Name of the group.

Returns:

  • (Object)

    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.

Returns:

  • (:present, :absent, nil)

    Create or remove the group



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

attribute :state