Class: Ansible::Ruby::Modules::Redfish_facts
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Redfish_facts
- Defined in:
- lib/ansible/ruby/modules/generated/remote_management/redfish/redfish_facts.rb
Overview
Builds Redfish URIs locally and sends them to remote OOB controllers to get information back. Information retrieved is placed in a location specified by the user.
Instance Method Summary collapse
-
#baseuri ⇒ String
Base URI of OOB controller.
-
#category ⇒ String?
List of categories to execute on OOB controller.
-
#command ⇒ Array<String>, ...
List of commands to execute on OOB controller.
-
#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, fix_inclusion, #initialize, remove_existing_validations, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#baseuri ⇒ String
Returns Base URI of OOB controller.
21 |
# File 'lib/ansible/ruby/modules/generated/remote_management/redfish/redfish_facts.rb', line 21 attribute :baseuri |
#category ⇒ String?
Returns List of categories to execute on OOB controller.
13 |
# File 'lib/ansible/ruby/modules/generated/remote_management/redfish/redfish_facts.rb', line 13 attribute :category |
#command ⇒ Array<String>, ...
Returns List of commands to execute on OOB controller.
17 |
# File 'lib/ansible/ruby/modules/generated/remote_management/redfish/redfish_facts.rb', line 17 attribute :command |
#password ⇒ String
Returns Password for authentication with OOB controller.
29 |
# File 'lib/ansible/ruby/modules/generated/remote_management/redfish/redfish_facts.rb', line 29 attribute :password |
#user ⇒ String
Returns User for authentication with OOB controller.
25 |
# File 'lib/ansible/ruby/modules/generated/remote_management/redfish/redfish_facts.rb', line 25 attribute :user |