AwrDatabaseParameterSummary¶
-
class
oci.opsi.models.
AwrDatabaseParameterSummary
(**kwargs)¶ Bases:
object
The summary of the AWR change history data for a single database parameter.
Methods
__init__
(**kwargs)Initializes a new AwrDatabaseParameterSummary object with values from keyword arguments. Attributes
begin_value
Gets the begin_value of this AwrDatabaseParameterSummary. end_value
Gets the end_value of this AwrDatabaseParameterSummary. instance_number
Gets the instance_number of this AwrDatabaseParameterSummary. is_changed
Gets the is_changed of this AwrDatabaseParameterSummary. is_default
Gets the is_default of this AwrDatabaseParameterSummary. name
[Required] Gets the name of this AwrDatabaseParameterSummary. value_modified
Gets the value_modified of this AwrDatabaseParameterSummary. -
__init__
(**kwargs)¶ Initializes a new AwrDatabaseParameterSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - name (str) – The value to assign to the name property of this AwrDatabaseParameterSummary.
- instance_number (int) – The value to assign to the instance_number property of this AwrDatabaseParameterSummary.
- begin_value (str) – The value to assign to the begin_value property of this AwrDatabaseParameterSummary.
- end_value (str) – The value to assign to the end_value property of this AwrDatabaseParameterSummary.
- is_changed (bool) – The value to assign to the is_changed property of this AwrDatabaseParameterSummary.
- value_modified (str) – The value to assign to the value_modified property of this AwrDatabaseParameterSummary.
- is_default (bool) – The value to assign to the is_default property of this AwrDatabaseParameterSummary.
-
begin_value
¶ Gets the begin_value of this AwrDatabaseParameterSummary. The parameter value when the period began.
Returns: The begin_value of this AwrDatabaseParameterSummary. Return type: str
-
end_value
¶ Gets the end_value of this AwrDatabaseParameterSummary. The parameter value when the period ended.
Returns: The end_value of this AwrDatabaseParameterSummary. Return type: str
-
instance_number
¶ Gets the instance_number of this AwrDatabaseParameterSummary. The database instance number.
Returns: The instance_number of this AwrDatabaseParameterSummary. Return type: int
-
is_changed
¶ Gets the is_changed of this AwrDatabaseParameterSummary. Indicates whether the parameter value changed within the period.
Returns: The is_changed of this AwrDatabaseParameterSummary. Return type: bool
-
is_default
¶ Gets the is_default of this AwrDatabaseParameterSummary. Indicates whether the parameter value in the end snapshot is the default.
Returns: The is_default of this AwrDatabaseParameterSummary. Return type: bool
-
name
¶ [Required] Gets the name of this AwrDatabaseParameterSummary. The name of the parameter.
Returns: The name of this AwrDatabaseParameterSummary. Return type: str
-
value_modified
¶ Gets the value_modified of this AwrDatabaseParameterSummary. 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 AwrDatabaseParameterSummary. Return type: str
-