Class: Ansible::Ruby::Modules::Ovirt_storage_template_facts

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

Overview

Retrieve facts about one or more oVirt/RHV templates relate to a storage domain.

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

#maxObject?

Returns Sets the maximum number of templates to return. If not specified all the templates are returned.

Returns:

  • (Object, nil)

    Sets the maximum number of templates to return. If not specified all the templates are returned.



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

attribute :max

#storage_domainObject?

Returns The storage domain name where the templates should be listed.

Returns:

  • (Object, nil)

    The storage domain name where the templates should be listed.



19
# File 'lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_storage_template_facts.rb', line 19

attribute :storage_domain

#unregisteredSymbol?

Returns Flag which indicates whether to get unregistered templates which contain one or more disks which reside on a storage domain or diskless templates.

Returns:

  • (Symbol, nil)

    Flag which indicates whether to get unregistered templates which contain one or more disks which reside on a storage domain or diskless templates.



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

attribute :unregistered