DataBoxCustomerDiskJobDetailsResponse

data class DataBoxCustomerDiskJobDetailsResponse(val actions: List<String>, val chainOfCustodySasKey: String, val contactDetails: ContactDetailsResponse, val copyLogDetails: List<Any>, val copyProgress: List<DataBoxCustomerDiskCopyProgressResponse>, val dataCenterCode: String, val dataExportDetails: List<DataExportDetailsResponse>? = null, val dataImportDetails: List<DataImportDetailsResponse>? = null, val datacenterAddress: Either<DatacenterAddressInstructionResponseResponse, DatacenterAddressLocationResponseResponse>, val deliverToDcPackageDetails: PackageCarrierInfoResponse, val deliveryPackage: PackageShippingDetailsResponse, val deviceErasureDetails: DeviceErasureDetailsResponse, val enableManifestBackup: Boolean? = null, val expectedDataSizeInTeraBytes: Int? = null, val exportDiskDetailsCollection: Map<String, ExportDiskDetailsResponse>, val importDiskDetailsCollection: Map<String, ImportDiskDetailsResponse>? = null, val jobDetailsType: String, val jobStages: List<JobStagesResponse>, val keyEncryptionKey: KeyEncryptionKeyResponse? = null, val lastMitigationActionOnJob: LastMitigationActionOnJobResponse, val preferences: PreferencesResponse? = null, val returnPackage: PackageShippingDetailsResponse, val returnToCustomerPackageDetails: PackageCarrierDetailsResponse, val reverseShipmentLabelSasKey: String, val reverseShippingDetails: ReverseShippingDetailsResponse? = null, val shippingAddress: ShippingAddressResponse? = null)

Customer disk job details.

Constructors

Link copied to clipboard
constructor(actions: List<String>, chainOfCustodySasKey: String, contactDetails: ContactDetailsResponse, copyLogDetails: List<Any>, copyProgress: List<DataBoxCustomerDiskCopyProgressResponse>, dataCenterCode: String, dataExportDetails: List<DataExportDetailsResponse>? = null, dataImportDetails: List<DataImportDetailsResponse>? = null, datacenterAddress: Either<DatacenterAddressInstructionResponseResponse, DatacenterAddressLocationResponseResponse>, deliverToDcPackageDetails: PackageCarrierInfoResponse, deliveryPackage: PackageShippingDetailsResponse, deviceErasureDetails: DeviceErasureDetailsResponse, enableManifestBackup: Boolean? = null, expectedDataSizeInTeraBytes: Int? = null, exportDiskDetailsCollection: Map<String, ExportDiskDetailsResponse>, importDiskDetailsCollection: Map<String, ImportDiskDetailsResponse>? = null, jobDetailsType: String, jobStages: List<JobStagesResponse>, keyEncryptionKey: KeyEncryptionKeyResponse? = null, lastMitigationActionOnJob: LastMitigationActionOnJobResponse, preferences: PreferencesResponse? = null, returnPackage: PackageShippingDetailsResponse, returnToCustomerPackageDetails: PackageCarrierDetailsResponse, 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
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

Delivery package shipping details.

Link copied to clipboard

Holds device data erasure details

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 export jobs.

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

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
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.