Flavor

pt.tecnico.dsi.openstack.nova.models.Flavor
See theFlavor companion object
sealed case class Flavor(id: String, name: String, description: Option[String], vcpus: Int, ram: Information, disk: Information, ephemeral: Information, swap: Information, rxtxFactor: Float, disabled: Boolean, isPublic: Boolean, extraSpecs: Map[String, String], links: List[Link]) extends Identifiable

Attributes

Companion
object
Source
Flavor.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Identifiable
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Inherited fields

lazy val linksMap: Map[String, Uri]

Attributes

Inherited from:
Identifiable
Source
Identifiable.scala