Data Box Disk Job Details Args
data class DataBoxDiskJobDetailsArgs(val contactDetails: Output<ContactDetailsArgs>, val dataExportDetails: Output<List<DataExportDetailsArgs>>? = null, val dataImportDetails: Output<List<DataImportDetailsArgs>>? = null, val expectedDataSizeInTeraBytes: Output<Int>? = null, val jobDetailsType: Output<String>, val keyEncryptionKey: Output<KeyEncryptionKeyArgs>? = null, val passkey: Output<String>? = null, val preferences: Output<PreferencesArgs>? = null, val preferredDisks: Output<Map<String, Int>>? = null, val shippingAddress: Output<ShippingAddressArgs>? = null) : ConvertibleToJava<DataBoxDiskJobDetailsArgs>
DataBox Disk Job Details.
Constructors
Link copied to clipboard
constructor(contactDetails: Output<ContactDetailsArgs>, dataExportDetails: Output<List<DataExportDetailsArgs>>? = null, dataImportDetails: Output<List<DataImportDetailsArgs>>? = null, expectedDataSizeInTeraBytes: Output<Int>? = null, jobDetailsType: Output<String>, keyEncryptionKey: Output<KeyEncryptionKeyArgs>? = null, passkey: Output<String>? = null, preferences: Output<PreferencesArgs>? = null, preferredDisks: Output<Map<String, Int>>? = 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
The expected size of the data, which needs to be transferred in this job, in terabytes.
Link copied to clipboard
Indicates the type of job details. Expected value is 'DataBoxDisk'.
Link copied to clipboard
Details about which key encryption type is being used.
Link copied to clipboard
Preferences for the order.
Link copied to clipboard
User preference on what size disks are needed for the job. The map is from the disk size in TB to the count. Eg. {2,5} means 5 disks of 2 TB size. Key is string but will be checked against an int.
Link copied to clipboard
Shipping address of the customer.