KubernetesClusterStorageProfileArgs

data class KubernetesClusterStorageProfileArgs(val blobDriverEnabled: Output<Boolean>? = null, val diskDriverEnabled: Output<Boolean>? = null, val fileDriverEnabled: Output<Boolean>? = null, val snapshotControllerEnabled: Output<Boolean>? = null) : ConvertibleToJava<KubernetesClusterStorageProfileArgs>

Constructors

Link copied to clipboard
constructor(blobDriverEnabled: Output<Boolean>? = null, diskDriverEnabled: Output<Boolean>? = null, fileDriverEnabled: Output<Boolean>? = null, snapshotControllerEnabled: Output<Boolean>? = null)

Properties

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

Is the Blob CSI driver enabled? Defaults to false.

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

Is the Disk CSI driver enabled? Defaults to true.

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

Is the File CSI driver enabled? Defaults to true.

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

Is the Snapshot Controller enabled? Defaults to true.

Functions

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