DataExportDetailsArgs

data class DataExportDetailsArgs(val accountDetails: Output<Either<ManagedDiskDetailsArgs, StorageAccountDetailsArgs>>, val logCollectionLevel: Output<Either<String, LogCollectionLevel>>? = null, val transferConfiguration: Output<TransferConfigurationArgs>) : ConvertibleToJava<DataExportDetailsArgs>

Details of the data to be used for exporting data from azure.

Constructors

Link copied to clipboard
constructor(accountDetails: Output<Either<ManagedDiskDetailsArgs, StorageAccountDetailsArgs>>, logCollectionLevel: Output<Either<String, LogCollectionLevel>>? = null, transferConfiguration: Output<TransferConfigurationArgs>)

Properties

Link copied to clipboard

Account details of the data to be transferred

Link copied to clipboard
val logCollectionLevel: Output<Either<String, LogCollectionLevel>>? = null

Level of the logs to be collected.

Link copied to clipboard

Configuration for the data transfer.

Functions

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