Class: Ansible::Ruby::Modules::Na_ontap_cifs_acl
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Na_ontap_cifs_acl
- Defined in:
- lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_cifs_acl.rb
Overview
Create or destroy or modify cifs-share-access-controls on ONTAP
Instance Method Summary collapse
-
#permission ⇒ :no_access, ...
-“The access rights that the user or group has on the defined CIFS share.”.
-
#share_name ⇒ String
The name of the cifs-share-access-control to manage.
-
#state ⇒ :present, ...
Whether the specified CIFS share acl should exist or not.
-
#user_or_group ⇒ String
The user or group name for which the permissions are listed.
-
#vserver ⇒ Object
Name of the vserver to use.
Methods inherited from Base
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
#permission ⇒ :no_access, ...
Returns -“The access rights that the user or group has on the defined CIFS share.”.
12 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_cifs_acl.rb', line 12 attribute :permission |
#share_name ⇒ String
Returns The name of the cifs-share-access-control to manage.
16 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_cifs_acl.rb', line 16 attribute :share_name |
#state ⇒ :present, ...
Returns Whether the specified CIFS share acl should exist or not.
20 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_cifs_acl.rb', line 20 attribute :state |
#user_or_group ⇒ String
Returns The user or group name for which the permissions are listed.
28 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_cifs_acl.rb', line 28 attribute :user_or_group |
#vserver ⇒ Object
Returns Name of the vserver to use.
24 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_cifs_acl.rb', line 24 attribute :vserver |