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

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

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, #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.



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

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.



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

attribute :deny

#descriptionString?

Returns Share description.

Returns:

  • (String, nil)

    Share description



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

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.



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

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



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

attribute :list

#nameString

Returns Share name.

Returns:

  • (String)

    Share name



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

attribute :name

#pathString

Returns Share directory.

Returns:

  • (String)

    Share directory



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

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.



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

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



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

attribute :state