DistributedAutonomousDatabaseRuChangeLogSummary¶
-
class
oci.distributed_database_v26.models.DistributedAutonomousDatabaseRuChangeLogSummary(**kwargs)¶ Bases:
objectOne move RU invocation record for the Globally distributed autonomous database.
Attributes
STATUS_COMPLETEDA constant which can be used with the status property of a DistributedAutonomousDatabaseRuChangeLogSummary. STATUS_FAILEDA constant which can be used with the status property of a DistributedAutonomousDatabaseRuChangeLogSummary. STATUS_IN_PROGRESSA constant which can be used with the status property of a DistributedAutonomousDatabaseRuChangeLogSummary. STATUS_QUEUEDA constant which can be used with the status property of a DistributedAutonomousDatabaseRuChangeLogSummary. ru_idGets the ru_id of this DistributedAutonomousDatabaseRuChangeLogSummary. source_shard_nameGets the source_shard_name of this DistributedAutonomousDatabaseRuChangeLogSummary. statusGets the status of this DistributedAutonomousDatabaseRuChangeLogSummary. target_shard_nameGets the target_shard_name of this DistributedAutonomousDatabaseRuChangeLogSummary. time_createdGets the time_created of this DistributedAutonomousDatabaseRuChangeLogSummary. time_updatedGets the time_updated of this DistributedAutonomousDatabaseRuChangeLogSummary. triggered_byGets the triggered_by of this DistributedAutonomousDatabaseRuChangeLogSummary. Methods
__init__(**kwargs)Initializes a new DistributedAutonomousDatabaseRuChangeLogSummary object with values from keyword arguments. -
STATUS_COMPLETED= 'COMPLETED'¶ A constant which can be used with the status property of a DistributedAutonomousDatabaseRuChangeLogSummary. This constant has a value of “COMPLETED”
-
STATUS_FAILED= 'FAILED'¶ A constant which can be used with the status property of a DistributedAutonomousDatabaseRuChangeLogSummary. This constant has a value of “FAILED”
-
STATUS_IN_PROGRESS= 'IN_PROGRESS'¶ A constant which can be used with the status property of a DistributedAutonomousDatabaseRuChangeLogSummary. This constant has a value of “IN_PROGRESS”
-
STATUS_QUEUED= 'QUEUED'¶ A constant which can be used with the status property of a DistributedAutonomousDatabaseRuChangeLogSummary. This constant has a value of “QUEUED”
-
__init__(**kwargs)¶ Initializes a new DistributedAutonomousDatabaseRuChangeLogSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - source_shard_name (str) – The value to assign to the source_shard_name property of this DistributedAutonomousDatabaseRuChangeLogSummary.
- target_shard_name (str) – The value to assign to the target_shard_name property of this DistributedAutonomousDatabaseRuChangeLogSummary.
- ru_id (str) – The value to assign to the ru_id property of this DistributedAutonomousDatabaseRuChangeLogSummary.
- status (str) – The value to assign to the status property of this DistributedAutonomousDatabaseRuChangeLogSummary. Allowed values for this property are: “FAILED”, “QUEUED”, “IN_PROGRESS”, “COMPLETED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- triggered_by (str) – The value to assign to the triggered_by property of this DistributedAutonomousDatabaseRuChangeLogSummary.
- time_created (datetime) – The value to assign to the time_created property of this DistributedAutonomousDatabaseRuChangeLogSummary.
- time_updated (datetime) – The value to assign to the time_updated property of this DistributedAutonomousDatabaseRuChangeLogSummary.
-
ru_id¶ Gets the ru_id of this DistributedAutonomousDatabaseRuChangeLogSummary. Replication unit identifier associated with the invocation.
Returns: The ru_id of this DistributedAutonomousDatabaseRuChangeLogSummary. Return type: str
-
source_shard_name¶ Gets the source_shard_name of this DistributedAutonomousDatabaseRuChangeLogSummary. Source shard for move RU invocation.
Returns: The source_shard_name of this DistributedAutonomousDatabaseRuChangeLogSummary. Return type: str
-
status¶ Gets the status of this DistributedAutonomousDatabaseRuChangeLogSummary. Current or terminal status of the move RU invocation.
Allowed values for this property are: “FAILED”, “QUEUED”, “IN_PROGRESS”, “COMPLETED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The status of this DistributedAutonomousDatabaseRuChangeLogSummary. Return type: str
-
target_shard_name¶ Gets the target_shard_name of this DistributedAutonomousDatabaseRuChangeLogSummary. Target shard for move RU invocation.
Returns: The target_shard_name of this DistributedAutonomousDatabaseRuChangeLogSummary. Return type: str
-
time_created¶ Gets the time_created of this DistributedAutonomousDatabaseRuChangeLogSummary. Entry creation timestamp in UTC.
Returns: The time_created of this DistributedAutonomousDatabaseRuChangeLogSummary. Return type: datetime
-
time_updated¶ Gets the time_updated of this DistributedAutonomousDatabaseRuChangeLogSummary. Entry update timestamp in UTC.
Returns: The time_updated of this DistributedAutonomousDatabaseRuChangeLogSummary. Return type: datetime
-
triggered_by¶ Gets the triggered_by of this DistributedAutonomousDatabaseRuChangeLogSummary. Actor who triggered the move RU invocation.
Returns: The triggered_by of this DistributedAutonomousDatabaseRuChangeLogSummary. Return type: str
-