UploadSummary

class oci.log_analytics.models.UploadSummary(**kwargs)

Bases: object

Summary of the Upload.

Methods

__init__(**kwargs) Initializes a new UploadSummary object with values from keyword arguments.

Attributes

name [Required] Gets the name of this UploadSummary.
reference [Required] Gets the reference of this UploadSummary.
time_created [Required] Gets the time_created of this UploadSummary.
time_earliest_log_entry Gets the time_earliest_log_entry of this UploadSummary.
time_latest_log_entry Gets the time_latest_log_entry of this UploadSummary.
time_updated Gets the time_updated of this UploadSummary.
warnings_count Gets the warnings_count of this UploadSummary.
__init__(**kwargs)

Initializes a new UploadSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • reference (str) – The value to assign to the reference property of this UploadSummary.
  • name (str) – The value to assign to the name property of this UploadSummary.
  • time_created (datetime) – The value to assign to the time_created property of this UploadSummary.
  • time_updated (datetime) – The value to assign to the time_updated property of this UploadSummary.
  • time_earliest_log_entry (datetime) – The value to assign to the time_earliest_log_entry property of this UploadSummary.
  • time_latest_log_entry (datetime) – The value to assign to the time_latest_log_entry property of this UploadSummary.
  • warnings_count (int) – The value to assign to the warnings_count property of this UploadSummary.
name

[Required] Gets the name of this UploadSummary. The name of the upload container.

Returns:The name of this UploadSummary.
Return type:str
reference

[Required] Gets the reference of this UploadSummary. Unique internal identifier to refer the upload container.

Returns:The reference of this UploadSummary.
Return type:str
time_created

[Required] Gets the time_created of this UploadSummary. The time when this upload container is created. An RFC3339 formatted datetime string.

Returns:The time_created of this UploadSummary.
Return type:datetime
time_earliest_log_entry

Gets the time_earliest_log_entry of this UploadSummary. This time represents the earliest time of the log entry in this container. An RFC3339 formatted datetime string.

Returns:The time_earliest_log_entry of this UploadSummary.
Return type:datetime
time_latest_log_entry

Gets the time_latest_log_entry of this UploadSummary. This time represents the latest time of the log entry in this container. An RFC3339 formatted datetime string.

Returns:The time_latest_log_entry of this UploadSummary.
Return type:datetime
time_updated

Gets the time_updated of this UploadSummary. The latest time when this upload container is modified. An RFC3339 formatted datetime string.

Returns:The time_updated of this UploadSummary.
Return type:datetime
warnings_count

Gets the warnings_count of this UploadSummary. Number of warnings associated to the upload.

Returns:The warnings_count of this UploadSummary.
Return type:int