AddmDbParameterAggregation

class oci.opsi.models.AddmDbParameterAggregation(**kwargs)

Bases: object

Summarizes change history for specific database parameter

Methods

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

Attributes

begin_value Gets the begin_value of this AddmDbParameterAggregation.
default_value Gets the default_value of this AddmDbParameterAggregation.
end_value Gets the end_value of this AddmDbParameterAggregation.
id [Required] Gets the id of this AddmDbParameterAggregation.
inst_num Gets the inst_num of this AddmDbParameterAggregation.
is_changed [Required] Gets the is_changed of this AddmDbParameterAggregation.
is_default Gets the is_default of this AddmDbParameterAggregation.
is_high_impact Gets the is_high_impact of this AddmDbParameterAggregation.
name [Required] Gets the name of this AddmDbParameterAggregation.
value_modified Gets the value_modified of this AddmDbParameterAggregation.
__init__(**kwargs)

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

Parameters:
  • id (str) – The value to assign to the id property of this AddmDbParameterAggregation.
  • name (str) – The value to assign to the name property of this AddmDbParameterAggregation.
  • inst_num (int) – The value to assign to the inst_num property of this AddmDbParameterAggregation.
  • default_value (str) – The value to assign to the default_value property of this AddmDbParameterAggregation.
  • begin_value (str) – The value to assign to the begin_value property of this AddmDbParameterAggregation.
  • end_value (str) – The value to assign to the end_value property of this AddmDbParameterAggregation.
  • is_changed (bool) – The value to assign to the is_changed property of this AddmDbParameterAggregation.
  • is_default (bool) – The value to assign to the is_default property of this AddmDbParameterAggregation.
  • value_modified (str) – The value to assign to the value_modified property of this AddmDbParameterAggregation.
  • is_high_impact (bool) – The value to assign to the is_high_impact property of this AddmDbParameterAggregation.
begin_value

Gets the begin_value of this AddmDbParameterAggregation. Parameter value when time period began

Returns:The begin_value of this AddmDbParameterAggregation.
Return type:str
default_value

Gets the default_value of this AddmDbParameterAggregation. Parameter default value

Returns:The default_value of this AddmDbParameterAggregation.
Return type:str
end_value

Gets the end_value of this AddmDbParameterAggregation. Parameter value when time period ended

Returns:The end_value of this AddmDbParameterAggregation.
Return type:str
id

[Required] Gets the id of this AddmDbParameterAggregation. The OCID of the Database insight.

Returns:The id of this AddmDbParameterAggregation.
Return type:str
inst_num

Gets the inst_num of this AddmDbParameterAggregation. Number of database instance

Returns:The inst_num of this AddmDbParameterAggregation.
Return type:int
is_changed

[Required] Gets the is_changed of this AddmDbParameterAggregation. Indicates whether the parameter’s value changed during the selected time range (TRUE) or did not change during the selected time range (FALSE)

Returns:The is_changed of this AddmDbParameterAggregation.
Return type:bool
is_default

Gets the is_default of this AddmDbParameterAggregation. Indicates whether the parameter’s end value was set to the default value (TRUE) or was specified in the parameter file (FALSE)

Returns:The is_default of this AddmDbParameterAggregation.
Return type:bool
is_high_impact

Gets the is_high_impact of this AddmDbParameterAggregation. Indicates whether the parameter is a high impact parameter (TRUE) or not (FALSE)

Returns:The is_high_impact of this AddmDbParameterAggregation.
Return type:bool
name

[Required] Gets the name of this AddmDbParameterAggregation. Name of parameter

Returns:The name of this AddmDbParameterAggregation.
Return type:str
value_modified

Gets the value_modified of this AddmDbParameterAggregation. Indicates whether the parameter has been modified after instance starup MODIFIED - Parameter has been modified with ALTER SESSION SYSTEM_MOD - Parameter has been modified with ALTER SYSTEM FALSE - Parameter has not been modified after instance starup

Returns:The value_modified of this AddmDbParameterAggregation.
Return type:str