Uses of Class
com.oracle.bmc.batch.model.Vnic.Builder
-
Packages that use Vnic.Builder Package Description com.oracle.bmc.batch.model -
-
Uses of Vnic.Builder in com.oracle.bmc.batch.model
Methods in com.oracle.bmc.batch.model that return Vnic.Builder Modifier and Type Method Description static Vnic.BuilderVnic. builder()Create a new builder.Vnic.BuilderVnic.Builder. copy(Vnic model)Vnic.BuilderVnic.Builder. id(String id)The OCID of the private endpoint’s VNIC, which resides in the customer’s VCN.Vnic.BuilderVnic.Builder. sourceIps(List<String> sourceIps)A list of private IP addresses (in the customer’s VCN) that represent access points for the service.Vnic.BuilderVnic. toBuilder()
-