Class: Ansible::Ruby::Modules::Os_ironic_inspect
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Os_ironic_inspect
- 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
-
#ironic_url ⇒ Object?
If noauth mode is utilized, this is required to be set to the endpoint URL for the Ironic API.
-
#mac ⇒ Object?
Unique mac address that is used to attempt to identify the host.
-
#name ⇒ String?
Unique name identifier to identify the host in Ironic.
-
#timeout ⇒ Integer?
A timeout in seconds to tell the role to wait for the node to complete introspection if wait is set to True.
-
#uuid ⇒ Object?
Globally unique identifier (UUID) to identify the host.
Methods inherited from Base
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_url ⇒ Object?
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.
21 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/openstack/os_ironic_inspect.rb', line 21 attribute :ironic_url |
#mac ⇒ Object?
Returns 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 |
#name ⇒ String?
Returns 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 |
#timeout ⇒ Integer?
Returns 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 |
#uuid ⇒ Object?
Returns 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 |