Uses of Class
com.oracle.bmc.devops.model.PrivateEndpointChannel.Builder
-
Packages that use PrivateEndpointChannel.Builder Package Description com.oracle.bmc.devops.model -
-
Uses of PrivateEndpointChannel.Builder in com.oracle.bmc.devops.model
Methods in com.oracle.bmc.devops.model that return PrivateEndpointChannel.Builder Modifier and Type Method Description static PrivateEndpointChannel.Builder
PrivateEndpointChannel. builder()
Create a new builder.PrivateEndpointChannel.Builder
PrivateEndpointChannel.Builder. copy(PrivateEndpointChannel model)
PrivateEndpointChannel.Builder
PrivateEndpointChannel.Builder. nsgIds(List<String> nsgIds)
An array of network security group OCIDs.PrivateEndpointChannel.Builder
PrivateEndpointChannel.Builder. subnetId(String subnetId)
The OCID of the subnet where VNIC resources will be created for private endpoint.PrivateEndpointChannel.Builder
PrivateEndpointChannel. toBuilder()
-