Class: Ansible::Ruby::Modules::Na_ontap_cifs_acl

Inherits:
Base show all
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

Methods inherited from Base

#ansible_name, #to_h

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.”.

Returns:

  • (:no_access, :read, :change, :full_control, nil)

    -“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_nameString

Returns The name of the cifs-share-access-control to manage.

Returns:

  • (String)

    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.

Returns:

  • (:present, :absent, nil)

    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_groupString

Returns The user or group name for which the permissions are listed.

Returns:

  • (String)

    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

#vserverObject

Returns Name of the vserver to use.

Returns:

  • (Object)

    Name of the vserver to use.



24
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_cifs_acl.rb', line 24

attribute :vserver