Class: Ansible::Ruby::Modules::Infini_export
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Infini_export
- Defined in:
- lib/ansible/ruby/modules/generated/storage/infinidat/infini_export.rb
Overview
This module creates, deletes or modifies NFS exports on Infinibox.
Instance Method Summary collapse
-
#client_list ⇒ Array<String>, ...
List of dictionaries with client entries.
-
#filesystem ⇒ String
Name of exported file system.
-
#inner_path ⇒ String?
Internal path of the export.
-
#name ⇒ String
Export name.
-
#state ⇒ :present, ...
Creates/Modifies export when present and removes when absent.
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
#client_list ⇒ Array<String>, ...
24 |
# File 'lib/ansible/ruby/modules/generated/storage/infinidat/infini_export.rb', line 24 attribute :client_list |
#filesystem ⇒ String
28 |
# File 'lib/ansible/ruby/modules/generated/storage/infinidat/infini_export.rb', line 28 attribute :filesystem |
#inner_path ⇒ String?
20 |
# File 'lib/ansible/ruby/modules/generated/storage/infinidat/infini_export.rb', line 20 attribute :inner_path |
#name ⇒ String
12 |
# File 'lib/ansible/ruby/modules/generated/storage/infinidat/infini_export.rb', line 12 attribute :name |
#state ⇒ :present, ...
16 |
# File 'lib/ansible/ruby/modules/generated/storage/infinidat/infini_export.rb', line 16 attribute :state |