Class: Ansible::Ruby::Modules::Na_ontap_command
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Na_ontap_command
- Defined in:
- lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_command.rb
Overview
Run system-cli commands on ONTAP
Instance Method Summary collapse
-
#command ⇒ Array<String>, ...
A comma separated list containing the command and arguments.
Methods inherited from Base
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
#command ⇒ Array<String>, ...
Returns a comma separated list containing the command and arguments.
12 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_command.rb', line 12 attribute :command |