Managed Cluster Storage Profile Response
data class ManagedClusterStorageProfileResponse(val blobCSIDriver: ManagedClusterStorageProfileBlobCSIDriverResponse? = null, val diskCSIDriver: ManagedClusterStorageProfileDiskCSIDriverResponse? = null, val fileCSIDriver: ManagedClusterStorageProfileFileCSIDriverResponse? = null, val snapshotController: ManagedClusterStorageProfileSnapshotControllerResponse? = null)
Storage profile for the container service cluster.
Constructors
Link copied to clipboard
fun ManagedClusterStorageProfileResponse(blobCSIDriver: ManagedClusterStorageProfileBlobCSIDriverResponse? = null, diskCSIDriver: ManagedClusterStorageProfileDiskCSIDriverResponse? = null, fileCSIDriver: ManagedClusterStorageProfileFileCSIDriverResponse? = null, snapshotController: ManagedClusterStorageProfileSnapshotControllerResponse? = null)