DistributedDatabaseRaftMetric

class oci.distributed_database.models.DistributedDatabaseRaftMetric(**kwargs)

Bases: object

Raft metrics for shards and catalog for the Globally distributed database.

Methods

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

Attributes

config_tasks Gets the config_tasks of this DistributedDatabaseRaftMetric.
raft_metrics [Required] Gets the raft_metrics of this DistributedDatabaseRaftMetric.
__init__(**kwargs)

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

Parameters:
  • raft_metrics (dict(str, object)) – The value to assign to the raft_metrics property of this DistributedDatabaseRaftMetric.
  • config_tasks (dict(str, object)) – The value to assign to the config_tasks property of this DistributedDatabaseRaftMetric.
config_tasks

Gets the config_tasks of this DistributedDatabaseRaftMetric. Details of in-progress configuration tasks.

Returns:The config_tasks of this DistributedDatabaseRaftMetric.
Return type:dict(str, object)
raft_metrics

[Required] Gets the raft_metrics of this DistributedDatabaseRaftMetric. Raft metrics for the Globally distributed database.

Returns:The raft_metrics of this DistributedDatabaseRaftMetric.
Return type:dict(str, object)