CreateExecuteOperationJobDetails¶
-
class
oci.data_connectivity.models.
CreateExecuteOperationJobDetails
(**kwargs)¶ Bases:
object
Input details to execute operation.
Methods
__init__
(**kwargs)Initializes a new CreateExecuteOperationJobDetails object with values from keyword arguments. Attributes
call_operation_config
Gets the call_operation_config of this CreateExecuteOperationJobDetails. input_records
Gets the input_records of this CreateExecuteOperationJobDetails. operation
Gets the operation of this CreateExecuteOperationJobDetails. -
__init__
(**kwargs)¶ Initializes a new CreateExecuteOperationJobDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - operation (oci.data_connectivity.models.Operation) – The value to assign to the operation property of this CreateExecuteOperationJobDetails.
- call_operation_config (oci.data_connectivity.models.CallOperationConfig) – The value to assign to the call_operation_config property of this CreateExecuteOperationJobDetails.
- input_records (list[oci.data_connectivity.models.OperationInputRecord]) – The value to assign to the input_records property of this CreateExecuteOperationJobDetails.
-
call_operation_config
¶ Gets the call_operation_config of this CreateExecuteOperationJobDetails.
Returns: The call_operation_config of this CreateExecuteOperationJobDetails. Return type: oci.data_connectivity.models.CallOperationConfig
-
input_records
¶ Gets the input_records of this CreateExecuteOperationJobDetails. Collection of input parameters supplied.
Returns: The input_records of this CreateExecuteOperationJobDetails. Return type: list[oci.data_connectivity.models.OperationInputRecord]
-
operation
¶ Gets the operation of this CreateExecuteOperationJobDetails.
Returns: The operation of this CreateExecuteOperationJobDetails. Return type: oci.data_connectivity.models.Operation
-