Update

pt.tecnico.dsi.openstack.nova.models.Flavor$.Update
See theUpdate companion object
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
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

Concrete fields

lazy val needsUpdate: Boolean

Attributes

Source
Flavor.scala