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