ReferencedDataObjectFromProcedure¶
-
class
oci.data_integration.models.
ReferencedDataObjectFromProcedure
(**kwargs)¶ Bases:
oci.data_integration.models.referenced_data_object.ReferencedDataObject
The input procedure object.
Attributes
MODEL_TYPE_API
str(object=’’) -> str MODEL_TYPE_PROCEDURE
str(object=’’) -> str external_key
Gets the external_key of this ReferencedDataObject. key
Gets the key of this ReferencedDataObjectFromProcedure. 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 ReferencedDataObjectFromProcedure 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'¶
-
MODEL_TYPE_PROCEDURE
= 'PROCEDURE'¶
-
__init__
(**kwargs)¶ Initializes a new ReferencedDataObjectFromProcedure object with values from keyword arguments. The default value of the
model_type
attribute of this class isPROCEDURE
and it should not be changed. 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 ReferencedDataObjectFromProcedure. Allowed values for this property are: “PROCEDURE”, “API”
- model_version (str) – The value to assign to the model_version property of this ReferencedDataObjectFromProcedure.
- parent_ref (oci.data_integration.models.ParentReference) – The value to assign to the parent_ref property of this ReferencedDataObjectFromProcedure.
- name (str) – The value to assign to the name property of this ReferencedDataObjectFromProcedure.
- object_version (int) – The value to assign to the object_version property of this ReferencedDataObjectFromProcedure.
- resource_name (str) – The value to assign to the resource_name property of this ReferencedDataObjectFromProcedure.
- object_status (int) – The value to assign to the object_status property of this ReferencedDataObjectFromProcedure.
- external_key (str) – The value to assign to the external_key property of this ReferencedDataObjectFromProcedure.
- key (str) – The value to assign to the key property of this ReferencedDataObjectFromProcedure.
-
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.
-
key
¶ Gets the key of this ReferencedDataObjectFromProcedure. The object key.
Returns: The key of this ReferencedDataObjectFromProcedure. Return type: str
-
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
-