AwrDatabaseParameterChangeSummary¶
-
class
oci.opsi.models.
AwrDatabaseParameterChangeSummary
(**kwargs)¶ Bases:
object
A summary of the changes made to a single AWR database parameter.
Methods
__init__
(**kwargs)Initializes a new AwrDatabaseParameterChangeSummary object with values from keyword arguments. Attributes
instance_number
Gets the instance_number of this AwrDatabaseParameterChangeSummary. is_default
Gets the is_default of this AwrDatabaseParameterChangeSummary. previous_value
Gets the previous_value of this AwrDatabaseParameterChangeSummary. snapshot_identifier
[Required] Gets the snapshot_identifier of this AwrDatabaseParameterChangeSummary. time_begin
Gets the time_begin of this AwrDatabaseParameterChangeSummary. time_end
Gets the time_end of this AwrDatabaseParameterChangeSummary. value
Gets the value of this AwrDatabaseParameterChangeSummary. value_modified
Gets the value_modified of this AwrDatabaseParameterChangeSummary. -
__init__
(**kwargs)¶ Initializes a new AwrDatabaseParameterChangeSummary 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 AwrDatabaseParameterChangeSummary.
- time_end (datetime) – The value to assign to the time_end property of this AwrDatabaseParameterChangeSummary.
- instance_number (int) – The value to assign to the instance_number property of this AwrDatabaseParameterChangeSummary.
- previous_value (str) – The value to assign to the previous_value property of this AwrDatabaseParameterChangeSummary.
- value (str) – The value to assign to the value property of this AwrDatabaseParameterChangeSummary.
- snapshot_identifier (int) – The value to assign to the snapshot_identifier property of this AwrDatabaseParameterChangeSummary.
- value_modified (str) – The value to assign to the value_modified property of this AwrDatabaseParameterChangeSummary.
- is_default (bool) – The value to assign to the is_default property of this AwrDatabaseParameterChangeSummary.
-
instance_number
¶ Gets the instance_number of this AwrDatabaseParameterChangeSummary. The database instance number.
Returns: The instance_number of this AwrDatabaseParameterChangeSummary. Return type: int
-
is_default
¶ Gets the is_default of this AwrDatabaseParameterChangeSummary. Indicates whether the parameter value in the end snapshot is the default.
Returns: The is_default of this AwrDatabaseParameterChangeSummary. Return type: bool
-
previous_value
¶ Gets the previous_value of this AwrDatabaseParameterChangeSummary. The previous value of the database parameter.
Returns: The previous_value of this AwrDatabaseParameterChangeSummary. Return type: str
-
snapshot_identifier
¶ [Required] Gets the snapshot_identifier of this AwrDatabaseParameterChangeSummary. The ID of the snapshot with the parameter value changed. The snapshot identifier is not the OCID. It can be retrieved from the following endpoint: /awrHubs/{awrHubId}/awrDatabaseSnapshots
Returns: The snapshot_identifier of this AwrDatabaseParameterChangeSummary. Return type: int
-
time_begin
¶ Gets the time_begin of this AwrDatabaseParameterChangeSummary. The start time of the interval.
Returns: The time_begin of this AwrDatabaseParameterChangeSummary. Return type: datetime
-
time_end
¶ Gets the time_end of this AwrDatabaseParameterChangeSummary. The end time of the interval.
Returns: The time_end of this AwrDatabaseParameterChangeSummary. Return type: datetime
-
value
¶ Gets the value of this AwrDatabaseParameterChangeSummary. The current value of the database parameter.
Returns: The value of this AwrDatabaseParameterChangeSummary. Return type: str
-
value_modified
¶ Gets the value_modified of this AwrDatabaseParameterChangeSummary. 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 AwrDatabaseParameterChangeSummary. Return type: str
-