Class: Ansible::Ruby::Modules::Na_ontap_node

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

Overview

Rename an ONTAP node.

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

#from_nameString

Returns The name of the node to be renamed. If I(name) already exists, no action will be performed.

Returns:

  • (String)

    The name of the node to be renamed. If I(name) already exists, no action will be performed.



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

attribute :from_name

#nameString

Returns The new name for the node.

Returns:

  • (String)

    The new name for the node



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

attribute :name