Class: Ansible::Ruby::Modules::Infini_export_client

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

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

#access_mode:RW, ...

Returns Read Write or Read Only Access.

Returns:

  • (:RW, :RO, nil)

    Read Write or Read Only Access.



20
# File 'lib/ansible/ruby/modules/generated/storage/infinidat/infini_export_client.rb', line 20

attribute :access_mode

#clientString

Returns Client IP or Range. Ranges can be defined as follows 192.168.0.1-192.168.0.254.

Returns:

  • (String)

    Client IP or Range. Ranges can be defined as follows 192.168.0.1-192.168.0.254.



12
# File 'lib/ansible/ruby/modules/generated/storage/infinidat/infini_export_client.rb', line 12

attribute :client

#exportString

Returns Name of the export.

Returns:

  • (String)

    Name of the export.



28
# File 'lib/ansible/ruby/modules/generated/storage/infinidat/infini_export_client.rb', line 28

attribute :export

#no_root_squashSymbol?

Returns Don’t squash root user to anonymous. Will be set to “no” on creation if not specified explicitly.

Returns:

  • (Symbol, nil)

    Don’t squash root user to anonymous. Will be set to “no” on creation if not specified explicitly.



24
# File 'lib/ansible/ruby/modules/generated/storage/infinidat/infini_export_client.rb', line 24

attribute :no_root_squash

#state:present, ...

Returns Creates/Modifies client when present and removes when absent.

Returns:

  • (:present, :absent, nil)

    Creates/Modifies client when present and removes when absent.



16
# File 'lib/ansible/ruby/modules/generated/storage/infinidat/infini_export_client.rb', line 16

attribute :state