DataBoxJobDetailsArgs

data class DataBoxJobDetailsArgs(val contactDetails: Output<ContactDetailsArgs>, val dataExportDetails: Output<List<DataExportDetailsArgs>>? = null, val dataImportDetails: Output<List<DataImportDetailsArgs>>? = null, val devicePassword: Output<String>? = null, val expectedDataSizeInTeraBytes: Output<Int>? = null, val jobDetailsType: Output<String>, val keyEncryptionKey: Output<KeyEncryptionKeyArgs>? = null, val preferences: Output<PreferencesArgs>? = null, val reverseShippingDetails: Output<ReverseShippingDetailsArgs>? = null, val shippingAddress: Output<ShippingAddressArgs>? = null) : ConvertibleToJava<DataBoxJobDetailsArgs>

Databox Job Details

Constructors

Link copied to clipboard
constructor(contactDetails: Output<ContactDetailsArgs>, dataExportDetails: Output<List<DataExportDetailsArgs>>? = null, dataImportDetails: Output<List<DataImportDetailsArgs>>? = null, devicePassword: Output<String>? = null, expectedDataSizeInTeraBytes: Output<Int>? = null, jobDetailsType: Output<String>, keyEncryptionKey: Output<KeyEncryptionKeyArgs>? = null, preferences: Output<PreferencesArgs>? = null, reverseShippingDetails: Output<ReverseShippingDetailsArgs>? = null, shippingAddress: Output<ShippingAddressArgs>? = null)

Properties

Link copied to clipboard

Contact details for notification and shipping.

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

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 : @#\-$%^!+=;:_()]+

Link copied to clipboard
val expectedDataSizeInTeraBytes: Output<Int>? = null

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

Link copied to clipboard
val jobDetailsType: Output<String>

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

Link copied to clipboard

Details about which key encryption type is being used.

Link copied to clipboard
val preferences: Output<PreferencesArgs>? = null

Preferences for the order.

Link copied to clipboard

Optional Reverse Shipping details for order.

Link copied to clipboard

Shipping address of the customer.

Functions

Link copied to clipboard
open override fun toJava(): DataBoxJobDetailsArgs