Class: Ansible::Ruby::Modules::Hponcfg
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Hponcfg
- 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
-
#executable ⇒ String?
Path to the hponcfg executable (‘hponcfg` which uses $PATH).
-
#minfw ⇒ Object?
The minimum firmware level needed.
-
#path ⇒ Object
The XML file as accepted by hponcfg.
-
#verbose ⇒ Symbol?
Run hponcfg in verbose mode (-v).
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
#executable ⇒ String?
Returns 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 |
#minfw ⇒ Object?
Returns The minimum firmware level needed.
16 |
# File 'lib/ansible/ruby/modules/generated/remote_management/hpilo/hponcfg.rb', line 16 attribute :minfw |
#path ⇒ Object
Returns The XML file as accepted by hponcfg.
12 |
# File 'lib/ansible/ruby/modules/generated/remote_management/hpilo/hponcfg.rb', line 12 attribute :path |
#verbose ⇒ Symbol?
Returns Run hponcfg in verbose mode (-v).
23 |
# File 'lib/ansible/ruby/modules/generated/remote_management/hpilo/hponcfg.rb', line 23 attribute :verbose |