Create

pt.tecnico.dsi.openstack.nova.models.Flavor$.Create
See theCreate companion object
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
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product