DistributedAutonomousDatabaseRuChangeLog

class oci.distributed_database_v26.models.DistributedAutonomousDatabaseRuChangeLog(**kwargs)

Bases: object

Move RU invocation history for the Globally distributed autonomous database.

Methods

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

Attributes

ru_change_log [Required] Gets the ru_change_log of this DistributedAutonomousDatabaseRuChangeLog.
__init__(**kwargs)

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

Parameters:ru_change_log (list[oci.distributed_database_v26.models.DistributedAutonomousDatabaseRuChangeLogSummary]) – The value to assign to the ru_change_log property of this DistributedAutonomousDatabaseRuChangeLog.
ru_change_log

[Required] Gets the ru_change_log of this DistributedAutonomousDatabaseRuChangeLog. Ordered list of move RU invocations (latest first).

Returns:The ru_change_log of this DistributedAutonomousDatabaseRuChangeLog.
Return type:list[oci.distributed_database_v26.models.DistributedAutonomousDatabaseRuChangeLogSummary]