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/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
-
#availability_zone ⇒ Object?
Ignored.
-
#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
#availability_zone ⇒ Object?
29 |
# File 'lib/ansible/ruby/modules/generated/cloud/openstack/os_ironic_inspect.rb', line 29 attribute :availability_zone |
#ironic_url ⇒ Object?
22 |
# File 'lib/ansible/ruby/modules/generated/cloud/openstack/os_ironic_inspect.rb', line 22 attribute :ironic_url |
#mac ⇒ Object?
12 |
# File 'lib/ansible/ruby/modules/generated/cloud/openstack/os_ironic_inspect.rb', line 12 attribute :mac |
#name ⇒ String?
18 |
# File 'lib/ansible/ruby/modules/generated/cloud/openstack/os_ironic_inspect.rb', line 18 attribute :name |
#timeout ⇒ Integer?
25 |
# File 'lib/ansible/ruby/modules/generated/cloud/openstack/os_ironic_inspect.rb', line 25 attribute :timeout |
#uuid ⇒ Object?
15 |
# File 'lib/ansible/ruby/modules/generated/cloud/openstack/os_ironic_inspect.rb', line 15 attribute :uuid |