Class: Ansible::Ruby::Modules::Os_nova_flavor
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Os_nova_flavor
- Defined in:
- lib/ansible/ruby/modules/generated/core/cloud/openstack/os_nova_flavor.rb
Overview
Add or remove flavors from OpenStack.
Instance Method Summary collapse
-
#disk ⇒ String?
Size of local disk, in GB.
-
#ephemeral ⇒ Integer?
Ephemeral space size, in GB.
-
#flavorid ⇒ String?
ID for the flavor.
-
#is_public ⇒ Boolean?
Make flavor accessible to the public.
-
#name ⇒ String
Flavor name.
-
#ram ⇒ String?
Amount of memory, in MB.
-
#rxtx_factor ⇒ Float?
RX/TX factor.
-
#state ⇒ :present, ...
Indicate desired state of the resource.
-
#swap ⇒ Integer?
Swap space size, in MB.
-
#vcpus ⇒ String?
Number of virtual CPUs.
Methods inherited from Base
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
#disk ⇒ String?
27 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/os_nova_flavor.rb', line 27 attribute :disk |
#ephemeral ⇒ Integer?
31 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/os_nova_flavor.rb', line 31 attribute :ephemeral |
#flavorid ⇒ String?
47 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/os_nova_flavor.rb', line 47 attribute :flavorid |
#is_public ⇒ Boolean?
43 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/os_nova_flavor.rb', line 43 attribute :is_public |
#name ⇒ String
15 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/os_nova_flavor.rb', line 15 attribute :name |
#ram ⇒ String?
19 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/os_nova_flavor.rb', line 19 attribute :ram |
#rxtx_factor ⇒ Float?
39 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/os_nova_flavor.rb', line 39 attribute :rxtx_factor |
#state ⇒ :present, ...
11 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/os_nova_flavor.rb', line 11 attribute :state |
#swap ⇒ Integer?
35 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/os_nova_flavor.rb', line 35 attribute :swap |
#vcpus ⇒ String?
23 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/os_nova_flavor.rb', line 23 attribute :vcpus |