Class: Ansible::Ruby::Modules::Na_ontap_cifs
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Na_ontap_cifs
- Defined in:
- lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_cifs.rb
Overview
Create or destroy or modify(path) cifs-share on ONTAP
Instance Method Summary collapse
-
#path ⇒ String?
The file system path that is shared through this CIFS share.
-
#share_name ⇒ String
The name of the CIFS share.
-
#state ⇒ :present, ...
Whether the specified CIFS share should exist or not.
-
#vserver ⇒ String
Vserver containing the CIFS share.
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
#path ⇒ String?
12 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_cifs.rb', line 12 attribute :path |
#share_name ⇒ String
20 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_cifs.rb', line 20 attribute :share_name |
#state ⇒ :present, ...
24 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_cifs.rb', line 24 attribute :state |
#vserver ⇒ String
16 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_cifs.rb', line 16 attribute :vserver |