Update

pt.tecnico.dsi.openstack.cinder.models.Volume$.Update
case class Update(name: Option[String], description: Option[String], metadata: Map[String, String])

Value parameters

description

the volume description.

metadata

metadata that will be associated with the volume.

name

the volume name.

Attributes

Source
Volume.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