Class: Ansible::Ruby::Modules::Redfish_facts

Inherits:
Base show all
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

Methods inherited from Base

#ansible_name, #to_h

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

#baseuriString

Returns Base URI of OOB controller.

Returns:

  • (String)

    Base URI of OOB controller



21
# File 'lib/ansible/ruby/modules/generated/remote_management/redfish/redfish_facts.rb', line 21

attribute :baseuri

#categoryString?

Returns List of categories to execute on OOB controller.

Returns:

  • (String, nil)

    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

#commandArray<String>, ...

Returns List of commands to execute on OOB controller.

Returns:

  • (Array<String>, String, nil)

    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

#passwordString

Returns Password for authentication with OOB controller.

Returns:

  • (String)

    Password for authentication with OOB controller



29
# File 'lib/ansible/ruby/modules/generated/remote_management/redfish/redfish_facts.rb', line 29

attribute :password

#userString

Returns User for authentication with OOB controller.

Returns:

  • (String)

    User for authentication with OOB controller



25
# File 'lib/ansible/ruby/modules/generated/remote_management/redfish/redfish_facts.rb', line 25

attribute :user