Class: Ansible::Ruby::Modules::Hponcfg

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/remote_management/hpilo/hponcfg.rb

Overview

This modules configures the HP iLO interface using hponcfg.

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

#executableString?

Returns Path to the hponcfg executable (‘hponcfg` which uses $PATH).

Returns:

  • (String, nil)

    Path to the hponcfg executable (‘hponcfg` which uses $PATH).



19
# File 'lib/ansible/ruby/modules/generated/remote_management/hpilo/hponcfg.rb', line 19

attribute :executable

#minfwObject?

Returns The minimum firmware level needed.

Returns:

  • (Object, nil)

    The minimum firmware level needed.



16
# File 'lib/ansible/ruby/modules/generated/remote_management/hpilo/hponcfg.rb', line 16

attribute :minfw

#pathObject

Returns The XML file as accepted by hponcfg.

Returns:

  • (Object)

    The XML file as accepted by hponcfg.



12
# File 'lib/ansible/ruby/modules/generated/remote_management/hpilo/hponcfg.rb', line 12

attribute :path

#verboseSymbol?

Returns Run hponcfg in verbose mode (-v).

Returns:

  • (Symbol, nil)

    Run hponcfg in verbose mode (-v).



23
# File 'lib/ansible/ruby/modules/generated/remote_management/hpilo/hponcfg.rb', line 23

attribute :verbose