OSDisk Image Encryption Response
data class OSDiskImageEncryptionResponse(val diskEncryptionSetId: String? = null, val securityProfile: OSDiskImageSecurityProfileResponse? = null)
Contains encryption settings for an OS disk image.
Constructors
Link copied to clipboard
constructor(diskEncryptionSetId: String? = null, securityProfile: OSDiskImageSecurityProfileResponse? = null)