ExecuteOperationJobDetails¶
-
class
oci.data_connectivity.models.
ExecuteOperationJobDetails
(**kwargs)¶ Bases:
object
Contains details of executeOperationJob.
Attributes
STATUS_FAILED
A constant which can be used with the status property of a ExecuteOperationJobDetails. STATUS_SUCCESS
A constant which can be used with the status property of a ExecuteOperationJobDetails. error_message
Gets the error_message of this ExecuteOperationJobDetails. execute_operation_job_id
[Required] Gets the execute_operation_job_id of this ExecuteOperationJobDetails. status
[Required] Gets the status of this ExecuteOperationJobDetails. Methods
__init__
(**kwargs)Initializes a new ExecuteOperationJobDetails object with values from keyword arguments. -
STATUS_FAILED
= 'FAILED'¶ A constant which can be used with the status property of a ExecuteOperationJobDetails. This constant has a value of “FAILED”
-
STATUS_SUCCESS
= 'SUCCESS'¶ A constant which can be used with the status property of a ExecuteOperationJobDetails. This constant has a value of “SUCCESS”
-
__init__
(**kwargs)¶ Initializes a new ExecuteOperationJobDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - execute_operation_job_id (str) – The value to assign to the execute_operation_job_id property of this ExecuteOperationJobDetails.
- status (str) – The value to assign to the status property of this ExecuteOperationJobDetails. Allowed values for this property are: “FAILED”, “SUCCESS”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- error_message (str) – The value to assign to the error_message property of this ExecuteOperationJobDetails.
-
error_message
¶ Gets the error_message of this ExecuteOperationJobDetails. Error message if job creation is failed.
Returns: The error_message of this ExecuteOperationJobDetails. Return type: str
-
execute_operation_job_id
¶ [Required] Gets the execute_operation_job_id of this ExecuteOperationJobDetails. Job id to track job status.
Returns: The execute_operation_job_id of this ExecuteOperationJobDetails. Return type: str
-
status
¶ [Required] Gets the status of this ExecuteOperationJobDetails. The status of job
Allowed values for this property are: “FAILED”, “SUCCESS”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The status of this ExecuteOperationJobDetails. Return type: str
-