Class DatabaseToolsPrivateEndpointReverseConnectionConfiguration.Builder
- java.lang.Object
- 
- com.oracle.bmc.databasetools.model.DatabaseToolsPrivateEndpointReverseConnectionConfiguration.Builder
 
- 
- Enclosing class:
- DatabaseToolsPrivateEndpointReverseConnectionConfiguration
 
 public static class DatabaseToolsPrivateEndpointReverseConnectionConfiguration.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description DatabaseToolsPrivateEndpointReverseConnectionConfigurationbuild()DatabaseToolsPrivateEndpointReverseConnectionConfiguration.Buildercopy(DatabaseToolsPrivateEndpointReverseConnectionConfiguration model)DatabaseToolsPrivateEndpointReverseConnectionConfiguration.BuilderreverseConnectionsSourceIps(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- 
reverseConnectionsSourceIpspublic 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
 
 - 
buildpublic DatabaseToolsPrivateEndpointReverseConnectionConfiguration build() 
 
- 
 
-