VMDiskSecurityProfileArgs

data class VMDiskSecurityProfileArgs(val securityEncryptionType: Output<Either<String, SecurityEncryptionTypes>>? = null) : ConvertibleToJava<VMDiskSecurityProfileArgs>

Specifies the security profile settings for the managed disk. Note: It can only be set for Confidential VMs and is required when using Confidential VMs.

Constructors

Link copied to clipboard
constructor(securityEncryptionType: Output<Either<String, SecurityEncryptionTypes>>? = null)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun toJava(): VMDiskSecurityProfileArgs