ScaleIOPersistentVolumeSourcePatchArgs

data class ScaleIOPersistentVolumeSourcePatchArgs(val fsType: Output<String>? = null, val gateway: Output<String>? = null, val protectionDomain: Output<String>? = null, val readOnly: Output<Boolean>? = null, val secretRef: Output<SecretReferencePatchArgs>? = null, val sslEnabled: Output<Boolean>? = null, val storageMode: Output<String>? = null, val storagePool: Output<String>? = null, val system: Output<String>? = null, val volumeName: Output<String>? = null) : ConvertibleToJava<ScaleIOPersistentVolumeSourcePatchArgs>

ScaleIOPersistentVolumeSource represents a persistent ScaleIO volume

Constructors

Link copied to clipboard
constructor(fsType: Output<String>? = null, gateway: Output<String>? = null, protectionDomain: Output<String>? = null, readOnly: Output<Boolean>? = null, secretRef: Output<SecretReferencePatchArgs>? = null, sslEnabled: Output<Boolean>? = null, storageMode: Output<String>? = null, storagePool: Output<String>? = null, system: Output<String>? = null, volumeName: Output<String>? = null)

Properties

Link copied to clipboard
val fsType: Output<String>? = null

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"

Link copied to clipboard
val gateway: Output<String>? = null

gateway is the host address of the ScaleIO API Gateway.

Link copied to clipboard
val protectionDomain: Output<String>? = null

protectionDomain is the name of the ScaleIO Protection Domain for the configured storage.

Link copied to clipboard
val readOnly: Output<Boolean>? = null

readOnly defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.

Link copied to clipboard
val secretRef: Output<SecretReferencePatchArgs>? = null

secretRef references to the secret for ScaleIO user and other sensitive information. If this is not provided, Login operation will fail.

Link copied to clipboard
val sslEnabled: Output<Boolean>? = null

sslEnabled is the flag to enable/disable SSL communication with Gateway, default false

Link copied to clipboard
val storageMode: Output<String>? = null

storageMode indicates whether the storage for a volume should be ThickProvisioned or ThinProvisioned. Default is ThinProvisioned.

Link copied to clipboard
val storagePool: Output<String>? = null

storagePool is the ScaleIO Storage Pool associated with the protection domain.

Link copied to clipboard
val system: Output<String>? = null

system is the name of the storage system as configured in ScaleIO.

Link copied to clipboard
val volumeName: Output<String>? = null

volumeName is the name of a volume already created in the ScaleIO system that is associated with this volume source.

Functions

Link copied to clipboard
open override fun toJava(): ScaleIOPersistentVolumeSourcePatchArgs