case class ScaleIOPersistentVolumeSource(gateway: String, system: String, secretRef: SecretReference, fsType: Option[String] = None, protectionDomain: Option[String] = None, readOnly: Option[Boolean] = None, sslEnabled: Option[Boolean] = None, storageMode: Option[String] = None, storagePool: Option[String] = None, volumeName: Option[String] = None) extends Product with Serializable
ScaleIOPersistentVolumeSource represents a persistent ScaleIO volume
- gateway
gateway is the host address of the ScaleIO API Gateway.
- system
system is the name of the storage system as configured in ScaleIO.
- secretRef
secretRef references to the secret for ScaleIO user and other sensitive information. If this is not provided, Login operation will fail.
- fsType
fsType is the filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Default is "xfs"
- protectionDomain
protectionDomain is the name of the ScaleIO Protection Domain for the configured storage.
- readOnly
readOnly defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts
- sslEnabled
sslEnabled is the flag to enable/disable SSL communication with Gateway, default false
- storageMode
storageMode indicates whether the storage for a volume should be ThickProvisioned or ThinProvisioned. Default is ThinProvisioned.
- storagePool
storagePool is the ScaleIO Storage Pool associated with the protection domain.
- volumeName
volumeName is the name of a volume already created in the ScaleIO system that is associated with this volume source.
- Alphabetic
- By Inheritance
- ScaleIOPersistentVolumeSource
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new ScaleIOPersistentVolumeSource(gateway: String, system: String, secretRef: SecretReference, fsType: Option[String] = None, protectionDomain: Option[String] = None, readOnly: Option[Boolean] = None, sslEnabled: Option[Boolean] = None, storageMode: Option[String] = None, storagePool: Option[String] = None, volumeName: Option[String] = None)
- gateway
gateway is the host address of the ScaleIO API Gateway.
- system
system is the name of the storage system as configured in ScaleIO.
- secretRef
secretRef references to the secret for ScaleIO user and other sensitive information. If this is not provided, Login operation will fail.
- fsType
fsType is the filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Default is "xfs"
- protectionDomain
protectionDomain is the name of the ScaleIO Protection Domain for the configured storage.
- readOnly
readOnly defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts
- sslEnabled
sslEnabled is the flag to enable/disable SSL communication with Gateway, default false
- storageMode
storageMode indicates whether the storage for a volume should be ThickProvisioned or ThinProvisioned. Default is ThinProvisioned.
- storagePool
storagePool is the ScaleIO Storage Pool associated with the protection domain.
- volumeName
volumeName is the name of a volume already created in the ScaleIO system that is associated with this volume source.
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() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val fsType: Option[String]
- val gateway: String
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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()
- 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(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()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated