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