Class: Ansible::Ruby::Modules::Os_server_facts

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

Overview

Retrieve facts about server instances from OpenStack.

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

#detailedBoolean?

Returns when true, return additional detail about servers at the expense of additional API calls.

Returns:

  • (Boolean, nil)

    when true, return additional detail about servers at the expense of additional API calls.



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

attribute :detailed

#serverString?

Returns restrict results to servers with names matching this glob expression (e.g., C<web*>).

Returns:

  • (String, nil)

    restrict results to servers with names matching this glob expression (e.g., C<web*>).



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

attribute :server