Update

pt.tecnico.dsi.openstack.cinder.models.Quota$.Update
See theUpdate companion object
final case class Update(volumes: Option[Int], volumesPerType: Map[String, Int], snapshots: Option[Int], snapshotsPerType: Map[String, Int], backups: Option[Int], groups: Option[Int], maxVolumeSize: Option[Information], backupsStorage: Option[Information], volumesStorage: Option[Information], volumesStoragePerType: Map[String, Information])

Attributes

Companion
object
Source
Quota.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
Quota.scala