AbstractDataOperationConfig¶
-
class
oci.data_integration.models.
AbstractDataOperationConfig
(**kwargs)¶ Bases:
object
The information about the data operation.
Attributes
MODEL_TYPE_READ_OPERATION_CONFIG
A constant which can be used with the model_type property of a AbstractDataOperationConfig. MODEL_TYPE_WRITE_OPERATION_CONFIG
A constant which can be used with the model_type property of a AbstractDataOperationConfig. model_type
[Required] Gets the model_type of this AbstractDataOperationConfig. Methods
__init__
(**kwargs)Initializes a new AbstractDataOperationConfig object with values from keyword arguments. get_subtype
(object_dictionary)Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. -
MODEL_TYPE_READ_OPERATION_CONFIG
= 'READ_OPERATION_CONFIG'¶ A constant which can be used with the model_type property of a AbstractDataOperationConfig. This constant has a value of “READ_OPERATION_CONFIG”
-
MODEL_TYPE_WRITE_OPERATION_CONFIG
= 'WRITE_OPERATION_CONFIG'¶ A constant which can be used with the model_type property of a AbstractDataOperationConfig. This constant has a value of “WRITE_OPERATION_CONFIG”
-
__init__
(**kwargs)¶ Initializes a new AbstractDataOperationConfig object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class:
The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: model_type (str) – The value to assign to the model_type property of this AbstractDataOperationConfig. Allowed values for this property are: “READ_OPERATION_CONFIG”, “WRITE_OPERATION_CONFIG”
-
static
get_subtype
(object_dictionary)¶ Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
-
model_type
¶ [Required] Gets the model_type of this AbstractDataOperationConfig. The type of data operation.
Allowed values for this property are: “READ_OPERATION_CONFIG”, “WRITE_OPERATION_CONFIG”
Returns: The model_type of this AbstractDataOperationConfig. Return type: str
-