Data Box Job Details Args
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
fun DataBoxJobDetailsArgs(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)
Functions
Properties
Link copied to clipboard
Link copied to clipboard
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
Link copied to clipboard
Link copied to clipboard