final case class ISCSIPersistentVolumeSource(portals: Option[Seq[String]] = None, readOnly: Option[Boolean] = None, chapAuthDiscovery: Option[Boolean] = None, fsType: Option[String] = None, secretRef: Option[SecretReference] = None, iqn: String, initiatorName: Option[String] = None, iscsiInterface: Option[String] = None, targetPortal: String, lun: Int, 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.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ISCSIPersistentVolumeSource
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ISCSIPersistentVolumeSource(portals: Option[Seq[String]] = None, readOnly: Option[Boolean] = None, chapAuthDiscovery: Option[Boolean] = None, fsType: Option[String] = None, secretRef: Option[SecretReference] = None, iqn: String, initiatorName: Option[String] = None, iscsiInterface: Option[String] = None, targetPortal: String, lun: Int, 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
- 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
- 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
- def withChapAuthSession(value: Boolean): ISCSIPersistentVolumeSource
- def withFsType(value: String): ISCSIPersistentVolumeSource
- def withInitiatorName(value: String): ISCSIPersistentVolumeSource
- def withIqn(value: String): ISCSIPersistentVolumeSource
- def withIscsiInterface(value: String): ISCSIPersistentVolumeSource
- def withLun(value: Int): ISCSIPersistentVolumeSource
- def withPortals(value: Seq[String]): ISCSIPersistentVolumeSource
- def withReadOnly(value: Boolean): ISCSIPersistentVolumeSource
- def withSecretRef(value: SecretReference): ISCSIPersistentVolumeSource
- def withTargetPortal(value: String): ISCSIPersistentVolumeSource