Uses of Class
com.oracle.bmc.batch.model.Vnic
-
Packages that use Vnic Package Description com.oracle.bmc.batch.model -
-
Uses of Vnic in com.oracle.bmc.batch.model
Methods in com.oracle.bmc.batch.model that return Vnic Modifier and Type Method Description VnicVnic.Builder. build()Methods in com.oracle.bmc.batch.model that return types with arguments of type Vnic Modifier and Type Method Description List<Vnic>Network. getVnics()A list of private endpoint’s VNICs.Methods in com.oracle.bmc.batch.model with parameters of type Vnic Modifier and Type Method Description Vnic.BuilderVnic.Builder. copy(Vnic model)Method parameters in com.oracle.bmc.batch.model with type arguments of type Vnic Modifier and Type Method Description Network.BuilderNetwork.Builder. vnics(List<Vnic> vnics)A list of private endpoint’s VNICs.
-