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

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/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, fix_inclusion, #initialize, remove_existing_validations, #to_h, validates

Constructor Details

This class inherits a constructor from Ansible::Ruby::Models::Base

Instance Method Details

#availability_zoneObject?

Returns Ignored. Present for backwards compatibility.

Returns:

  • (Object, nil)

    Ignored. Present for backwards compatibility



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

attribute :availability_zone

#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.



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

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.



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

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.



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

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.



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

attribute :timeout

#uuidObject?

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

Returns:

  • (Object, nil)

    globally unique identifier (UUID) to identify the host.



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

attribute :uuid