Snapshot Encryption Settings
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)