DataBoxDiskJobDetailsArgs

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
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 'DataBoxDisk'.

Link copied to clipboard

Details about which key encryption type is being used.

Link copied to clipboard
val passkey: Output<String>? = null

User entered passkey for DataBox Disk job.

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

Preferences for the order.

Link copied to clipboard
val preferredDisks: Output<Map<String, Int>>? = null

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.

Functions

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