DataBoxDiskJobDetailsResponse

data class DataBoxDiskJobDetailsResponse(val actions: List<String>, val chainOfCustodySasKey: String, val contactDetails: ContactDetailsResponse, val copyLogDetails: List<Any>, val copyProgress: List<DataBoxDiskCopyProgressResponse>, 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 disksAndSizeDetails: Map<String, Int>, val expectedDataSizeInTeraBytes: Int? = null, val granularCopyLogDetails: List<DataBoxDiskGranularCopyLogDetailsResponse>, val granularCopyProgress: List<DataBoxDiskGranularCopyProgressResponse>, val jobDetailsType: String, val jobStages: List<JobStagesResponse>, val keyEncryptionKey: KeyEncryptionKeyResponse? = null, val lastMitigationActionOnJob: LastMitigationActionOnJobResponse, val passkey: String? = null, val preferences: PreferencesResponse? = null, val preferredDisks: Map<String, Int>? = null, val returnPackage: PackageShippingDetailsResponse, val reverseShipmentLabelSasKey: String, val reverseShippingDetails: ReverseShippingDetailsResponse? = null, val shippingAddress: ShippingAddressResponse? = null)

DataBox Disk Job Details.

Constructors

Link copied to clipboard
constructor(actions: List<String>, chainOfCustodySasKey: String, contactDetails: ContactDetailsResponse, copyLogDetails: List<Any>, copyProgress: List<DataBoxDiskCopyProgressResponse>, dataCenterCode: String, dataExportDetails: List<DataExportDetailsResponse>? = null, dataImportDetails: List<DataImportDetailsResponse>? = null, datacenterAddress: Either<DatacenterAddressInstructionResponseResponse, DatacenterAddressLocationResponseResponse>, deliveryPackage: PackageShippingDetailsResponse, deviceErasureDetails: DeviceErasureDetailsResponse, disksAndSizeDetails: Map<String, Int>, expectedDataSizeInTeraBytes: Int? = null, granularCopyLogDetails: List<DataBoxDiskGranularCopyLogDetailsResponse>, granularCopyProgress: List<DataBoxDiskGranularCopyProgressResponse>, jobDetailsType: String, jobStages: List<JobStagesResponse>, keyEncryptionKey: KeyEncryptionKeyResponse? = null, lastMitigationActionOnJob: LastMitigationActionOnJobResponse, passkey: String? = null, preferences: PreferencesResponse? = null, preferredDisks: Map<String, Int>? = 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
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

Contains the map of disk serial number to the disk size being used for the job. Is returned only after the disks are shipped to the customer.

Link copied to clipboard

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

Link copied to clipboard
Link copied to clipboard

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

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
val passkey: String? = null

User entered passkey for DataBox Disk job.

Link copied to clipboard

Preferences for the order.

Link copied to clipboard
val preferredDisks: Map<String, Int>? = null

User preference on what size disks are needed for the job. The map is from the disk size in TB to the count. Eg. {2,5} means 5 disks of 2 TB size. Key is string but will be checked against an int.

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.