DataBoxCustomerDiskJobDetailsArgs

data class DataBoxCustomerDiskJobDetailsArgs(val contactDetails: Output<ContactDetailsArgs>, val dataExportDetails: Output<List<DataExportDetailsArgs>>? = null, val dataImportDetails: Output<List<DataImportDetailsArgs>>? = null, val enableManifestBackup: Output<Boolean>? = null, val expectedDataSizeInTeraBytes: Output<Int>? = null, val importDiskDetailsCollection: Output<Map<String, ImportDiskDetailsArgs>>? = null, val jobDetailsType: Output<String>, val keyEncryptionKey: Output<KeyEncryptionKeyArgs>? = null, val preferences: Output<PreferencesArgs>? = null, val returnToCustomerPackageDetails: Output<PackageCarrierDetailsArgs>, val reverseShippingDetails: Output<ReverseShippingDetailsArgs>? = null, val shippingAddress: Output<ShippingAddressArgs>? = null) : ConvertibleToJava<DataBoxCustomerDiskJobDetailsArgs>

Customer disk job details.

Constructors

Link copied to clipboard
constructor(contactDetails: Output<ContactDetailsArgs>, dataExportDetails: Output<List<DataExportDetailsArgs>>? = null, dataImportDetails: Output<List<DataImportDetailsArgs>>? = null, enableManifestBackup: Output<Boolean>? = null, expectedDataSizeInTeraBytes: Output<Int>? = null, importDiskDetailsCollection: Output<Map<String, ImportDiskDetailsArgs>>? = null, jobDetailsType: Output<String>, keyEncryptionKey: Output<KeyEncryptionKeyArgs>? = null, preferences: Output<PreferencesArgs>? = null, returnToCustomerPackageDetails: Output<PackageCarrierDetailsArgs>, reverseShippingDetails: Output<ReverseShippingDetailsArgs>? = null, shippingAddress: Output<ShippingAddressArgs>? = null)

Properties

Link copied to clipboard

Contact details for notification and shipping.

Link copied to clipboard

Details of the data to be exported from azure.

Link copied to clipboard

Details of the data to be imported into azure.

Link copied to clipboard
val enableManifestBackup: Output<Boolean>? = null

Flag to indicate if disk manifest should be backed-up in the Storage Account.

Link copied to clipboard
val expectedDataSizeInTeraBytes: Output<Int>? = null

The expected size of the data, which needs to be transferred in this job, in terabytes.

Link copied to clipboard

Contains the map of disk serial number to the disk details for import jobs.

Link copied to clipboard
val jobDetailsType: Output<String>

Indicates the type of job details. Expected value is 'DataBoxCustomerDisk'.

Link copied to clipboard

Details about which key encryption type is being used.

Link copied to clipboard
val preferences: Output<PreferencesArgs>? = null

Preferences for the order.

Link copied to clipboard

Return package shipping details.

Link copied to clipboard

Optional Reverse Shipping details for order.

Link copied to clipboard

Shipping address of the customer.

Functions

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