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>, val sectorSizeInBytes: Output<Int>? = null) : ConvertibleToJava<VMwareCbtDiskInputArgs>
VMwareCbt disk input.
Properties
Link copied to clipboard
The DiskEncryptionSet ARM Id.
Link copied to clipboard
The disk type.
Link copied to clipboard
The log storage account ARM Id.
Link copied to clipboard
The key vault secret name of the log storage account.
Link copied to clipboard
The logical sector size (in bytes), 512 by default.