CreateEntityShapeDetails¶
- 
class oci.data_integration.models.CreateEntityShapeDetails(**kwargs)¶
- Bases: - object- The data entity shape object. - Attributes - MODEL_TYPE_FILE_ENTITY- A constant which can be used with the model_type property of a CreateEntityShapeDetails. - MODEL_TYPE_OBJECT_ENTITY- A constant which can be used with the model_type property of a CreateEntityShapeDetails. - MODEL_TYPE_SQL_ENTITY- A constant which can be used with the model_type property of a CreateEntityShapeDetails. - model_type- [Required] Gets the model_type of this CreateEntityShapeDetails. - Methods - __init__(**kwargs)- Initializes a new CreateEntityShapeDetails 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_FILE_ENTITY= 'FILE_ENTITY'¶
- A constant which can be used with the model_type property of a CreateEntityShapeDetails. This constant has a value of “FILE_ENTITY” 
 - 
MODEL_TYPE_OBJECT_ENTITY= 'OBJECT_ENTITY'¶
- A constant which can be used with the model_type property of a CreateEntityShapeDetails. This constant has a value of “OBJECT_ENTITY” 
 - 
MODEL_TYPE_SQL_ENTITY= 'SQL_ENTITY'¶
- A constant which can be used with the model_type property of a CreateEntityShapeDetails. This constant has a value of “SQL_ENTITY” 
 - 
__init__(**kwargs)¶
- Initializes a new CreateEntityShapeDetails 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 CreateEntityShapeDetails. Allowed values for this property are: “FILE_ENTITY”, “SQL_ENTITY”, “OBJECT_ENTITY” 
 - 
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 CreateEntityShapeDetails. The data entity type. - Allowed values for this property are: “FILE_ENTITY”, “SQL_ENTITY”, “OBJECT_ENTITY” - Returns: - The model_type of this CreateEntityShapeDetails. - Return type: - str 
 
-