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
- Alphabetic
- By Inheritance
- ScaleIOVolumeSource
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- 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
-
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( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val fsType: Option[String]
- val gateway: String
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
mapFsType(f: (String) ⇒ String): ScaleIOVolumeSource
if fsType has a value, transforms to the result of function
-
def
mapGateway(f: (String) ⇒ String): ScaleIOVolumeSource
transforms gateway to result of function
-
def
mapProtectionDomain(f: (String) ⇒ String): ScaleIOVolumeSource
if protectionDomain has a value, transforms to the result of function
-
def
mapReadOnly(f: (Boolean) ⇒ Boolean): ScaleIOVolumeSource
if readOnly has a value, transforms to the result of function
-
def
mapSecretRef(f: (LocalObjectReference) ⇒ LocalObjectReference): ScaleIOVolumeSource
transforms secretRef to result of function
-
def
mapSslEnabled(f: (Boolean) ⇒ Boolean): ScaleIOVolumeSource
if sslEnabled has a value, transforms to the result of function
-
def
mapStorageMode(f: (String) ⇒ String): ScaleIOVolumeSource
if storageMode has a value, transforms to the result of function
-
def
mapStoragePool(f: (String) ⇒ String): ScaleIOVolumeSource
if storagePool has a value, transforms to the result of function
-
def
mapSystem(f: (String) ⇒ String): ScaleIOVolumeSource
transforms system to result of function
-
def
mapVolumeName(f: (String) ⇒ String): ScaleIOVolumeSource
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() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val protectionDomain: Option[String]
- val readOnly: Option[Boolean]
- val secretRef: LocalObjectReference
- 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(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
withFsType(value: String): ScaleIOVolumeSource
Returns a new data with fsType set to new value
-
def
withGateway(value: String): ScaleIOVolumeSource
Returns a new data with gateway set to new value
-
def
withProtectionDomain(value: String): ScaleIOVolumeSource
Returns a new data with protectionDomain set to new value
-
def
withReadOnly(value: Boolean): ScaleIOVolumeSource
Returns a new data with readOnly set to new value
-
def
withSecretRef(value: LocalObjectReference): ScaleIOVolumeSource
Returns a new data with secretRef set to new value
-
def
withSslEnabled(value: Boolean): ScaleIOVolumeSource
Returns a new data with sslEnabled set to new value
-
def
withStorageMode(value: String): ScaleIOVolumeSource
Returns a new data with storageMode set to new value
-
def
withStoragePool(value: String): ScaleIOVolumeSource
Returns a new data with storagePool set to new value
-
def
withSystem(value: String): ScaleIOVolumeSource
Returns a new data with system set to new value
-
def
withVolumeName(value: String): ScaleIOVolumeSource
Returns a new data with volumeName set to new value