Class: Ansible::Ruby::Modules::Infini_export_client
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Infini_export_client
- Defined in:
- lib/ansible/ruby/modules/generated/storage/infinidat/infini_export_client.rb
Overview
This module creates, deletes or modifys NFS client(s) for existing exports on Infinibox.
Instance Method Summary collapse
-
#access_mode ⇒ :RW, ...
Read Write or Read Only Access.
-
#client ⇒ String
Client IP or Range.
-
#export ⇒ String
Name of the export.
-
#no_root_squash ⇒ Symbol?
Don’t squash root user to anonymous.
-
#state ⇒ :present, ...
Creates/Modifies client when present and removes when absent.
Methods inherited from Base
Methods inherited from Ansible::Ruby::Models::Base
attr_option, attr_options, attribute, #initialize, remove_existing_validations, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#access_mode ⇒ :RW, ...
20 |
# File 'lib/ansible/ruby/modules/generated/storage/infinidat/infini_export_client.rb', line 20 attribute :access_mode |
#client ⇒ String
12 |
# File 'lib/ansible/ruby/modules/generated/storage/infinidat/infini_export_client.rb', line 12 attribute :client |
#export ⇒ String
28 |
# File 'lib/ansible/ruby/modules/generated/storage/infinidat/infini_export_client.rb', line 28 attribute :export |
#no_root_squash ⇒ Symbol?
24 |
# File 'lib/ansible/ruby/modules/generated/storage/infinidat/infini_export_client.rb', line 24 attribute :no_root_squash |
#state ⇒ :present, ...
16 |
# File 'lib/ansible/ruby/modules/generated/storage/infinidat/infini_export_client.rb', line 16 attribute :state |