Class: Ansible::Ruby::Modules::Ovirt_vm_facts
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Ovirt_vm_facts
- Defined in:
- lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_vm_facts.rb,
lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_vms_facts.rb
Overview
Retrieve facts about one or more oVirt/RHV virtual machines.
Instance Method Summary collapse
-
#all_content ⇒ Symbol?
If I(true) all the attributes of the virtual machines should be included in the response.
-
#case_sensitive ⇒ Boolean?
If I(true) performed search will take case into account.
-
#max ⇒ Object?
The maximum number of results to return.
-
#pattern ⇒ String?
Search term which is accepted by oVirt/RHV search backend.,For example to search VM X from cluster Y use following pattern: name=X and cluster=Y.
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
#all_content ⇒ Symbol?
Returns If I(true) all the attributes of the virtual machines should be included in the response.
16 |
# File 'lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_vm_facts.rb', line 16 attribute :all_content |
#case_sensitive ⇒ Boolean?
Returns If I(true) performed search will take case into account.
20 |
# File 'lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_vm_facts.rb', line 20 attribute :case_sensitive |
#max ⇒ Object?
Returns The maximum number of results to return.
24 |
# File 'lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_vm_facts.rb', line 24 attribute :max |
#pattern ⇒ String?
Returns Search term which is accepted by oVirt/RHV search backend.,For example to search VM X from cluster Y use following pattern: name=X and cluster=Y.
12 |
# File 'lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_vm_facts.rb', line 12 attribute :pattern |