ScaleIOVolumeSource represents a persistent ScaleIO volume
system is the name of the storage system as configured in ScaleIO.
protectionDomain is the name of the ScaleIO Protection Domain for the configured storage.
sslEnabled Flag enable/disable SSL communication with Gateway, default false
storageMode indicates whether the storage for a volume should be ThickProvisioned or ThinProvisioned.
Default is ThinProvisioned.
volumeName is the name of a volume already created in the ScaleIO system that is associated with this volume source.
secretRef references to the secret for ScaleIO user and other sensitive information.
If this is not provided, Login operation will fail.
readOnly Defaults to false (read/write).
ReadOnly here will force the ReadOnly setting in VolumeMounts.
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".
storagePool is the ScaleIO Storage Pool associated with the protection domain.
gateway is the host address of the ScaleIO API Gateway.
Returns the class of this.
this
Returns a string representation of this.
This method is used to convert the values of string interpolation expressions to strings.
Returns this |> transform if this is non-null, and null otherwise.
this |> transform
null
This method is the complement of the ?? operator and the equivalent of an Option type's map and flatMap methods.
??
Option
map
flatMap
Tells if this object has a property with the given name.
name
Returns the value of the property with the given name.
Throws if a property with this name does not exist.
Returns null if a property with this name does not exist.
Converts this object to a Dynamic object.
Dynamic
Converts this object to a Map.
Map
ScaleIOVolumeSource represents a persistent ScaleIO volume