ProjectedVolumeSource

final case class ProjectedVolumeSource(defaultMode: Option[Int], sources: Option[Seq[VolumeProjection]])

Represents a projected volume source

Source:
ProjectedVolumeSource.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

Appends new values to sources

Appends new values to sources

Source:
ProjectedVolumeSource.scala

if defaultMode has a value, transforms to the result of function

if defaultMode has a value, transforms to the result of function

Source:
ProjectedVolumeSource.scala

if sources has a value, transforms to the result of function

if sources has a value, transforms to the result of function

Source:
ProjectedVolumeSource.scala

Returns a new data with defaultMode set to new value

Returns a new data with defaultMode set to new value

Source:
ProjectedVolumeSource.scala

Returns a new data with sources set to new value

Returns a new data with sources set to new value

Source:
ProjectedVolumeSource.scala

Inherited methods

Inherited from:
Product