VaultPropertiesRedundancySettingsArgs

data class VaultPropertiesRedundancySettingsArgs(val crossRegionRestore: Output<Either<String, CrossRegionRestore>>? = null, val standardTierStorageRedundancy: Output<Either<String, StandardTierStorageRedundancy>>? = null) : ConvertibleToJava<VaultPropertiesRedundancySettingsArgs>

The redundancy Settings of a Vault

Constructors

Link copied to clipboard
constructor(crossRegionRestore: Output<Either<String, CrossRegionRestore>>? = null, standardTierStorageRedundancy: Output<Either<String, StandardTierStorageRedundancy>>? = null)

Properties

Link copied to clipboard
val crossRegionRestore: Output<Either<String, CrossRegionRestore>>? = null

Flag to show if Cross Region Restore is enabled on the Vault or not

Link copied to clipboard

The storage redundancy setting of a vault

Functions

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