DataBoxJobDetailsResponse

data class DataBoxJobDetailsResponse(val actions: List<String>, val chainOfCustodySasKey: String, val contactDetails: ContactDetailsResponse, val copyLogDetails: List<Any>, val copyProgress: List<CopyProgressResponse>, val dataCenterCode: String, val dataExportDetails: List<DataExportDetailsResponse>? = null, val dataImportDetails: List<DataImportDetailsResponse>? = null, val datacenterAddress: Either<DatacenterAddressInstructionResponseResponse, DatacenterAddressLocationResponseResponse>, val deliveryPackage: PackageShippingDetailsResponse, val deviceErasureDetails: DeviceErasureDetailsResponse, val devicePassword: String? = null, val expectedDataSizeInTeraBytes: Int? = null, val jobDetailsType: String, val jobStages: List<JobStagesResponse>, val keyEncryptionKey: KeyEncryptionKeyResponse? = null, val lastMitigationActionOnJob: LastMitigationActionOnJobResponse, val preferences: PreferencesResponse? = null, val returnPackage: PackageShippingDetailsResponse, val reverseShipmentLabelSasKey: String, val reverseShippingDetails: ReverseShippingDetailsResponse? = null, val shippingAddress: ShippingAddressResponse? = null)

Databox Job Details

Constructors

Link copied to clipboard
constructor(actions: List<String>, chainOfCustodySasKey: String, contactDetails: ContactDetailsResponse, copyLogDetails: List<Any>, copyProgress: List<CopyProgressResponse>, dataCenterCode: String, dataExportDetails: List<DataExportDetailsResponse>? = null, dataImportDetails: List<DataImportDetailsResponse>? = null, datacenterAddress: Either<DatacenterAddressInstructionResponseResponse, DatacenterAddressLocationResponseResponse>, deliveryPackage: PackageShippingDetailsResponse, deviceErasureDetails: DeviceErasureDetailsResponse, devicePassword: String? = null, expectedDataSizeInTeraBytes: Int? = null, jobDetailsType: String, jobStages: List<JobStagesResponse>, keyEncryptionKey: KeyEncryptionKeyResponse? = null, lastMitigationActionOnJob: LastMitigationActionOnJobResponse, preferences: PreferencesResponse? = null, returnPackage: PackageShippingDetailsResponse, reverseShipmentLabelSasKey: String, reverseShippingDetails: ReverseShippingDetailsResponse? = null, shippingAddress: ShippingAddressResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Available actions on the job.

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

Datacenter address to ship to, for the given sku and storage location.

Link copied to clipboard

DataCenter code.

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

Holds device data erasure 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

Last mitigation action performed on the job.

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

Optional Reverse Shipping details for order.

Link copied to clipboard

Shipping address of the customer.