AttachedVolume

final case class AttachedVolume(devicePath: String, name: String)

AttachedVolume describes a volume attached to a node

Companion:
object
Source:
AttachedVolume.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

transforms devicePath to result of function

transforms devicePath to result of function

Source:
AttachedVolume.scala

transforms name to result of function

transforms name to result of function

Source:
AttachedVolume.scala

Returns a new data with devicePath set to new value

Returns a new data with devicePath set to new value

Source:
AttachedVolume.scala

Returns a new data with name set to new value

Returns a new data with name set to new value

Source:
AttachedVolume.scala

Inherited methods

Inherited from:
Product