DistributedAutonomousDatabaseRaftMetric¶
-
class
oci.distributed_database.models.DistributedAutonomousDatabaseRaftMetric(**kwargs)¶ Bases:
objectRaft metrics for shards and catalog for the Globally distributed autonomous database.
Methods
__init__(**kwargs)Initializes a new DistributedAutonomousDatabaseRaftMetric object with values from keyword arguments. Attributes
config_tasksGets the config_tasks of this DistributedAutonomousDatabaseRaftMetric. raft_metrics[Required] Gets the raft_metrics of this DistributedAutonomousDatabaseRaftMetric. -
__init__(**kwargs)¶ Initializes a new DistributedAutonomousDatabaseRaftMetric 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 DistributedAutonomousDatabaseRaftMetric.
- config_tasks (dict(str, object)) – The value to assign to the config_tasks property of this DistributedAutonomousDatabaseRaftMetric.
-
config_tasks¶ Gets the config_tasks of this DistributedAutonomousDatabaseRaftMetric. Details of in-progress configuration tasks.
Returns: The config_tasks of this DistributedAutonomousDatabaseRaftMetric. Return type: dict(str, object)
-
raft_metrics¶ [Required] Gets the raft_metrics of this DistributedAutonomousDatabaseRaftMetric. Raft metrics for the Globally distributed autonomous database.
Returns: The raft_metrics of this DistributedAutonomousDatabaseRaftMetric. Return type: dict(str, object)
-