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