PipelineRunningProcessSummary¶
-
class
oci.golden_gate.models.
PipelineRunningProcessSummary
(**kwargs)¶ Bases:
object
Each replication process and their summary details.
Attributes
PROCESS_TYPE_EXTRACT
A constant which can be used with the process_type property of a PipelineRunningProcessSummary. PROCESS_TYPE_REPLICAT
A constant which can be used with the process_type property of a PipelineRunningProcessSummary. STATUS_ERROR
A constant which can be used with the status property of a PipelineRunningProcessSummary. STATUS_RUNNING
A constant which can be used with the status property of a PipelineRunningProcessSummary. STATUS_STOPPED
A constant which can be used with the status property of a PipelineRunningProcessSummary. last_record_lag_in_seconds
[Required] Gets the last_record_lag_in_seconds of this PipelineRunningProcessSummary. name
[Required] Gets the name of this PipelineRunningProcessSummary. process_type
[Required] Gets the process_type of this PipelineRunningProcessSummary. status
[Required] Gets the status of this PipelineRunningProcessSummary. time_last_processed
[Required] Gets the time_last_processed of this PipelineRunningProcessSummary. Methods
__init__
(**kwargs)Initializes a new PipelineRunningProcessSummary object with values from keyword arguments. -
PROCESS_TYPE_EXTRACT
= 'EXTRACT'¶ A constant which can be used with the process_type property of a PipelineRunningProcessSummary. This constant has a value of “EXTRACT”
-
PROCESS_TYPE_REPLICAT
= 'REPLICAT'¶ A constant which can be used with the process_type property of a PipelineRunningProcessSummary. This constant has a value of “REPLICAT”
-
STATUS_ERROR
= 'ERROR'¶ A constant which can be used with the status property of a PipelineRunningProcessSummary. This constant has a value of “ERROR”
-
STATUS_RUNNING
= 'RUNNING'¶ A constant which can be used with the status property of a PipelineRunningProcessSummary. This constant has a value of “RUNNING”
-
STATUS_STOPPED
= 'STOPPED'¶ A constant which can be used with the status property of a PipelineRunningProcessSummary. This constant has a value of “STOPPED”
-
__init__
(**kwargs)¶ Initializes a new PipelineRunningProcessSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - name (str) – The value to assign to the name property of this PipelineRunningProcessSummary.
- process_type (str) – The value to assign to the process_type property of this PipelineRunningProcessSummary. Allowed values for this property are: “EXTRACT”, “REPLICAT”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- status (str) – The value to assign to the status property of this PipelineRunningProcessSummary. Allowed values for this property are: “STOPPED”, “RUNNING”, “ERROR”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- last_record_lag_in_seconds (float) – The value to assign to the last_record_lag_in_seconds property of this PipelineRunningProcessSummary.
- time_last_processed (datetime) – The value to assign to the time_last_processed property of this PipelineRunningProcessSummary.
-
last_record_lag_in_seconds
¶ [Required] Gets the last_record_lag_in_seconds of this PipelineRunningProcessSummary. The latency, in seconds, of a process running in a replication. This option applies when retrieving running processes.
Returns: The last_record_lag_in_seconds of this PipelineRunningProcessSummary. Return type: float
-
name
¶ [Required] Gets the name of this PipelineRunningProcessSummary. An object’s Display Name.
Returns: The name of this PipelineRunningProcessSummary. Return type: str
-
process_type
¶ [Required] Gets the process_type of this PipelineRunningProcessSummary. The type of process running in a replication. For example, Extract or Replicat. This option applies when retrieving running processes.
Allowed values for this property are: “EXTRACT”, “REPLICAT”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The process_type of this PipelineRunningProcessSummary. Return type: str
-
status
¶ [Required] Gets the status of this PipelineRunningProcessSummary. The status of the Extract or Replicat process. This option applies when retrieving running processes.
Allowed values for this property are: “STOPPED”, “RUNNING”, “ERROR”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The status of this PipelineRunningProcessSummary. Return type: str
-
time_last_processed
¶ [Required] Gets the time_last_processed of this PipelineRunningProcessSummary. The date and time the last record was processed by an Extract or Replicat. This option applies when retrieving running processes. The format is defined by RFC3339, such as 2024-07-25T21:10:29.600Z.
Returns: The time_last_processed of this PipelineRunningProcessSummary. Return type: datetime
-