EncryptionPreferencesArgs

data class EncryptionPreferencesArgs(val doubleEncryption: Output<Either<String, DoubleEncryption>>? = null, val hardwareEncryption: Output<Either<String, HardwareEncryption>>? = null) : ConvertibleToJava<EncryptionPreferencesArgs>

Preferences related to the Encryption.

Constructors

Link copied to clipboard
constructor(doubleEncryption: Output<Either<String, DoubleEncryption>>? = null, hardwareEncryption: Output<Either<String, HardwareEncryption>>? = null)

Properties

Link copied to clipboard
val doubleEncryption: Output<Either<String, DoubleEncryption>>? = null

Defines secondary layer of software-based encryption enablement.

Link copied to clipboard
val hardwareEncryption: Output<Either<String, HardwareEncryption>>? = null

Defines Hardware level encryption (Only for disk)

Functions

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