Image Os Disk Args
data class ImageOsDiskArgs(val blobUri: Output<String>? = null, val caching: Output<String>? = null, val diskEncryptionSetId: Output<String>? = null, val managedDiskId: Output<String>? = null, val osState: Output<String>? = null, val osType: Output<String>? = null, val sizeGb: Output<Int>? = null, val storageType: Output<String>) : ConvertibleToJava<ImageOsDiskArgs>
Properties
Link copied to clipboard
The ID of the Disk Encryption Set which should be used to encrypt this disk. Changing this forces a new resource to be created.
Link copied to clipboard
Specifies the ID of the managed disk resource that you want to use to create the image.
Link copied to clipboard
The type of Storage Disk to use. Possible values are Premium_LRS
, PremiumV2_LRS
, Premium_ZRS
, Standard_LRS
, StandardSSD_LRS
, StandardSSD_ZRS
and UltraSSD_LRS
. Changing this forces a new resource to be created.