FCVolumeSource

final case class FCVolumeSource(targetWWNs: Option[Seq[String]], readOnly: Option[Boolean], fsType: Option[String], wwids: Option[Seq[String]], lun: Option[Int])

Represents a Fibre Channel volume. Fibre Channel volumes can only be mounted as read/write once. Fibre Channel volumes support ownership management and SELinux relabeling.

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

Value members

Concrete methods

Appends new values to targetWWNs

Appends new values to targetWWNs

Source:
FCVolumeSource.scala
def addWwids(newValues: String*): FCVolumeSource

Appends new values to wwids

Appends new values to wwids

Source:
FCVolumeSource.scala

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

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

Source:
FCVolumeSource.scala

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

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

Source:
FCVolumeSource.scala

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

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

Source:
FCVolumeSource.scala

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

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

Source:
FCVolumeSource.scala

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

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

Source:
FCVolumeSource.scala

Returns a new data with fsType set to new value

Returns a new data with fsType set to new value

Source:
FCVolumeSource.scala

Returns a new data with lun set to new value

Returns a new data with lun set to new value

Source:
FCVolumeSource.scala

Returns a new data with readOnly set to new value

Returns a new data with readOnly set to new value

Source:
FCVolumeSource.scala

Returns a new data with targetWWNs set to new value

Returns a new data with targetWWNs set to new value

Source:
FCVolumeSource.scala

Returns a new data with wwids set to new value

Returns a new data with wwids set to new value

Source:
FCVolumeSource.scala

Inherited methods

Inherited from:
Product