final case class ScaleIOPersistentVolumeSource(system: String, secretRef: SecretReference, 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
ScaleIOPersistentVolumeSource represents a persistent ScaleIO volume
- Alphabetic
- By Inheritance
- ScaleIOPersistentVolumeSource
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new ScaleIOPersistentVolumeSource(system: String, secretRef: SecretReference, 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
- 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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- 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]
- val gateway: String
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def mapFsType(f: (String) => String): ScaleIOPersistentVolumeSource
if fsType has a value, transforms to the result of function
- def mapGateway(f: (String) => String): ScaleIOPersistentVolumeSource
transforms gateway to result of function
- def mapProtectionDomain(f: (String) => String): ScaleIOPersistentVolumeSource
if protectionDomain has a value, transforms to the result of function
- def mapReadOnly(f: (Boolean) => Boolean): ScaleIOPersistentVolumeSource
if readOnly has a value, transforms to the result of function
- def mapSecretRef(f: (SecretReference) => SecretReference): ScaleIOPersistentVolumeSource
transforms secretRef to result of function
- def mapSslEnabled(f: (Boolean) => Boolean): ScaleIOPersistentVolumeSource
if sslEnabled has a value, transforms to the result of function
- def mapStorageMode(f: (String) => String): ScaleIOPersistentVolumeSource
if storageMode has a value, transforms to the result of function
- def mapStoragePool(f: (String) => String): ScaleIOPersistentVolumeSource
if storagePool has a value, transforms to the result of function
- def mapSystem(f: (String) => String): ScaleIOPersistentVolumeSource
transforms system to result of function
- def mapVolumeName(f: (String) => String): ScaleIOPersistentVolumeSource
if volumeName has a value, transforms to the 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()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val protectionDomain: Option[String]
- val readOnly: Option[Boolean]
- val secretRef: SecretReference
- val sslEnabled: Option[Boolean]
- val storageMode: Option[String]
- val storagePool: Option[String]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val system: String
- val volumeName: Option[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 withFsType(value: String): ScaleIOPersistentVolumeSource
Returns a new data with fsType set to new value
- def withGateway(value: String): ScaleIOPersistentVolumeSource
Returns a new data with gateway set to new value
- def withProtectionDomain(value: String): ScaleIOPersistentVolumeSource
Returns a new data with protectionDomain set to new value
- def withReadOnly(value: Boolean): ScaleIOPersistentVolumeSource
Returns a new data with readOnly set to new value
- def withSecretRef(value: SecretReference): ScaleIOPersistentVolumeSource
Returns a new data with secretRef set to new value
- def withSslEnabled(value: Boolean): ScaleIOPersistentVolumeSource
Returns a new data with sslEnabled set to new value
- def withStorageMode(value: String): ScaleIOPersistentVolumeSource
Returns a new data with storageMode set to new value
- def withStoragePool(value: String): ScaleIOPersistentVolumeSource
Returns a new data with storagePool set to new value
- def withSystem(value: String): ScaleIOPersistentVolumeSource
Returns a new data with system set to new value
- def withVolumeName(value: String): ScaleIOPersistentVolumeSource
Returns a new data with volumeName set to new value