ManagedDiskEncryptionSettings

data class ManagedDiskEncryptionSettings(val diskEncryptionKey: ManagedDiskEncryptionSettingsDiskEncryptionKey? = null, val enabled: Boolean? = null, val keyEncryptionKey: ManagedDiskEncryptionSettingsKeyEncryptionKey? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A disk_encryption_key block as defined above.

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

A key_encryption_key block as defined below.