DataBoxHeavyJobDetails Class

Databox Heavy Device Job Details.

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.v2020_11_01.models._models_py3.JobDetails
DataBoxHeavyJobDetails

Constructor

DataBoxHeavyJobDetails(*, 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, device_password: str | 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.

device_password
str

Set Device password for unlocking Databox Heavy. 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 : @#-$%^!+=;:_()]+.

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.

copy_progress

Copy progress per account.

device_password
str

Set Device password for unlocking Databox Heavy. 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 : @#-$%^!+=;:_()]+.