BulkUploadResponse¶
-
class
oci.license_manager.models.
BulkUploadResponse
(**kwargs)¶ Bases:
object
The bulk upload response.
Methods
__init__
(**kwargs)Initializes a new BulkUploadResponse object with values from keyword arguments. Attributes
failed_license_record_info
[Required] Gets the failed_license_record_info of this BulkUploadResponse. message
[Required] Gets the message of this BulkUploadResponse. total_supported_duplicate_records
[Required] Gets the total_supported_duplicate_records of this BulkUploadResponse. total_supported_failed_license_records
[Required] Gets the total_supported_failed_license_records of this BulkUploadResponse. total_supported_invalid_records
[Required] Gets the total_supported_invalid_records of this BulkUploadResponse. total_supported_records
[Required] Gets the total_supported_records of this BulkUploadResponse. total_supported_records_saved
[Required] Gets the total_supported_records_saved of this BulkUploadResponse. validation_error_info
[Required] Gets the validation_error_info of this BulkUploadResponse. -
__init__
(**kwargs)¶ Initializes a new BulkUploadResponse object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - total_supported_records (int) – The value to assign to the total_supported_records property of this BulkUploadResponse.
- total_supported_records_saved (int) – The value to assign to the total_supported_records_saved property of this BulkUploadResponse.
- total_supported_duplicate_records (int) – The value to assign to the total_supported_duplicate_records property of this BulkUploadResponse.
- total_supported_failed_license_records (int) – The value to assign to the total_supported_failed_license_records property of this BulkUploadResponse.
- total_supported_invalid_records (int) – The value to assign to the total_supported_invalid_records property of this BulkUploadResponse.
- validation_error_info (list[oci.license_manager.models.BulkUploadValidationErrorInfo]) – The value to assign to the validation_error_info property of this BulkUploadResponse.
- failed_license_record_info (list[oci.license_manager.models.BulkUploadFailedRecordInfo]) – The value to assign to the failed_license_record_info property of this BulkUploadResponse.
- message (str) – The value to assign to the message property of this BulkUploadResponse.
-
failed_license_record_info
¶ [Required] Gets the failed_license_record_info of this BulkUploadResponse. Error information corresponding to the supported records which are valid but could not be created.
Returns: The failed_license_record_info of this BulkUploadResponse. Return type: list[oci.license_manager.models.BulkUploadFailedRecordInfo]
-
message
¶ [Required] Gets the message of this BulkUploadResponse. Response message for bulk upload.
Returns: The message of this BulkUploadResponse. Return type: str
-
total_supported_duplicate_records
¶ [Required] Gets the total_supported_duplicate_records of this BulkUploadResponse. The number of supported license records that were valid but not uploaded since they were duplicates.
Returns: The total_supported_duplicate_records of this BulkUploadResponse. Return type: int
-
total_supported_failed_license_records
¶ [Required] Gets the total_supported_failed_license_records of this BulkUploadResponse. The number of supported license records that were valid but failed with errors during upload.
Returns: The total_supported_failed_license_records of this BulkUploadResponse. Return type: int
-
total_supported_invalid_records
¶ [Required] Gets the total_supported_invalid_records of this BulkUploadResponse. The number of supported license records that could not be uploaded since they were invalid.
Returns: The total_supported_invalid_records of this BulkUploadResponse. Return type: int
-
total_supported_records
¶ [Required] Gets the total_supported_records of this BulkUploadResponse. The number of license records which were supported.
Returns: The total_supported_records of this BulkUploadResponse. Return type: int
-
total_supported_records_saved
¶ [Required] Gets the total_supported_records_saved of this BulkUploadResponse. The number of supported license records that were uploaded successfully.
Returns: The total_supported_records_saved of this BulkUploadResponse. Return type: int
-
validation_error_info
¶ [Required] Gets the validation_error_info of this BulkUploadResponse. Detailed error information corresponding to each supported but invalid row for the uploaded file.
Returns: The validation_error_info of this BulkUploadResponse. Return type: list[oci.license_manager.models.BulkUploadValidationErrorInfo]
-