VMware Cbt Disk Input Args
data class VMwareCbtDiskInputArgs(val diskEncryptionSetId: Output<String>? = null, val diskId: Output<String>, val diskType: Output<Either<String, DiskAccountType>>? = null, val isOSDisk: Output<String>, val logStorageAccountId: Output<String>, val logStorageAccountSasSecretName: Output<String>) : ConvertibleToJava<VMwareCbtDiskInputArgs>
VMwareCbt disk input.
Constructors
Link copied to clipboard
fun VMwareCbtDiskInputArgs(diskEncryptionSetId: Output<String>? = null, diskId: Output<String>, diskType: Output<Either<String, DiskAccountType>>? = null, isOSDisk: Output<String>, logStorageAccountId: Output<String>, logStorageAccountSasSecretName: Output<String>)