EncryptionResponse

data class EncryptionResponse(val diskEncryptionSetId: String? = null, val type: String? = null)

Encryption at rest settings for disk or snapshot

Constructors

Link copied to clipboard
constructor(diskEncryptionSetId: String? = null, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

ResourceId of the disk encryption set to use for enabling encryption at rest.

Link copied to clipboard
val type: String? = null

The type of key used to encrypt the data of the disk.