Class: Ansible::Ruby::Modules::Redfish_config

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

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



22
# File 'lib/ansible/ruby/modules/generated/remote_management/redfish/redfish_config.rb', line 22

attribute :baseuri

#bios_attr_nameString?

Returns name of BIOS attribute to update.

Returns:

  • (String, nil)

    name of BIOS attribute to update



34
# File 'lib/ansible/ruby/modules/generated/remote_management/redfish/redfish_config.rb', line 34

attribute :bios_attr_name

#bios_attr_valueString?

Returns value of BIOS attribute to update.

Returns:

  • (String, nil)

    value of BIOS attribute to update



38
# File 'lib/ansible/ruby/modules/generated/remote_management/redfish/redfish_config.rb', line 38

attribute :bios_attr_value

#categoryString

Returns Category to execute on OOB controller.

Returns:

  • (String)

    Category to execute on OOB controller



14
# File 'lib/ansible/ruby/modules/generated/remote_management/redfish/redfish_config.rb', line 14

attribute :category

#commandString

Returns List of commands to execute on OOB controller.

Returns:

  • (String)

    List of commands to execute on OOB controller



18
# File 'lib/ansible/ruby/modules/generated/remote_management/redfish/redfish_config.rb', line 18

attribute :command

#mgr_attr_nameString?

Returns name of Manager attribute to update.

Returns:

  • (String, nil)

    name of Manager attribute to update



42
# File 'lib/ansible/ruby/modules/generated/remote_management/redfish/redfish_config.rb', line 42

attribute :mgr_attr_name

#mgr_attr_valueString?

Returns value of Manager attribute to update.

Returns:

  • (String, nil)

    value of Manager attribute to update



46
# File 'lib/ansible/ruby/modules/generated/remote_management/redfish/redfish_config.rb', line 46

attribute :mgr_attr_value

#passwordString

Returns Password for authentication with OOB controller.

Returns:

  • (String)

    Password for authentication with OOB controller



30
# File 'lib/ansible/ruby/modules/generated/remote_management/redfish/redfish_config.rb', line 30

attribute :password

#userString

Returns User for authentication with OOB controller.

Returns:

  • (String)

    User for authentication with OOB controller



26
# File 'lib/ansible/ruby/modules/generated/remote_management/redfish/redfish_config.rb', line 26

attribute :user