Class DatabaseToolsPrivateEndpointReverseConnectionConfiguration.Builder
- java.lang.Object
-
- com.oracle.bmc.databasetools.model.DatabaseToolsPrivateEndpointReverseConnectionConfiguration.Builder
-
- Enclosing class:
- DatabaseToolsPrivateEndpointReverseConnectionConfiguration
public static class DatabaseToolsPrivateEndpointReverseConnectionConfiguration.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DatabaseToolsPrivateEndpointReverseConnectionConfiguration
build()
DatabaseToolsPrivateEndpointReverseConnectionConfiguration.Builder
copy(DatabaseToolsPrivateEndpointReverseConnectionConfiguration model)
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.
-
-
-
Method Detail
-
reverseConnectionsSourceIps
public 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.- Parameters:
reverseConnectionsSourceIps
- the value to set- Returns:
- this builder
-
build
public DatabaseToolsPrivateEndpointReverseConnectionConfiguration build()
-
-