Class: Ansible::Ruby::Modules::Redfish_config
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Redfish_config
- Defined in:
- lib/ansible/ruby/modules/generated/remote_management/redfish/redfish_config.rb
Overview
Builds Redfish URIs locally and sends them to remote OOB controllers to set or update a configuration attribute. Manages BIOS configuration settings. Manages OOB controller configuration settings.
Instance Method Summary collapse
-
#baseuri ⇒ String
Base URI of OOB controller.
-
#bios_attr_name ⇒ String?
Name of BIOS attribute to update.
-
#bios_attr_value ⇒ String?
Value of BIOS attribute to update.
-
#category ⇒ String
Category to execute on OOB controller.
-
#command ⇒ String
List of commands to execute on OOB controller.
-
#mgr_attr_name ⇒ String?
Name of Manager attribute to update.
-
#mgr_attr_value ⇒ String?
Value of Manager attribute to update.
-
#password ⇒ String
Password for authentication with OOB controller.
-
#user ⇒ String
User for authentication with OOB controller.
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
#baseuri ⇒ String
22 |
# File 'lib/ansible/ruby/modules/generated/remote_management/redfish/redfish_config.rb', line 22 attribute :baseuri |
#bios_attr_name ⇒ String?
34 |
# File 'lib/ansible/ruby/modules/generated/remote_management/redfish/redfish_config.rb', line 34 attribute :bios_attr_name |
#bios_attr_value ⇒ String?
38 |
# File 'lib/ansible/ruby/modules/generated/remote_management/redfish/redfish_config.rb', line 38 attribute :bios_attr_value |
#category ⇒ String
14 |
# File 'lib/ansible/ruby/modules/generated/remote_management/redfish/redfish_config.rb', line 14 attribute :category |
#command ⇒ String
18 |
# File 'lib/ansible/ruby/modules/generated/remote_management/redfish/redfish_config.rb', line 18 attribute :command |
#mgr_attr_name ⇒ String?
42 |
# File 'lib/ansible/ruby/modules/generated/remote_management/redfish/redfish_config.rb', line 42 attribute :mgr_attr_name |
#mgr_attr_value ⇒ String?
46 |
# File 'lib/ansible/ruby/modules/generated/remote_management/redfish/redfish_config.rb', line 46 attribute :mgr_attr_value |
#password ⇒ String
30 |
# File 'lib/ansible/ruby/modules/generated/remote_management/redfish/redfish_config.rb', line 30 attribute :password |
#user ⇒ String
26 |
# File 'lib/ansible/ruby/modules/generated/remote_management/redfish/redfish_config.rb', line 26 attribute :user |