Type¶
-
class
oci.data_connectivity.models.
Type
(**kwargs)¶ Bases:
object
DataAsset & Connection Registry Attributes
Methods
__init__
(**kwargs)Initializes a new Type object with values from keyword arguments. Attributes
connection_attributes
[Required] Gets the connection_attributes of this Type. data_asset_attributes
[Required] Gets the data_asset_attributes of this Type. -
__init__
(**kwargs)¶ Initializes a new Type object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - data_asset_attributes (list[oci.data_connectivity.models.Attribute]) – The value to assign to the data_asset_attributes property of this Type.
- connection_attributes (dict(str, list[Attribute])) – The value to assign to the connection_attributes property of this Type.
-
connection_attributes
¶ [Required] Gets the connection_attributes of this Type. Map of connectionType as key and List of attributes as value
Returns: The connection_attributes of this Type. Return type: dict(str, list[Attribute])
-
data_asset_attributes
¶ [Required] Gets the data_asset_attributes of this Type. list of attributes for the dataAsset
Returns: The data_asset_attributes of this Type. Return type: list[oci.data_connectivity.models.Attribute]
-