Class OpenStack::Compute::Flavor
In: lib/openstack/compute/flavor.rb
Parent: Object

Methods

new  

Attributes

disabled  [R] 
disk  [R] 
id  [R] 
name  [R] 
ram  [R] 
vcpus  [R] 

Public Class methods

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.

[Validate]