Class DataBoxHeavyJobDetailsArgs


  • public final class DataBoxHeavyJobDetailsArgs
    extends com.pulumi.resources.ResourceArgs
    Databox Heavy Device Job Details
    • Method Detail

      • contactDetails

        public com.pulumi.core.Output<ContactDetailsArgs> contactDetails()
        Returns:
        Contact details for notification and shipping.
      • dataExportDetails

        public java.util.Optional<com.pulumi.core.Output<java.util.List<DataExportDetailsArgs>>> dataExportDetails()
        Returns:
        Details of the data to be exported from azure.
      • dataImportDetails

        public java.util.Optional<com.pulumi.core.Output<java.util.List<DataImportDetailsArgs>>> dataImportDetails()
        Returns:
        Details of the data to be imported into azure.
      • devicePassword

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> devicePassword()
        Returns:
        Set Device password for unlocking Databox Heavy. 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 : @#\-$%^!+=;:_()]+
      • expectedDataSizeInTeraBytes

        public java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> expectedDataSizeInTeraBytes()
        Returns:
        The expected size of the data, which needs to be transferred in this job, in terabytes.
      • jobDetailsType

        public com.pulumi.core.Output<java.lang.String> jobDetailsType()
        Returns:
        Indicates the type of job details. Expected value is 'DataBoxHeavy'.
      • keyEncryptionKey

        public java.util.Optional<com.pulumi.core.Output<KeyEncryptionKeyArgs>> keyEncryptionKey()
        Returns:
        Details about which key encryption type is being used.
      • preferences

        public java.util.Optional<com.pulumi.core.Output<PreferencesArgs>> preferences()
        Returns:
        Preferences for the order.
      • reverseShippingDetails

        public java.util.Optional<com.pulumi.core.Output<ReverseShippingDetailsArgs>> reverseShippingDetails()
        Returns:
        Optional Reverse Shipping details for order.
      • shippingAddress

        public java.util.Optional<com.pulumi.core.Output<ShippingAddressArgs>> shippingAddress()
        Returns:
        Shipping address of the customer.