VolumeDevice

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

volumeDevice describes a mapping of a raw block device within a container.

Source:
VolumeDevice.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:
VolumeDevice.scala

transforms name to result of function

transforms name to result of function

Source:
VolumeDevice.scala

Returns a new data with devicePath set to new value

Returns a new data with devicePath set to new value

Source:
VolumeDevice.scala

Returns a new data with name set to new value

Returns a new data with name set to new value

Source:
VolumeDevice.scala

Inherited methods

Inherited from:
Product