TypeSystem

class oci.data_integration.models.TypeSystem(**kwargs)

Bases: object

The type system maps from and to a type.

Methods

__init__(**kwargs) Initializes a new TypeSystem object with values from keyword arguments.

Attributes

description Gets the description of this TypeSystem.
identifier Gets the identifier of this TypeSystem.
key Gets the key of this TypeSystem.
model_type Gets the model_type of this TypeSystem.
model_version Gets the model_version of this TypeSystem.
name Gets the name of this TypeSystem.
object_status Gets the object_status of this TypeSystem.
object_version Gets the object_version of this TypeSystem.
parent_ref Gets the parent_ref of this TypeSystem.
type_mapping_from Gets the type_mapping_from of this TypeSystem.
type_mapping_to Gets the type_mapping_to of this TypeSystem.
types Gets the types of this TypeSystem.
__init__(**kwargs)

Initializes a new TypeSystem object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • key (str) – The value to assign to the key property of this TypeSystem.
  • model_type (str) – The value to assign to the model_type property of this TypeSystem.
  • model_version (str) – The value to assign to the model_version property of this TypeSystem.
  • parent_ref (oci.data_integration.models.ParentReference) – The value to assign to the parent_ref property of this TypeSystem.
  • name (str) – The value to assign to the name property of this TypeSystem.
  • description (str) – The value to assign to the description property of this TypeSystem.
  • object_version (int) – The value to assign to the object_version property of this TypeSystem.
  • type_mapping_to (dict(str, str)) – The value to assign to the type_mapping_to property of this TypeSystem.
  • type_mapping_from (dict(str, str)) – The value to assign to the type_mapping_from property of this TypeSystem.
  • object_status (int) – The value to assign to the object_status property of this TypeSystem.
  • identifier (str) – The value to assign to the identifier property of this TypeSystem.
  • types (list[oci.data_integration.models.DataType]) – The value to assign to the types property of this TypeSystem.
description

Gets the description of this TypeSystem. A user defined description for the object.

Returns:The description of this TypeSystem.
Return type:str
identifier

Gets the identifier of this TypeSystem. Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.

Returns:The identifier of this TypeSystem.
Return type:str
key

Gets the key of this TypeSystem. The key of the object.

Returns:The key of this TypeSystem.
Return type:str
model_type

Gets the model_type of this TypeSystem. The type of the object.

Returns:The model_type of this TypeSystem.
Return type:str
model_version

Gets the model_version of this TypeSystem. The model version of an object.

Returns:The model_version of this TypeSystem.
Return type:str
name

Gets the name of this TypeSystem. Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.

Returns:The name of this TypeSystem.
Return type:str
object_status

Gets the object_status of this TypeSystem. The status of an object that can be set to value 1 for shallow references across objects, other values reserved.

Returns:The object_status of this TypeSystem.
Return type:int
object_version

Gets the object_version of this TypeSystem. The version of the object that is used to track changes in the object instance.

Returns:The object_version of this TypeSystem.
Return type:int
parent_ref

Gets the parent_ref of this TypeSystem.

Returns:The parent_ref of this TypeSystem.
Return type:oci.data_integration.models.ParentReference
type_mapping_from

Gets the type_mapping_from of this TypeSystem. The type system to map from.

Returns:The type_mapping_from of this TypeSystem.
Return type:dict(str, str)
type_mapping_to

Gets the type_mapping_to of this TypeSystem. The type system to map to.

Returns:The type_mapping_to of this TypeSystem.
Return type:dict(str, str)
types

Gets the types of this TypeSystem. An array of types.

Returns:The types of this TypeSystem.
Return type:list[oci.data_integration.models.DataType]