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/core/cloud/openstack/os_server_facts.rb
Overview
Retrieve facts about server instances from OpenStack.
Instance Method Summary collapse
-
#detailed ⇒ Boolean?
When true, return additional detail about servers at the expense of additional API calls.
-
#server ⇒ String?
Restrict results to servers with names matching this glob expression (e.g., C<web*>).
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
#detailed ⇒ Boolean?
15 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/os_server_facts.rb', line 15 attribute :detailed |
#server ⇒ String?
11 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/os_server_facts.rb', line 11 attribute :server |