Class: Ansible::Ruby::Modules::Ipmi_power
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Ipmi_power
- Defined in:
- lib/ansible/ruby/modules/generated/remote_management/ipmi/ipmi_power.rb
Overview
Use this module for power management
Instance Method Summary collapse
-
#name ⇒ String
Hostname or ip address of the BMC.
-
#password ⇒ String
Password to connect to the BMC.
-
#port ⇒ Integer?
Remote RMCP port.
-
#state ⇒ :"on -- Request system turn on", ...
Whether to ensure that the machine in desired state.
-
#timeout ⇒ Integer?
Maximum number of seconds before interrupt request.
-
#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, fix_inclusion, #initialize, remove_existing_validations, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#name ⇒ String
Returns Hostname or ip address of the BMC.
12 |
# File 'lib/ansible/ruby/modules/generated/remote_management/ipmi/ipmi_power.rb', line 12 attribute :name |
#password ⇒ String
Returns Password to connect to the BMC.
24 |
# File 'lib/ansible/ruby/modules/generated/remote_management/ipmi/ipmi_power.rb', line 24 attribute :password |
#port ⇒ Integer?
Returns Remote RMCP port.
16 |
# File 'lib/ansible/ruby/modules/generated/remote_management/ipmi/ipmi_power.rb', line 16 attribute :port |
#state ⇒ :"on -- Request system turn on", ...
Returns Whether to ensure that the machine in desired state.
28 |
# File 'lib/ansible/ruby/modules/generated/remote_management/ipmi/ipmi_power.rb', line 28 attribute :state |
#timeout ⇒ Integer?
Returns Maximum number of seconds before interrupt request.
32 |
# File 'lib/ansible/ruby/modules/generated/remote_management/ipmi/ipmi_power.rb', line 32 attribute :timeout |
#user ⇒ String
Returns Username to use to connect to the BMC.
20 |
# File 'lib/ansible/ruby/modules/generated/remote_management/ipmi/ipmi_power.rb', line 20 attribute :user |