Data Box Customer Disk Job Details Args
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
Flag to indicate if disk manifest should be backed-up in the Storage Account.
Link copied to clipboard
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
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
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.