Class: Ansible::Ruby::Modules::Os_ironic_inspect

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/extras/cloud/openstack/os_ironic_inspect.rb

Overview

Requests Ironic to set a node into inspect state in order to collect metadata regarding the node. This command may be out of band or in-band depending on the ironic driver configuration. This is only possible on nodes in ‘manageable’ and ‘available’ state.

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

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

#ironic_urlObject?

Returns If noauth mode is utilized, this is required to be set to the endpoint URL for the Ironic API. Use with “auth” and “auth_type” settings set to None.

Returns:

  • (Object, nil)

    If noauth mode is utilized, this is required to be set to the endpoint URL for the Ironic API. Use with “auth” and “auth_type” settings set to None.



21
# File 'lib/ansible/ruby/modules/generated/extras/cloud/openstack/os_ironic_inspect.rb', line 21

attribute :ironic_url

#macObject?

Returns unique mac address that is used to attempt to identify the host.

Returns:

  • (Object, nil)

    unique mac address that is used to attempt to identify the host.



11
# File 'lib/ansible/ruby/modules/generated/extras/cloud/openstack/os_ironic_inspect.rb', line 11

attribute :mac

#nameString?

Returns unique name identifier to identify the host in Ironic.

Returns:

  • (String, nil)

    unique name identifier to identify the host in Ironic.



17
# File 'lib/ansible/ruby/modules/generated/extras/cloud/openstack/os_ironic_inspect.rb', line 17

attribute :name

#timeoutInteger?

Returns A timeout in seconds to tell the role to wait for the node to complete introspection if wait is set to True.

Returns:

  • (Integer, nil)

    A timeout in seconds to tell the role to wait for the node to complete introspection if wait is set to True.



24
# File 'lib/ansible/ruby/modules/generated/extras/cloud/openstack/os_ironic_inspect.rb', line 24

attribute :timeout

#uuidObject?

Returns globally unique identifier (UUID) to identify the host.

Returns:

  • (Object, nil)

    globally unique identifier (UUID) to identify the host.



14
# File 'lib/ansible/ruby/modules/generated/extras/cloud/openstack/os_ironic_inspect.rb', line 14

attribute :uuid