Class: Ansible::Ruby::Modules::Ipmi_boot
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Ipmi_boot
- Defined in:
- lib/ansible/ruby/modules/generated/remote_management/ipmi/ipmi_boot.rb
Overview
Use this module to manage order of boot devices
Instance Method Summary collapse
-
#bootdev ⇒ :"network -- Request network boot", ...
Set boot device to use on next reboot.
-
#name ⇒ String
Hostname or ip address of the BMC.
-
#password ⇒ String
Password to connect to the BMC.
-
#persistent ⇒ :yes, ...
If set, ask that system firmware uses this device beyond next boot.
-
#port ⇒ Integer?
Remote RMCP port.
-
#state ⇒ :"present -- Request system turn on", ...
Whether to ensure that boot devices is desired.
-
#uefiboot ⇒ :yes, ...
If set, request UEFI boot explicitly.
-
#user ⇒ String
Username to use to connect to the BMC.
Methods inherited from Base
Methods inherited from Ansible::Ruby::Models::Base
attr_option, attr_options, attribute, #initialize, remove_existing_validations, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#bootdev ⇒ :"network -- Request network boot", ...
28 |
# File 'lib/ansible/ruby/modules/generated/remote_management/ipmi/ipmi_boot.rb', line 28 attribute :bootdev |
#name ⇒ String
12 |
# File 'lib/ansible/ruby/modules/generated/remote_management/ipmi/ipmi_boot.rb', line 12 attribute :name |
#password ⇒ String
24 |
# File 'lib/ansible/ruby/modules/generated/remote_management/ipmi/ipmi_boot.rb', line 24 attribute :password |
#persistent ⇒ :yes, ...
36 |
# File 'lib/ansible/ruby/modules/generated/remote_management/ipmi/ipmi_boot.rb', line 36 attribute :persistent |
#port ⇒ Integer?
16 |
# File 'lib/ansible/ruby/modules/generated/remote_management/ipmi/ipmi_boot.rb', line 16 attribute :port |
#state ⇒ :"present -- Request system turn on", ...
32 |
# File 'lib/ansible/ruby/modules/generated/remote_management/ipmi/ipmi_boot.rb', line 32 attribute :state |
#uefiboot ⇒ :yes, ...
40 |
# File 'lib/ansible/ruby/modules/generated/remote_management/ipmi/ipmi_boot.rb', line 40 attribute :uefiboot |
#user ⇒ String
20 |
# File 'lib/ansible/ruby/modules/generated/remote_management/ipmi/ipmi_boot.rb', line 20 attribute :user |