Kubernetes Cluster Storage Profile Args
data class KubernetesClusterStorageProfileArgs(val blobDriverEnabled: Output<Boolean>? = null, val diskDriverEnabled: Output<Boolean>? = null, val diskDriverVersion: Output<String>? = null, val fileDriverEnabled: Output<Boolean>? = null, val snapshotControllerEnabled: Output<Boolean>? = null) : ConvertibleToJava<KubernetesClusterStorageProfileArgs>
Constructors
Properties
Link copied to clipboard
Is the Blob CSI driver enabled? Defaults to false
.
Link copied to clipboard
Is the Disk CSI driver enabled? Defaults to true
.
Link copied to clipboard
Disk CSI Driver version to be used. Possible values are v1
and v2
. Defaults to v1
.
Link copied to clipboard
Is the File CSI driver enabled? Defaults to true
.
Link copied to clipboard
Is the Snapshot Controller enabled? Defaults to true
.