Flavor

pt.tecnico.dsi.openstack.nova.models.Flavor$
See theFlavor companion class
object Flavor

Attributes

Companion
class
Source
Flavor.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Flavor.type

Members list

Type members

Classlikes

case class Create(id: Option[String], name: String, description: Option[String], vcpus: Int, ram: Information, disk: Information, ephemeral: Information, swap: Information, rxtxFactor: Float, disabled: Option[Boolean], isPublic: Boolean)

Attributes

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

Attributes

Companion
class
Source
Flavor.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Create.type
case class Summary(id: String, name: String, description: Option[String], links: List[Link]) extends Identifiable

Attributes

Source
Flavor.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait Identifiable
class Object
trait Matchable
class Any
Show all
sealed case class Update(name: Option[String], description: Option[String], vcpus: Option[Int], ram: Option[Information], disk: Option[Information], ephemeral: Option[Information], swap: Option[Information], rxtxFactor: Option[Float], disabled: Option[Boolean], isPublic: Option[Boolean])

Attributes

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

Attributes

Companion
class
Source
Flavor.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Update.type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala

Value members

Concrete methods

def informationDecoderIn(unit: InformationUnit): Decoder[Information]

Attributes

Source
Flavor.scala

Concrete fields

val inGibibytesDecoder: Decoder[Information]

Attributes

Source
Flavor.scala
val inMebibytesDecoder: Decoder[Information]

Attributes

Source
Flavor.scala

Givens

Givens

Attributes

Source
Flavor.scala

Attributes

Source
Flavor.scala

Attributes

Source
Flavor.scala