SnapshotEncryptionSettings

data class SnapshotEncryptionSettings(val diskEncryptionKey: SnapshotEncryptionSettingsDiskEncryptionKey? = null, val enabled: Boolean? = null, val keyEncryptionKey: SnapshotEncryptionSettingsKeyEncryptionKey? = null)

Constructors

Link copied to clipboard
constructor(diskEncryptionKey: SnapshotEncryptionSettingsDiskEncryptionKey? = null, enabled: Boolean? = null, keyEncryptionKey: SnapshotEncryptionSettingsKeyEncryptionKey? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A disk_encryption_key block as defined below.

Link copied to clipboard
val enabled: Boolean? = null
Link copied to clipboard

A key_encryption_key block as defined below.