ProviderFeaturesNetappArgs

data class ProviderFeaturesNetappArgs(val deleteBackupsOnBackupVaultDestroy: Output<Boolean>? = null, val preventVolumeDestruction: Output<Boolean>? = null) : ConvertibleToJava<ProviderFeaturesNetappArgs>

Constructors

Link copied to clipboard
constructor(deleteBackupsOnBackupVaultDestroy: Output<Boolean>? = null, preventVolumeDestruction: Output<Boolean>? = null)

Properties

Link copied to clipboard

When enabled, backups will be deleted when the azure.netapp.BackupVault resource is destroyed

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

When enabled, the volume will not be destroyed, safeguarding from severe data loss

Functions

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