GetKubernetesClusterStorageProfile

data class GetKubernetesClusterStorageProfile(val blobDriverEnabled: Boolean, val diskDriverEnabled: Boolean, val fileDriverEnabled: Boolean, val snapshotControllerEnabled: Boolean)

Constructors

Link copied to clipboard
constructor(blobDriverEnabled: Boolean, diskDriverEnabled: Boolean, fileDriverEnabled: Boolean, snapshotControllerEnabled: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Is the Blob CSI driver enabled?

Link copied to clipboard

Is the Disk CSI driver enabled?

Link copied to clipboard

Is the File CSI driver enabled?

Link copied to clipboard

Is the Snapshot Controller enabled?