AwrSnapshotSummary

class oci.opsi.models.AwrSnapshotSummary(**kwargs)

Bases: object

The AWR snapshot summary of one snapshot.

Methods

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

Attributes

awr_source_database_id [Required] Gets the awr_source_database_id of this AwrSnapshotSummary.
error_count Gets the error_count of this AwrSnapshotSummary.
instance_number Gets the instance_number of this AwrSnapshotSummary.
snapshot_identifier [Required] Gets the snapshot_identifier of this AwrSnapshotSummary.
time_db_startup Gets the time_db_startup of this AwrSnapshotSummary.
time_snapshot_begin Gets the time_snapshot_begin of this AwrSnapshotSummary.
time_snapshot_end Gets the time_snapshot_end of this AwrSnapshotSummary.
__init__(**kwargs)

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

Parameters:
  • awr_source_database_id (str) – The value to assign to the awr_source_database_id property of this AwrSnapshotSummary.
  • instance_number (int) – The value to assign to the instance_number property of this AwrSnapshotSummary.
  • time_db_startup (datetime) – The value to assign to the time_db_startup property of this AwrSnapshotSummary.
  • time_snapshot_begin (datetime) – The value to assign to the time_snapshot_begin property of this AwrSnapshotSummary.
  • time_snapshot_end (datetime) – The value to assign to the time_snapshot_end property of this AwrSnapshotSummary.
  • snapshot_identifier (int) – The value to assign to the snapshot_identifier property of this AwrSnapshotSummary.
  • error_count (int) – The value to assign to the error_count property of this AwrSnapshotSummary.
awr_source_database_id

[Required] Gets the awr_source_database_id of this AwrSnapshotSummary. DatabaseId of the Source database for which AWR Data will be uploaded to AWR Hub.

Returns:The awr_source_database_id of this AwrSnapshotSummary.
Return type:str
error_count

Gets the error_count of this AwrSnapshotSummary. The total number of errors.

Returns:The error_count of this AwrSnapshotSummary.
Return type:int
instance_number

Gets the instance_number of this AwrSnapshotSummary. The database instance number.

Returns:The instance_number of this AwrSnapshotSummary.
Return type:int
snapshot_identifier

[Required] Gets the snapshot_identifier of this AwrSnapshotSummary. The identifier of the snapshot.

Returns:The snapshot_identifier of this AwrSnapshotSummary.
Return type:int
time_db_startup

Gets the time_db_startup of this AwrSnapshotSummary. The timestamp of the database startup.

Returns:The time_db_startup of this AwrSnapshotSummary.
Return type:datetime
time_snapshot_begin

Gets the time_snapshot_begin of this AwrSnapshotSummary. The start time of the snapshot.

Returns:The time_snapshot_begin of this AwrSnapshotSummary.
Return type:datetime
time_snapshot_end

Gets the time_snapshot_end of this AwrSnapshotSummary. The end time of the snapshot.

Returns:The time_snapshot_end of this AwrSnapshotSummary.
Return type:datetime