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

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/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, 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



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

attribute :availability_zone

#detailed:yes, ...

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

Returns:

  • (:yes, :no, nil)

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



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

attribute :detailed

#serverString?

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

Returns:

  • (String, nil)

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



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

attribute :server