In Mage Azure V2Disk Input Details Args
data class InMageAzureV2DiskInputDetailsArgs(val diskEncryptionSetId: Output<String>? = null, val diskId: Output<String>? = null, val diskType: Output<Either<String, DiskAccountType>>? = null, val logStorageAccountId: Output<String>? = null) : ConvertibleToJava<InMageAzureV2DiskInputDetailsArgs>
Disk input details.
Constructors
Link copied to clipboard
constructor(diskEncryptionSetId: Output<String>? = null, diskId: Output<String>? = null, diskType: Output<Either<String, DiskAccountType>>? = null, logStorageAccountId: Output<String>? = null)