ManagedClusterStorageProfileSnapshotControllerArgs

data class ManagedClusterStorageProfileSnapshotControllerArgs(val enabled: Output<Boolean>? = null) : ConvertibleToJava<ManagedClusterStorageProfileSnapshotControllerArgs>

Snapshot Controller settings for the storage profile.

Constructors

constructor(enabled: Output<Boolean>? = null)

Properties

Link copied to clipboard
val enabled: Output<Boolean>? = null

Whether to enable Snapshot Controller. The default value is true.

Functions

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