DatabaseToolsPrivateEndpointReverseConnectionsSourceIp¶
-
class
oci.database_tools.models.
DatabaseToolsPrivateEndpointReverseConnectionsSourceIp
(**kwargs)¶ Bases:
object
Source IP information for reverse connection configuration.
Methods
__init__
(**kwargs)Initializes a new DatabaseToolsPrivateEndpointReverseConnectionsSourceIp object with values from keyword arguments. Attributes
source_ip
Gets the source_ip of this DatabaseToolsPrivateEndpointReverseConnectionsSourceIp. -
__init__
(**kwargs)¶ Initializes a new DatabaseToolsPrivateEndpointReverseConnectionsSourceIp object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: source_ip (str) – The value to assign to the source_ip property of this DatabaseToolsPrivateEndpointReverseConnectionsSourceIp.
-
source_ip
¶ Gets the source_ip of this DatabaseToolsPrivateEndpointReverseConnectionsSourceIp. The IP address in the customer’s VCN to be used as the source IP for reverse connection packets traveling from the customer’s VCN to the service’s VCN.
Returns: The source_ip of this DatabaseToolsPrivateEndpointReverseConnectionsSourceIp. Return type: str
-