Class: Ansible::Ruby::Modules::Na_elementsw_node

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/storage/netapp/na_elementsw_node.rb

Overview

Add, remove cluster node on Element Software Cluster.

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

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

#node_idString, Integer

Returns List of IDs or Names or IP Address of nodes from cluster used for operation.

Returns:

  • (String, Integer)

    List of IDs or Names or IP Address of nodes from cluster used for operation.



16
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_elementsw_node.rb', line 16

attribute :node_id

#state:present, ...

Returns Element Software Storage Node operation state.,present - To add pending node to participate in cluster data storage.,absent - To remove node from active cluster. A node cannot be removed if active drives are present.

Returns:

  • (:present, :absent, nil)

    Element Software Storage Node operation state.,present - To add pending node to participate in cluster data storage.,absent - To remove node from active cluster. A node cannot be removed if active drives are present.



12
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_elementsw_node.rb', line 12

attribute :state