Class: Ansible::Ruby::Modules::Win_share
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Win_share
- Defined in:
- lib/ansible/ruby/modules/generated/extras/windows/win_share.rb
Instance Method Summary collapse
-
#change ⇒ String?
Specify user list that should get read and write access on share, separated by comma.
-
#deny ⇒ String?
Specify user list that should get no access, regardless of implied access on share, separated by comma.
-
#description ⇒ String?
Share description.
-
#full ⇒ String?
Specify user list that should get full access on share, separated by comma.
-
#list ⇒ Boolean?
Specify whether to allow or deny file listing, in case user got no permission on share.
-
#name ⇒ String
Share name.
-
#path ⇒ String
Share directory.
-
#read ⇒ String?
Specify user list that should get read access on share, separated by comma.
-
#state ⇒ :present, ...
Specify whether to add C(present) or remove C(absent) the specified share.
Methods inherited from Base
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
#change ⇒ String?
Returns 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 |
#deny ⇒ String?
Returns 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 |
#description ⇒ String?
Returns Share description.
22 |
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_share.rb', line 22 attribute :description |
#full ⇒ String?
Returns 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 |
#list ⇒ Boolean?
Returns 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 |
#name ⇒ String
Returns Share name.
10 |
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_share.rb', line 10 attribute :name |
#path ⇒ String
Returns Share directory.
14 |
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_share.rb', line 14 attribute :path |
#read ⇒ String?
Returns 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.
18 |
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_share.rb', line 18 attribute :state |