ManagedClusterStorageProfileArgs

data class ManagedClusterStorageProfileArgs(val blobCSIDriver: Output<ManagedClusterStorageProfileBlobCSIDriverArgs>? = null, val diskCSIDriver: Output<ManagedClusterStorageProfileDiskCSIDriverArgs>? = null, val fileCSIDriver: Output<ManagedClusterStorageProfileFileCSIDriverArgs>? = null, val snapshotController: Output<ManagedClusterStorageProfileSnapshotControllerArgs>? = null) : ConvertibleToJava<ManagedClusterStorageProfileArgs>

Storage profile for the container service cluster.

Constructors

Link copied to clipboard

Functions

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

Properties

Link copied to clipboard

AzureBlob CSI Driver settings for the storage profile.

Link copied to clipboard

AzureDisk CSI Driver settings for the storage profile.

Link copied to clipboard

AzureFile CSI Driver settings for the storage profile.

Link copied to clipboard

Snapshot Controller settings for the storage profile.