FileValidationResponse¶
-
class
oci.log_analytics.models.
FileValidationResponse
(**kwargs)¶ Bases:
object
Response object containing details about file upload eligibility.
Methods
__init__
(**kwargs)Initializes a new FileValidationResponse object with values from keyword arguments. Attributes
files
Gets the files of this FileValidationResponse. input_file
[Required] Gets the input_file of this FileValidationResponse. object_location
[Required] Gets the object_location of this FileValidationResponse. -
__init__
(**kwargs)¶ Initializes a new FileValidationResponse object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - input_file (str) – The value to assign to the input_file property of this FileValidationResponse.
- object_location (str) – The value to assign to the object_location property of this FileValidationResponse.
- files (list[oci.log_analytics.models.UploadFileStatus]) – The value to assign to the files property of this FileValidationResponse.
-
files
¶ Gets the files of this FileValidationResponse. List of files inside the given archive file and their corresponding status information.
Returns: The files of this FileValidationResponse. Return type: list[oci.log_analytics.models.UploadFileStatus]
-
input_file
¶ [Required] Gets the input_file of this FileValidationResponse. Input File Name.
Returns: The input_file of this FileValidationResponse. Return type: str
-
object_location
¶ [Required] Gets the object_location of this FileValidationResponse. Object Location where file content is available.
Returns: The object_location of this FileValidationResponse. Return type: str
-