Class: Ansible::Ruby::Modules::Na_elementsw_node
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Na_elementsw_node
- 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
-
#node_id ⇒ String, Integer
List of IDs or Names or IP Address of nodes from cluster used for operation.
-
#state ⇒ :present, ...
Element Software Storage Node operation state.,present - To add pending node to participate in cluster data storage.,absent - To remove node from active cluster.
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
#node_id ⇒ String, Integer
Returns 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.
12 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_elementsw_node.rb', line 12 attribute :state |