final case class ISCSIVolumeSource(portals: Option[Seq[String]] = None, readOnly: Option[Boolean] = None, chapAuthDiscovery: Option[Boolean] = None, fsType: Option[String] = None, secretRef: Option[LocalObjectReference] = None, iqn: String, initiatorName: Option[String] = None, iscsiInterface: Option[String] = None, targetPortal: String, lun: Int, chapAuthSession: Option[Boolean] = None) extends Product with Serializable
Represents an ISCSI disk. ISCSI volumes can only be mounted as read/write once. ISCSI volumes support ownership management and SELinux relabeling.
- Source
- ISCSIVolumeSource.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ISCSIVolumeSource
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ISCSIVolumeSource(portals: Option[Seq[String]] = None, readOnly: Option[Boolean] = None, chapAuthDiscovery: Option[Boolean] = None, fsType: Option[String] = None, secretRef: Option[LocalObjectReference] = 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*): ISCSIVolumeSource
-
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( ... ) @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[_]
- 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]]
- val readOnly: Option[Boolean]
- val secretRef: Option[LocalObjectReference]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val targetPortal: String
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def withChapAuthDiscovery(value: Boolean): ISCSIVolumeSource
- def withChapAuthSession(value: Boolean): ISCSIVolumeSource
- def withFsType(value: String): ISCSIVolumeSource
- def withInitiatorName(value: String): ISCSIVolumeSource
- def withIqn(value: String): ISCSIVolumeSource
- def withIscsiInterface(value: String): ISCSIVolumeSource
- def withLun(value: Int): ISCSIVolumeSource
- def withPortals(value: Seq[String]): ISCSIVolumeSource
- def withReadOnly(value: Boolean): ISCSIVolumeSource
- def withSecretRef(value: LocalObjectReference): ISCSIVolumeSource
- def withTargetPortal(value: String): ISCSIVolumeSource