JobDetails Class

Job details.

You probably want to use the sub-classes and not this class directly. Known sub-classes are: DataBoxJobDetails, DataBoxDiskJobDetails, DataBoxHeavyJobDetails

Variables are only populated by the server, and will be ignored when sending a request.

All required parameters must be populated in order to send to Azure.

Inheritance
azure.mgmt.databox._serialization.Model
JobDetails

Constructor

JobDetails(*, contact_details: _models.ContactDetails, shipping_address: _models.ShippingAddress | None = None, data_import_details: List[_models.DataImportDetails] | None = None, data_export_details: List[_models.DataExportDetails] | None = None, preferences: _models.Preferences | None = None, key_encryption_key: _models.KeyEncryptionKey | None = None, expected_data_size_in_tera_bytes: int | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
contact_details

Contact details for notification and shipping. Required.

shipping_address

Shipping address of the customer.

data_import_details

Details of the data to be imported into azure.

data_export_details

Details of the data to be exported from azure.

preferences

Preferences for the order.

key_encryption_key

Details about which key encryption type is being used.

expected_data_size_in_tera_bytes
int

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

Variables

Name Description
job_stages

List of stages that run in the job.

contact_details

Contact details for notification and shipping. Required.

shipping_address

Shipping address of the customer.

delivery_package

Delivery package shipping details.

return_package

Return package shipping details.

data_import_details

Details of the data to be imported into azure.

data_export_details

Details of the data to be exported from azure.

job_details_type

Indicates the type of job details. Required. Known values are: "DataBox", "DataBoxDisk", and "DataBoxHeavy".

preferences

Preferences for the order.

copy_log_details

List of copy log details.

reverse_shipment_label_sas_key
str

Shared access key to download the return shipment label.

chain_of_custody_sas_key
str

Shared access key to download the chain of custody logs.

key_encryption_key

Details about which key encryption type is being used.

expected_data_size_in_tera_bytes
int

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