ReferencedDataObject

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

Bases: object

The input Operation for which derived entity is to be formed.

Attributes

MODEL_TYPE_API A constant which can be used with the model_type property of a ReferencedDataObject.
MODEL_TYPE_PROCEDURE A constant which can be used with the model_type property of a ReferencedDataObject.
external_key Gets the external_key of this ReferencedDataObject.
model_type [Required] Gets the model_type of this ReferencedDataObject.
model_version Gets the model_version of this ReferencedDataObject.
name Gets the name of this ReferencedDataObject.
object_status Gets the object_status of this ReferencedDataObject.
object_version Gets the object_version of this ReferencedDataObject.
parent_ref Gets the parent_ref of this ReferencedDataObject.
resource_name Gets the resource_name of this ReferencedDataObject.

Methods

__init__(**kwargs) Initializes a new ReferencedDataObject 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_API = 'API'

A constant which can be used with the model_type property of a ReferencedDataObject. This constant has a value of “API”

MODEL_TYPE_PROCEDURE = 'PROCEDURE'

A constant which can be used with the model_type property of a ReferencedDataObject. This constant has a value of “PROCEDURE”

__init__(**kwargs)

Initializes a new ReferencedDataObject 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 ReferencedDataObject. Allowed values for this property are: “PROCEDURE”, “API”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • model_version (str) – The value to assign to the model_version property of this ReferencedDataObject.
  • parent_ref (oci.data_integration.models.ParentReference) – The value to assign to the parent_ref property of this ReferencedDataObject.
  • name (str) – The value to assign to the name property of this ReferencedDataObject.
  • object_version (int) – The value to assign to the object_version property of this ReferencedDataObject.
  • resource_name (str) – The value to assign to the resource_name property of this ReferencedDataObject.
  • object_status (int) – The value to assign to the object_status property of this ReferencedDataObject.
  • external_key (str) – The value to assign to the external_key property of this ReferencedDataObject.
external_key

Gets the external_key of this ReferencedDataObject. The external key for the object.

Returns:The external_key of this ReferencedDataObject.
Return type:str
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 ReferencedDataObject. The input Operation type.

Allowed values for this property are: “PROCEDURE”, “API”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

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

Gets the model_version of this ReferencedDataObject. The object’s model version.

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

Gets the name of this ReferencedDataObject. 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 ReferencedDataObject.
Return type:str
object_status

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

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

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

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

Gets the parent_ref of this ReferencedDataObject.

Returns:The parent_ref of this ReferencedDataObject.
Return type:oci.data_integration.models.ParentReference
resource_name

Gets the resource_name of this ReferencedDataObject. The resource name.

Returns:The resource_name of this ReferencedDataObject.
Return type:str