UpdateReferenceDetails¶
-
class
oci.data_integration.models.
UpdateReferenceDetails
(**kwargs)¶ Bases:
object
Application references that need to be updated.
Methods
__init__
(**kwargs)Initializes a new UpdateReferenceDetails object with values from keyword arguments. Attributes
child_references
Gets the child_references of this UpdateReferenceDetails. options
Gets the options of this UpdateReferenceDetails. target_object
Gets the target_object of this UpdateReferenceDetails. -
__init__
(**kwargs)¶ Initializes a new UpdateReferenceDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - options (dict(str, str)) – The value to assign to the options property of this UpdateReferenceDetails.
- target_object (object) – The value to assign to the target_object property of this UpdateReferenceDetails.
- child_references (list[oci.data_integration.models.ChildReferenceDetail]) – The value to assign to the child_references property of this UpdateReferenceDetails.
-
child_references
¶ Gets the child_references of this UpdateReferenceDetails. The list of child references that also need to be updated.
Returns: The child_references of this UpdateReferenceDetails. Return type: list[oci.data_integration.models.ChildReferenceDetail]
-
options
¶ Gets the options of this UpdateReferenceDetails. A list of options such as ignoreObjectOnError.
Returns: The options of this UpdateReferenceDetails. Return type: dict(str, str)
-
target_object
¶ Gets the target_object of this UpdateReferenceDetails. The new target object to reference. This should be of type DataAsset. The child references can be of type Connection.
Returns: The target_object of this UpdateReferenceDetails. Return type: object
-