final case class ISCSIPersistentVolumeSource(iqn: String, targetPortal: String, lun: Int, portals: Option[Seq[String]] = None, readOnly: Option[Boolean] = None, chapAuthDiscovery: Option[Boolean] = None, fsType: Option[String] = None, secretRef: Option[SecretReference] = None, initiatorName: Option[String] = None, iscsiInterface: Option[String] = None, chapAuthSession: Option[Boolean] = None) extends Product with Serializable
ISCSIPersistentVolumeSource represents an ISCSI disk. ISCSI volumes can only be mounted as read/write once. ISCSI volumes support ownership management and SELinux relabeling.
- Alphabetic
- By Inheritance
- ISCSIPersistentVolumeSource
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new ISCSIPersistentVolumeSource(iqn: String, targetPortal: String, lun: Int, portals: Option[Seq[String]] = None, readOnly: Option[Boolean] = None, chapAuthDiscovery: Option[Boolean] = None, fsType: Option[String] = None, secretRef: Option[SecretReference] = None, initiatorName: Option[String] = None, iscsiInterface: Option[String] = None, chapAuthSession: Option[Boolean] = None)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def addPortals(newValues: String*): ISCSIPersistentVolumeSource
Appends new values to portals
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val chapAuthDiscovery: Option[Boolean]
- val chapAuthSession: Option[Boolean]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- val fsType: Option[String]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val initiatorName: Option[String]
- val iqn: String
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val iscsiInterface: Option[String]
- val lun: Int
- def mapChapAuthDiscovery(f: (Boolean) => Boolean): ISCSIPersistentVolumeSource
if chapAuthDiscovery has a value, transforms to the result of function
- def mapChapAuthSession(f: (Boolean) => Boolean): ISCSIPersistentVolumeSource
if chapAuthSession has a value, transforms to the result of function
- def mapFsType(f: (String) => String): ISCSIPersistentVolumeSource
if fsType has a value, transforms to the result of function
- def mapInitiatorName(f: (String) => String): ISCSIPersistentVolumeSource
if initiatorName has a value, transforms to the result of function
- def mapIqn(f: (String) => String): ISCSIPersistentVolumeSource
transforms iqn to result of function
- def mapIscsiInterface(f: (String) => String): ISCSIPersistentVolumeSource
if iscsiInterface has a value, transforms to the result of function
- def mapLun(f: (Int) => Int): ISCSIPersistentVolumeSource
transforms lun to result of function
- def mapPortals(f: (Seq[String]) => Seq[String]): ISCSIPersistentVolumeSource
if portals has a value, transforms to the result of function
- def mapReadOnly(f: (Boolean) => Boolean): ISCSIPersistentVolumeSource
if readOnly has a value, transforms to the result of function
- def mapSecretRef(f: (SecretReference) => SecretReference): ISCSIPersistentVolumeSource
if secretRef has a value, transforms to the result of function
- def mapTargetPortal(f: (String) => String): ISCSIPersistentVolumeSource
transforms targetPortal to result of function
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val portals: Option[Seq[String]]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val readOnly: Option[Boolean]
- val secretRef: Option[SecretReference]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val targetPortal: String
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def withChapAuthDiscovery(value: Boolean): ISCSIPersistentVolumeSource
Returns a new data with chapAuthDiscovery set to new value
- def withChapAuthSession(value: Boolean): ISCSIPersistentVolumeSource
Returns a new data with chapAuthSession set to new value
- def withFsType(value: String): ISCSIPersistentVolumeSource
Returns a new data with fsType set to new value
- def withInitiatorName(value: String): ISCSIPersistentVolumeSource
Returns a new data with initiatorName set to new value
- def withIqn(value: String): ISCSIPersistentVolumeSource
Returns a new data with iqn set to new value
- def withIscsiInterface(value: String): ISCSIPersistentVolumeSource
Returns a new data with iscsiInterface set to new value
- def withLun(value: Int): ISCSIPersistentVolumeSource
Returns a new data with lun set to new value
- def withPortals(value: Seq[String]): ISCSIPersistentVolumeSource
Returns a new data with portals set to new value
- def withReadOnly(value: Boolean): ISCSIPersistentVolumeSource
Returns a new data with readOnly set to new value
- def withSecretRef(value: SecretReference): ISCSIPersistentVolumeSource
Returns a new data with secretRef set to new value
- def withTargetPortal(value: String): ISCSIPersistentVolumeSource
Returns a new data with targetPortal set to new value