AwrDbParameterChangeSummary¶
-
class
oci.database_management.models.
AwrDbParameterChangeSummary
(**kwargs)¶ Bases:
object
A summary of the changes made to a single AWR database parameter.
Methods
__init__
(**kwargs)Initializes a new AwrDbParameterChangeSummary object with values from keyword arguments. Attributes
instance_number
Gets the instance_number of this AwrDbParameterChangeSummary. is_default
Gets the is_default of this AwrDbParameterChangeSummary. previous_value
Gets the previous_value of this AwrDbParameterChangeSummary. snapshot_id
[Required] Gets the snapshot_id of this AwrDbParameterChangeSummary. time_begin
Gets the time_begin of this AwrDbParameterChangeSummary. time_end
Gets the time_end of this AwrDbParameterChangeSummary. value
Gets the value of this AwrDbParameterChangeSummary. value_modified
Gets the value_modified of this AwrDbParameterChangeSummary. -
__init__
(**kwargs)¶ Initializes a new AwrDbParameterChangeSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - time_begin (datetime) – The value to assign to the time_begin property of this AwrDbParameterChangeSummary.
- time_end (datetime) – The value to assign to the time_end property of this AwrDbParameterChangeSummary.
- instance_number (int) – The value to assign to the instance_number property of this AwrDbParameterChangeSummary.
- previous_value (str) – The value to assign to the previous_value property of this AwrDbParameterChangeSummary.
- value (str) – The value to assign to the value property of this AwrDbParameterChangeSummary.
- snapshot_id (int) – The value to assign to the snapshot_id property of this AwrDbParameterChangeSummary.
- value_modified (str) – The value to assign to the value_modified property of this AwrDbParameterChangeSummary.
- is_default (bool) – The value to assign to the is_default property of this AwrDbParameterChangeSummary.
-
instance_number
¶ Gets the instance_number of this AwrDbParameterChangeSummary. The database instance number.
Returns: The instance_number of this AwrDbParameterChangeSummary. Return type: int
-
is_default
¶ Gets the is_default of this AwrDbParameterChangeSummary. Indicates whether the parameter value in the end snapshot is the default.
Returns: The is_default of this AwrDbParameterChangeSummary. Return type: bool
-
previous_value
¶ Gets the previous_value of this AwrDbParameterChangeSummary. The previous value of the database parameter.
Returns: The previous_value of this AwrDbParameterChangeSummary. Return type: str
-
snapshot_id
¶ [Required] Gets the snapshot_id of this AwrDbParameterChangeSummary. The ID of the snapshot with the parameter value changed. The snapshot ID is not the OCID. It can be retrieved from the following endpoint: /managedDatabases/{managedDatabaseId}/awrDbs/{awrDbId}/awrDbSnapshots
Returns: The snapshot_id of this AwrDbParameterChangeSummary. Return type: int
-
time_begin
¶ Gets the time_begin of this AwrDbParameterChangeSummary. The start time of the interval.
Returns: The time_begin of this AwrDbParameterChangeSummary. Return type: datetime
-
time_end
¶ Gets the time_end of this AwrDbParameterChangeSummary. The end time of the interval.
Returns: The time_end of this AwrDbParameterChangeSummary. Return type: datetime
-
value
¶ Gets the value of this AwrDbParameterChangeSummary. The current value of the database parameter.
Returns: The value of this AwrDbParameterChangeSummary. Return type: str
-
value_modified
¶ Gets the value_modified of this AwrDbParameterChangeSummary. Indicates whether the parameter has been modified after instance startup:
- MODIFIED - Parameter has been modified with ALTER SESSION
- SYSTEM_MOD - Parameter has been modified with ALTER SYSTEM (which causes all the currently logged in sessions’ values to be modified)
- FALSE - Parameter has not been modified after instance startup
Returns: The value_modified of this AwrDbParameterChangeSummary. Return type: str
-