Uses of Class
com.oracle.bmc.core.model.Vcn
-
Packages that use Vcn Package Description com.oracle.bmc.core com.oracle.bmc.core.model com.oracle.bmc.core.responses -
-
Uses of Vcn in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return types with arguments of type Vcn Modifier and Type Method Description Iterable<Vcn>VirtualNetworkPaginators. listVcnsRecordIterator(ListVcnsRequest request)Creates a new iterable which will iterate over theVcnobjects contained in responses from the listVcns operation. -
Uses of Vcn in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return Vcn Modifier and Type Method Description VcnVcn.Builder. build()Methods in com.oracle.bmc.core.model with parameters of type Vcn Modifier and Type Method Description Vcn.BuilderVcn.Builder. copy(Vcn model) -
Uses of Vcn in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return Vcn Modifier and Type Method Description VcnCreateVcnResponse. getVcn()The returned Vcn instance.VcnGetVcnResponse. getVcn()The returned Vcn instance.VcnUpdateVcnResponse. getVcn()The returned Vcn instance.Methods in com.oracle.bmc.core.responses that return types with arguments of type Vcn Modifier and Type Method Description List<Vcn>ListVcnsResponse. getItems()A list of com.oracle.bmc.core.model.Vcn instances.Methods in com.oracle.bmc.core.responses with parameters of type Vcn Modifier and Type Method Description CreateVcnResponse.BuilderCreateVcnResponse.Builder. vcn(Vcn vcn)The returned Vcn instance.GetVcnResponse.BuilderGetVcnResponse.Builder. vcn(Vcn vcn)The returned Vcn instance.UpdateVcnResponse.BuilderUpdateVcnResponse.Builder. vcn(Vcn vcn)The returned Vcn instance.Method parameters in com.oracle.bmc.core.responses with type arguments of type Vcn Modifier and Type Method Description ListVcnsResponse.BuilderListVcnsResponse.Builder. items(List<Vcn> items)A list of com.oracle.bmc.core.model.Vcn instances.
-