Uses of Class
com.oracle.bmc.integration.model.PrivateEndpointOutboundConnection.Builder
-
Packages that use PrivateEndpointOutboundConnection.Builder Package Description com.oracle.bmc.integration.model -
-
Uses of PrivateEndpointOutboundConnection.Builder in com.oracle.bmc.integration.model
Methods in com.oracle.bmc.integration.model that return PrivateEndpointOutboundConnection.Builder Modifier and Type Method Description static PrivateEndpointOutboundConnection.Builder
PrivateEndpointOutboundConnection. builder()
Create a new builder.PrivateEndpointOutboundConnection.Builder
PrivateEndpointOutboundConnection.Builder. copy(PrivateEndpointOutboundConnection model)
PrivateEndpointOutboundConnection.Builder
PrivateEndpointOutboundConnection.Builder. nsgIds(List<String> nsgIds)
One or more Network security group Ids.PrivateEndpointOutboundConnection.Builder
PrivateEndpointOutboundConnection.Builder. subnetId(String subnetId)
Customer Private Network VCN Subnet OCID.PrivateEndpointOutboundConnection.Builder
PrivateEndpointOutboundConnection. toBuilder()
-