DataBoxJobDetails Class
Databox 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_04_01.models._models_py3.JobDetailsDataBoxJobDetails
Constructor
DataBoxJobDetails(*, contact_details: azure.mgmt.databox.v2020_04_01.models._models_py3.ContactDetails, shipping_address: Optional[azure.mgmt.databox.v2020_04_01.models._models_py3.ShippingAddress] = None, data_import_details: Optional[List[azure.mgmt.databox.v2020_04_01.models._models_py3.DataImportDetails]] = None, data_export_details: Optional[List[azure.mgmt.databox.v2020_04_01.models._models_py3.DataExportDetails]] = None, preferences: Optional[azure.mgmt.databox.v2020_04_01.models._models_py3.Preferences] = None, expected_data_size_in_terabytes: Optional[int] = None, device_password: Optional[str] = None, **kwargs)
Parameters
- contact_details
- <xref:azure.mgmt.databox.models.ContactDetails>
Required. Contact details for notification and shipping.
- shipping_address
- <xref:azure.mgmt.databox.models.ShippingAddress>
Shipping address of the customer.
- data_import_details
- list[<xref:azure.mgmt.databox.models.DataImportDetails>]
Details of the data to be imported into azure.
- data_export_details
- list[<xref:azure.mgmt.databox.models.DataExportDetails>]
Details of the data to be exported from azure.
- job_details_type
- str or <xref:azure.mgmt.databox.models.ClassDiscriminator>
Required. Indicates the type of job details.Constant filled by server. Possible values include: "DataBox", "DataBoxDisk", "DataBoxHeavy".
- preferences
- <xref:azure.mgmt.databox.models.Preferences>
Preferences for the order.
- expected_data_size_in_terabytes
- 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. 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
- 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.
- 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.
- key_encryption_key
- <xref:azure.mgmt.databox.models.KeyEncryptionKey>
Details about which key encryption type is being used.
- copy_progress
- list[<xref:azure.mgmt.databox.models.CopyProgress>]
Copy progress per storage account.
Feedback
Submit and view feedback for