AddmDbParameterChangeAggregation¶
-
class
oci.opsi.models.
AddmDbParameterChangeAggregation
(**kwargs)¶ Bases:
object
Change record for AWR database parameter
Methods
__init__
(**kwargs)Initializes a new AddmDbParameterChangeAggregation object with values from keyword arguments. Attributes
id
[Required] Gets the id of this AddmDbParameterChangeAggregation. inst_num
[Required] Gets the inst_num of this AddmDbParameterChangeAggregation. previous_value
Gets the previous_value of this AddmDbParameterChangeAggregation. snapshot_id
[Required] Gets the snapshot_id of this AddmDbParameterChangeAggregation. time_begin
[Required] Gets the time_begin of this AddmDbParameterChangeAggregation. time_end
[Required] Gets the time_end of this AddmDbParameterChangeAggregation. value
Gets the value of this AddmDbParameterChangeAggregation. -
__init__
(**kwargs)¶ Initializes a new AddmDbParameterChangeAggregation 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 AddmDbParameterChangeAggregation.
- time_begin (datetime) – The value to assign to the time_begin property of this AddmDbParameterChangeAggregation.
- time_end (datetime) – The value to assign to the time_end property of this AddmDbParameterChangeAggregation.
- inst_num (int) – The value to assign to the inst_num property of this AddmDbParameterChangeAggregation.
- previous_value (str) – The value to assign to the previous_value property of this AddmDbParameterChangeAggregation.
- value (str) – The value to assign to the value property of this AddmDbParameterChangeAggregation.
- snapshot_id (int) – The value to assign to the snapshot_id property of this AddmDbParameterChangeAggregation.
-
id
¶ [Required] Gets the id of this AddmDbParameterChangeAggregation. The OCID of the Database insight.
Returns: The id of this AddmDbParameterChangeAggregation. Return type: str
-
inst_num
¶ [Required] Gets the inst_num of this AddmDbParameterChangeAggregation. Instance number
Returns: The inst_num of this AddmDbParameterChangeAggregation. Return type: int
-
previous_value
¶ Gets the previous_value of this AddmDbParameterChangeAggregation. Previous value
Returns: The previous_value of this AddmDbParameterChangeAggregation. Return type: str
-
snapshot_id
¶ [Required] Gets the snapshot_id of this AddmDbParameterChangeAggregation. AWR snapshot id which includes the parameter value change
Returns: The snapshot_id of this AddmDbParameterChangeAggregation. Return type: int
-
time_begin
¶ [Required] Gets the time_begin of this AddmDbParameterChangeAggregation. Begin time of interval which includes change
Returns: The time_begin of this AddmDbParameterChangeAggregation. Return type: datetime
-
time_end
¶ [Required] Gets the time_end of this AddmDbParameterChangeAggregation. End time of interval which includes change
Returns: The time_end of this AddmDbParameterChangeAggregation. Return type: datetime
-
value
¶ Gets the value of this AddmDbParameterChangeAggregation. Current value
Returns: The value of this AddmDbParameterChangeAggregation. Return type: str
-