Class: Ansible::Ruby::Modules::Na_ontap_svm_options

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

Overview

Modify ONTAP SVM Options Only Options that appear on “vserver options show” can be set

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

#nameString?

Returns Name of the option.

Returns:

  • (String, nil)

    Name of the option.



13
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_svm_options.rb', line 13

attribute :name

#valueString?

Returns Value of the option.,Value must be in quote.

Returns:

  • (String, nil)

    Value of the option.,Value must be in quote



17
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_svm_options.rb', line 17

attribute :value

#vserverString

Returns The name of the vserver to which this option belongs to.

Returns:

  • (String)

    The name of the vserver to which this option belongs to.



21
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_svm_options.rb', line 21

attribute :vserver