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
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_options, attribute, #initialize, #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.
20 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/openstack/os_ironic_inspect.rb', line 20 attribute :ironic_url |
#mac ⇒ Object?
Returns unique mac address that is used to attempt to identify the host.
10 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/openstack/os_ironic_inspect.rb', line 10 attribute :mac |
#name ⇒ String?
Returns unique name identifier to identify the host in Ironic.
16 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/openstack/os_ironic_inspect.rb', line 16 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.
23 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/openstack/os_ironic_inspect.rb', line 23 attribute :timeout |
#uuid ⇒ Object?
Returns globally unique identifier (UUID) to identify the host.
13 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/openstack/os_ironic_inspect.rb', line 13 attribute :uuid |