Class: Ansible::Ruby::Modules::Ovirt_external_provider_facts

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

Overview

Retrieve facts about one or more oVirt/RHV external providers.

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

#nameString?

Returns Name of the external provider, can be used as glob expression.

Returns:

  • (String, nil)

    Name of the external provider, can be used as glob expression.



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

attribute :name

#type:os_image, ...

Returns Type of the external provider.

Returns:

  • (:os_image, :os_network, :os_volume, :foreman)

    Type of the external provider.



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

attribute :type