RunHistoricAddmDetails

class oci.database_management.models.RunHistoricAddmDetails(**kwargs)

Bases: object

The details of the ADDM task, which include the beginning and ending AWR snapshot IDs.

Methods

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

Attributes

end_snapshot_id [Required] Gets the end_snapshot_id of this RunHistoricAddmDetails.
start_snapshot_id [Required] Gets the start_snapshot_id of this RunHistoricAddmDetails.
__init__(**kwargs)

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

Parameters:
  • start_snapshot_id (int) – The value to assign to the start_snapshot_id property of this RunHistoricAddmDetails.
  • end_snapshot_id (int) – The value to assign to the end_snapshot_id property of this RunHistoricAddmDetails.
end_snapshot_id

[Required] Gets the end_snapshot_id of this RunHistoricAddmDetails. The ID of the ending AWR snapshot.

Returns:The end_snapshot_id of this RunHistoricAddmDetails.
Return type:int
start_snapshot_id

[Required] Gets the start_snapshot_id of this RunHistoricAddmDetails. The ID number of the beginning AWR snapshot.

Returns:The start_snapshot_id of this RunHistoricAddmDetails.
Return type:int