Class: Ansible::Ruby::Modules::Win_share

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

Overview

Add, modify or remove Windows share and set share permissions.

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

#changeString?

Returns Specify user list that should get read and write access on share, separated by comma.

Returns:

  • (String, nil)

    Specify user list that should get read and write access on share, separated by comma.



35
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_share.rb', line 35

attribute :change

#denyString?

Returns Specify user list that should get no access, regardless of implied access on share, separated by comma.

Returns:

  • (String, nil)

    Specify user list that should get no access, regardless of implied access on share, separated by comma.



43
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_share.rb', line 43

attribute :deny

#descriptionString?

Returns Share description.

Returns:

  • (String, nil)

    Share description



23
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_share.rb', line 23

attribute :description

#fullString?

Returns Specify user list that should get full access on share, separated by comma.

Returns:

  • (String, nil)

    Specify user list that should get full access on share, separated by comma.



39
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_share.rb', line 39

attribute :full

#listBoolean?

Returns Specify whether to allow or deny file listing, in case user got no permission on share.

Returns:

  • (Boolean, nil)

    Specify whether to allow or deny file listing, in case user got no permission on share



27
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_share.rb', line 27

attribute :list

#nameString

Returns Share name.

Returns:

  • (String)

    Share name



11
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_share.rb', line 11

attribute :name

#pathString

Returns Share directory.

Returns:

  • (String)

    Share directory



15
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_share.rb', line 15

attribute :path

#readString?

Returns Specify user list that should get read access on share, separated by comma.

Returns:

  • (String, nil)

    Specify user list that should get read access on share, separated by comma.



31
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_share.rb', line 31

attribute :read

#state:present, ...

Returns Specify whether to add C(present) or remove C(absent) the specified share.

Returns:

  • (:present, :absent, nil)

    Specify whether to add C(present) or remove C(absent) the specified share



19
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_share.rb', line 19

attribute :state