ManagedDiskArgs

data class ManagedDiskArgs(val securityProfile: Output<VMDiskSecurityProfileArgs>? = null, val storageAccountType: Output<StorageAccountType>? = null) : ConvertibleToJava<ManagedDiskArgs>

Constructors

Link copied to clipboard
constructor(securityProfile: Output<VMDiskSecurityProfileArgs>? = null, storageAccountType: Output<StorageAccountType>? = null)

Properties

Link copied to clipboard

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.

Link copied to clipboard

Functions

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