DataBoxHeavyJobDetails Class

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

Constructor

DataBoxHeavyJobDetails(*, contact_details: azure.mgmt.databox.v2018_01_01.models._models_py3.ContactDetails, shipping_address: azure.mgmt.databox.v2018_01_01.models._models_py3.ShippingAddress, destination_account_details: List[azure.mgmt.databox.v2018_01_01.models._models_py3.DestinationAccountDetails], expected_data_size_in_tera_bytes: Optional[int] = None, preferences: Optional[azure.mgmt.databox.v2018_01_01.models._models_py3.Preferences] = None, **kwargs)

Parameters

expected_data_size_in_tera_bytes
int
Required

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

contact_details
<xref:azure.mgmt.databox.models.ContactDetails>
Required

Required. Contact details for notification and shipping.

shipping_address
<xref:azure.mgmt.databox.models.ShippingAddress>
Required

Required. Shipping address of the customer.

destination_account_details
list[<xref:azure.mgmt.databox.models.DestinationAccountDetails>]
Required

Required. Destination account details.

job_details_type
str or <xref:azure.mgmt.databox.models.ClassDiscriminator>
Required

Required. Indicates the type of job details.Constant filled by server. Possible values include: "DataBox", "DataBoxDisk", "DataBoxHeavy".

preferences
<xref:azure.mgmt.databox.models.Preferences>
Required

Preferences for the order.

Variables

job_stages
list[<xref:azure.mgmt.databox.models.JobStages>]

List of stages that run in the job.

delivery_package
<xref:azure.mgmt.databox.models.PackageShippingDetails>

Delivery package shipping details.

return_package
<xref:azure.mgmt.databox.models.PackageShippingDetails>

Return package shipping details.

error_details
list[<xref:azure.mgmt.databox.models.JobErrorDetails>]

Error details for failure. This is optional.

copy_log_details
list[<xref:azure.mgmt.databox.models.CopyLogDetails>]

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.

copy_progress
list[<xref:azure.mgmt.databox.models.CopyProgress>]

Copy progress per account.