DistributedDatabaseRuChangeLog

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

Bases: object

Move RU invocation history for the Globally distributed database.

Methods

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

Attributes

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

Initializes a new DistributedDatabaseRuChangeLog 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.DistributedDatabaseRuChangeLogSummary]) – The value to assign to the ru_change_log property of this DistributedDatabaseRuChangeLog.
ru_change_log

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

Returns:The ru_change_log of this DistributedDatabaseRuChangeLog.
Return type:list[oci.distributed_database_v26.models.DistributedDatabaseRuChangeLogSummary]