Class: Ansible::Ruby::Modules::Os_server_facts
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Os_server_facts
- 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
-
#availability_zone ⇒ Object?
Ignored.
-
#detailed ⇒ :yes, ...
When true, return additional detail about servers at the expense of additional API calls.
-
#server ⇒ String?
Restrict results to servers with names or UUID matching this glob expression (e.g., <web*>).
Methods inherited from Base
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_zone ⇒ Object?
Returns 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.
16 |
# File 'lib/ansible/ruby/modules/generated/cloud/openstack/os_server_facts.rb', line 16 attribute :detailed |
#server ⇒ String?
Returns 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 |