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