Class: Ansible::Ruby::Modules::Ovirt_host_facts

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_host_facts.rb,
lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_hosts_facts.rb

Overview

Retrieve facts about one or more oVirt/RHV hosts.

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

#all_contentSymbol?

Returns If I(true) all the attributes of the hosts should be included in the response.

Returns:

  • (Symbol, nil)

    If I(true) all the attributes of the hosts should be included in the response.



16
# File 'lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_host_facts.rb', line 16

attribute :all_content

#patternString?

Returns Search term which is accepted by oVirt/RHV search backend.,For example to search host X from datacenter Y use following pattern: name=X and datacenter=Y.

Returns:

  • (String, nil)

    Search term which is accepted by oVirt/RHV search backend.,For example to search host X from datacenter Y use following pattern: name=X and datacenter=Y



12
# File 'lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_host_facts.rb', line 12

attribute :pattern