Kubernetes Cluster Storage Profile Args
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>
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
Is the File CSI driver enabled? Defaults to true
.
Link copied to clipboard
Is the Snapshot Controller enabled? Defaults to true
.