Class: Ansible::Ruby::Modules::Os_flavor_facts

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

Overview

Retrieve facts about available OpenStack instance flavors. By default, facts about ALL flavors are retrieved. Filters can be applied to get facts for only matching flavors. For example, you can filter on the amount of RAM available to the flavor, or the number of virtual CPUs available to the flavor, or both. When specifying multiple filters, ALL filters must match on a flavor before that flavor is returned as a fact.

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

Methods inherited from Ansible::Ruby::Models::Base

attr_option, attr_options, attribute, #initialize, remove_existing_validations, #to_h, validates

Constructor Details

This class inherits a constructor from Ansible::Ruby::Models::Base

Instance Method Details

#availability_zoneObject?



32
# File 'lib/ansible/ruby/modules/generated/cloud/openstack/os_flavor_facts.rb', line 32

attribute :availability_zone

#ephemeral:yes, ...



28
# File 'lib/ansible/ruby/modules/generated/cloud/openstack/os_flavor_facts.rb', line 28

attribute :ephemeral

#limitInteger?



24
# File 'lib/ansible/ruby/modules/generated/cloud/openstack/os_flavor_facts.rb', line 24

attribute :limit

#nameString?



12
# File 'lib/ansible/ruby/modules/generated/cloud/openstack/os_flavor_facts.rb', line 12

attribute :name

#ram:yes, ...



16
# File 'lib/ansible/ruby/modules/generated/cloud/openstack/os_flavor_facts.rb', line 16

attribute :ram

#vcpus:yes, ...



20
# File 'lib/ansible/ruby/modules/generated/cloud/openstack/os_flavor_facts.rb', line 20

attribute :vcpus