Packages

final case class ScaleIOVolumeSource(system: String, secretRef: LocalObjectReference, gateway: String, readOnly: Option[Boolean] = None, fsType: Option[String] = None, storagePool: Option[String] = None, protectionDomain: Option[String] = None, volumeName: Option[String] = None, sslEnabled: Option[Boolean] = None, storageMode: Option[String] = None) extends Product with Serializable

ScaleIOVolumeSource represents a persistent ScaleIO volume

Source
ScaleIOVolumeSource.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ScaleIOVolumeSource
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ScaleIOVolumeSource(system: String, secretRef: LocalObjectReference, gateway: String, readOnly: Option[Boolean] = None, fsType: Option[String] = None, storagePool: Option[String] = None, protectionDomain: Option[String] = None, volumeName: Option[String] = None, sslEnabled: Option[Boolean] = None, storageMode: Option[String] = None)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  8. val fsType: Option[String]
  9. val gateway: String
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. def mapFsType(f: (String) => String): ScaleIOVolumeSource

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

  13. def mapGateway(f: (String) => String): ScaleIOVolumeSource

    transforms gateway to result of function

  14. def mapProtectionDomain(f: (String) => String): ScaleIOVolumeSource

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

  15. def mapReadOnly(f: (Boolean) => Boolean): ScaleIOVolumeSource

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

  16. def mapSecretRef(f: (LocalObjectReference) => LocalObjectReference): ScaleIOVolumeSource

    transforms secretRef to result of function

  17. def mapSslEnabled(f: (Boolean) => Boolean): ScaleIOVolumeSource

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

  18. def mapStorageMode(f: (String) => String): ScaleIOVolumeSource

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

  19. def mapStoragePool(f: (String) => String): ScaleIOVolumeSource

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

  20. def mapSystem(f: (String) => String): ScaleIOVolumeSource

    transforms system to result of function

  21. def mapVolumeName(f: (String) => String): ScaleIOVolumeSource

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

  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. def productElementNames: Iterator[String]
    Definition Classes
    Product
  26. val protectionDomain: Option[String]
  27. val readOnly: Option[Boolean]
  28. val secretRef: LocalObjectReference
  29. val sslEnabled: Option[Boolean]
  30. val storageMode: Option[String]
  31. val storagePool: Option[String]
  32. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  33. val system: String
  34. val volumeName: Option[String]
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  38. def withFsType(value: String): ScaleIOVolumeSource

    Returns a new data with fsType set to new value

  39. def withGateway(value: String): ScaleIOVolumeSource

    Returns a new data with gateway set to new value

  40. def withProtectionDomain(value: String): ScaleIOVolumeSource

    Returns a new data with protectionDomain set to new value

  41. def withReadOnly(value: Boolean): ScaleIOVolumeSource

    Returns a new data with readOnly set to new value

  42. def withSecretRef(value: LocalObjectReference): ScaleIOVolumeSource

    Returns a new data with secretRef set to new value

  43. def withSslEnabled(value: Boolean): ScaleIOVolumeSource

    Returns a new data with sslEnabled set to new value

  44. def withStorageMode(value: String): ScaleIOVolumeSource

    Returns a new data with storageMode set to new value

  45. def withStoragePool(value: String): ScaleIOVolumeSource

    Returns a new data with storagePool set to new value

  46. def withSystem(value: String): ScaleIOVolumeSource

    Returns a new data with system set to new value

  47. def withVolumeName(value: String): ScaleIOVolumeSource

    Returns a new data with volumeName set to new value

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped