Uses of Class
com.oracle.bmc.databasetools.model.DatabaseToolsPrivateEndpointReverseConnectionsSourceIp
-
Packages that use DatabaseToolsPrivateEndpointReverseConnectionsSourceIp Package Description com.oracle.bmc.databasetools.model -
-
Uses of DatabaseToolsPrivateEndpointReverseConnectionsSourceIp in com.oracle.bmc.databasetools.model
Methods in com.oracle.bmc.databasetools.model that return DatabaseToolsPrivateEndpointReverseConnectionsSourceIp Modifier and Type Method Description DatabaseToolsPrivateEndpointReverseConnectionsSourceIp
DatabaseToolsPrivateEndpointReverseConnectionsSourceIp.Builder. build()
Methods in com.oracle.bmc.databasetools.model that return types with arguments of type DatabaseToolsPrivateEndpointReverseConnectionsSourceIp Modifier and Type Method Description List<DatabaseToolsPrivateEndpointReverseConnectionsSourceIp>
DatabaseToolsPrivateEndpointReverseConnectionConfiguration. getReverseConnectionsSourceIps()
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.Methods in com.oracle.bmc.databasetools.model with parameters of type DatabaseToolsPrivateEndpointReverseConnectionsSourceIp Modifier and Type Method Description DatabaseToolsPrivateEndpointReverseConnectionsSourceIp.Builder
DatabaseToolsPrivateEndpointReverseConnectionsSourceIp.Builder. copy(DatabaseToolsPrivateEndpointReverseConnectionsSourceIp model)
Method parameters in com.oracle.bmc.databasetools.model with type arguments of type DatabaseToolsPrivateEndpointReverseConnectionsSourceIp Modifier and Type Method Description DatabaseToolsPrivateEndpointReverseConnectionConfiguration.Builder
DatabaseToolsPrivateEndpointReverseConnectionConfiguration.Builder. reverseConnectionsSourceIps(List<DatabaseToolsPrivateEndpointReverseConnectionsSourceIp> reverseConnectionsSourceIps)
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.Constructor parameters in com.oracle.bmc.databasetools.model with type arguments of type DatabaseToolsPrivateEndpointReverseConnectionsSourceIp Constructor Description DatabaseToolsPrivateEndpointReverseConnectionConfiguration(List<DatabaseToolsPrivateEndpointReverseConnectionsSourceIp> reverseConnectionsSourceIps)
Deprecated.
-