Class: Ansible::Ruby::Modules::Os_flavor_facts
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Os_flavor_facts
- Defined in:
- lib/ansible/ruby/modules/generated/extras/cloud/openstack/os_flavor_facts.rb
Instance Method Summary collapse
-
#limit ⇒ Integer?
Limits the number of flavors returned.
-
#name ⇒ String?
A flavor name.
-
#ram ⇒ Boolean?
A string used for filtering flavors based on the amount of RAM (in MB) desired.
-
#vcpus ⇒ Boolean?
A string used for filtering flavors based on the number of virtual CPUs desired.
Methods inherited from Base
Methods inherited from Ansible::Ruby::Models::Base
attr_option, attr_options, attribute, #initialize, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#limit ⇒ Integer?
22 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/openstack/os_flavor_facts.rb', line 22 attribute :limit |
#name ⇒ String?
10 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/openstack/os_flavor_facts.rb', line 10 attribute :name |
#ram ⇒ Boolean?
14 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/openstack/os_flavor_facts.rb', line 14 attribute :ram |
#vcpus ⇒ Boolean?
18 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/openstack/os_flavor_facts.rb', line 18 attribute :vcpus |