UpdateDataflowConnections¶
-
class
oci.dif.models.UpdateDataflowConnections(**kwargs)¶ Bases:
objectDetails for connections to other services from Dataflow.
Methods
__init__(**kwargs)Initializes a new UpdateDataflowConnections object with values from keyword arguments. Attributes
connection_details[Required] Gets the connection_details of this UpdateDataflowConnections. -
__init__(**kwargs)¶ Initializes a new UpdateDataflowConnections object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: connection_details (oci.dif.models.DataflowConnectionDetails) – The value to assign to the connection_details property of this UpdateDataflowConnections.
-
connection_details¶ [Required] Gets the connection_details of this UpdateDataflowConnections.
Returns: The connection_details of this UpdateDataflowConnections. Return type: oci.dif.models.DataflowConnectionDetails
-