DatabaseToolsPrivateEndpointReverseConnectionConfiguration¶
-
class
oci.database_tools.models.
DatabaseToolsPrivateEndpointReverseConnectionConfiguration
(**kwargs)¶ Bases:
object
Reverse connection configuration details of the private endpoint.
Methods
__init__
(**kwargs)Initializes a new DatabaseToolsPrivateEndpointReverseConnectionConfiguration object with values from keyword arguments. Attributes
reverse_connections_source_ips
Gets the reverse_connections_source_ips of this DatabaseToolsPrivateEndpointReverseConnectionConfiguration. -
__init__
(**kwargs)¶ Initializes a new DatabaseToolsPrivateEndpointReverseConnectionConfiguration object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: reverse_connections_source_ips (list[oci.database_tools.models.DatabaseToolsPrivateEndpointReverseConnectionsSourceIp]) – The value to assign to the reverse_connections_source_ips property of this DatabaseToolsPrivateEndpointReverseConnectionConfiguration.
-
reverse_connections_source_ips
¶ Gets the reverse_connections_source_ips of this DatabaseToolsPrivateEndpointReverseConnectionConfiguration. A list of IP addresses in the customer VCN to be used as the source IPs for reverse connection packets traveling from the service’s VCN to the customer’s VCN.
Returns: The reverse_connections_source_ips of this DatabaseToolsPrivateEndpointReverseConnectionConfiguration. Return type: list[oci.database_tools.models.DatabaseToolsPrivateEndpointReverseConnectionsSourceIp]
-