DiskSecurityProfileArgs

data class DiskSecurityProfileArgs(val secureVMDiskEncryptionSetId: Output<String>? = null, val securityType: Output<Either<String, DiskSecurityTypes>>? = null) : ConvertibleToJava<DiskSecurityProfileArgs>

Contains the security related information for the resource.

Constructors

Link copied to clipboard
constructor(secureVMDiskEncryptionSetId: Output<String>? = null, securityType: Output<Either<String, DiskSecurityTypes>>? = null)

Properties

Link copied to clipboard
val secureVMDiskEncryptionSetId: Output<String>? = null

ResourceId of the disk encryption set associated to Confidential VM supported disk encrypted with customer managed key

Link copied to clipboard
val securityType: Output<Either<String, DiskSecurityTypes>>? = null

Specifies the SecurityType of the VM. Applicable for OS disks only.

Functions

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