DataBoxJobDetailsResponse

data class DataBoxJobDetailsResponse(val chainOfCustodySasKey: String, val contactDetails: ContactDetailsResponse, val copyLogDetails: List<Any>, val copyProgress: List<CopyProgressResponse>, val dataExportDetails: List<DataExportDetailsResponse>? = null, val dataImportDetails: List<DataImportDetailsResponse>? = null, val deliveryPackage: PackageShippingDetailsResponse, val devicePassword: String? = null, val expectedDataSizeInTeraBytes: Int? = null, val jobDetailsType: String, val jobStages: List<JobStagesResponse>, val keyEncryptionKey: KeyEncryptionKeyResponse? = null, val preferences: PreferencesResponse? = null, val returnPackage: PackageShippingDetailsResponse, val reverseShipmentLabelSasKey: String, val shippingAddress: ShippingAddressResponse? = null)

Databox Job Details

Constructors

Link copied to clipboard
constructor(chainOfCustodySasKey: String, contactDetails: ContactDetailsResponse, copyLogDetails: List<Any>, copyProgress: List<CopyProgressResponse>, dataExportDetails: List<DataExportDetailsResponse>? = null, dataImportDetails: List<DataImportDetailsResponse>? = null, deliveryPackage: PackageShippingDetailsResponse, devicePassword: String? = null, expectedDataSizeInTeraBytes: Int? = null, jobDetailsType: String, jobStages: List<JobStagesResponse>, keyEncryptionKey: KeyEncryptionKeyResponse? = null, preferences: PreferencesResponse? = null, returnPackage: PackageShippingDetailsResponse, reverseShipmentLabelSasKey: String, shippingAddress: ShippingAddressResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Shared access key to download the chain of custody logs

Link copied to clipboard

Contact details for notification and shipping.

Link copied to clipboard

List of copy log details.

Link copied to clipboard

Copy progress per storage account.

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

Delivery package shipping details.

Link copied to clipboard
val devicePassword: String? = null

Set Device password for unlocking Databox. Should not be passed for TransferType:ExportFromAzure jobs. If this is not passed, the service will generate password itself. This will not be returned in Get Call. Password Requirements : Password must be minimum of 12 and maximum of 64 characters. Password must have at least one uppercase alphabet, one number and one special character. Password cannot have the following characters : IilLoO0 Password can have only alphabets, numbers and these characters : @#\-$%^!+=;:_()]+

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

List of stages that run in the job.

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

Shared access key to download the return shipment label

Link copied to clipboard

Shipping address of the customer.