Class: Ansible::Ruby::Modules::Smartos_image_facts

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/cloud/smartos/smartos_image_facts.rb

Overview

Retrieve facts about all installed images on SmartOS. Facts will be inserted to the ansible_facts key.

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

#filtersString?

Returns Criteria for selecting image. Can be any value from image manifest and ‘published_date’, ‘published’, ‘source’, ‘clones’, and ‘size’. More informaton can be found at U(smartos.org/man/1m/imgadm) under ‘imgadm list’.

Returns:

  • (String, nil)

    Criteria for selecting image. Can be any value from image manifest and ‘published_date’, ‘published’, ‘source’, ‘clones’, and ‘size’. More informaton can be found at U(smartos.org/man/1m/imgadm) under ‘imgadm list’.



12
# File 'lib/ansible/ruby/modules/generated/cloud/smartos/smartos_image_facts.rb', line 12

attribute :filters