| Class | OpenStack::Compute::Flavor |
| In: |
lib/openstack/compute/flavor.rb
|
| Parent: | Object |
| disabled | [R] | |
| disk | [R] | |
| id | [R] | |
| name | [R] | |
| ram | [R] | |
| vcpus | [R] |
This class provides an object for the "Flavor" of a server. The Flavor can generally be taken as the server specification, providing information on things like memory and disk space.
The disk attribute is an integer representing the disk space in GB. The memory attribute is an integer representing the RAM in MB.