Uses of Class
com.oracle.bmc.core.model.Vlan
-
Packages that use Vlan Package Description com.oracle.bmc.core com.oracle.bmc.core.model com.oracle.bmc.core.responses -
-
Uses of Vlan in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return types with arguments of type Vlan Modifier and Type Method Description Iterable<Vlan>
VirtualNetworkPaginators. listVlansRecordIterator(ListVlansRequest request)
Creates a new iterable which will iterate over theVlan
objects contained in responses from the listVlans operation. -
Uses of Vlan in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return Vlan Modifier and Type Method Description Vlan
Vlan.Builder. build()
Methods in com.oracle.bmc.core.model with parameters of type Vlan Modifier and Type Method Description Vlan.Builder
Vlan.Builder. copy(Vlan model)
-
Uses of Vlan in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return Vlan Modifier and Type Method Description Vlan
CreateVlanResponse. getVlan()
The returned Vlan instance.Vlan
GetVlanResponse. getVlan()
The returned Vlan instance.Vlan
UpdateVlanResponse. getVlan()
The returned Vlan instance.Methods in com.oracle.bmc.core.responses that return types with arguments of type Vlan Modifier and Type Method Description List<Vlan>
ListVlansResponse. getItems()
A list of com.oracle.bmc.core.model.Vlan instances.Methods in com.oracle.bmc.core.responses with parameters of type Vlan Modifier and Type Method Description CreateVlanResponse.Builder
CreateVlanResponse.Builder. vlan(Vlan vlan)
The returned Vlan instance.GetVlanResponse.Builder
GetVlanResponse.Builder. vlan(Vlan vlan)
The returned Vlan instance.UpdateVlanResponse.Builder
UpdateVlanResponse.Builder. vlan(Vlan vlan)
The returned Vlan instance.Method parameters in com.oracle.bmc.core.responses with type arguments of type Vlan Modifier and Type Method Description ListVlansResponse.Builder
ListVlansResponse.Builder. items(List<Vlan> items)
A list of com.oracle.bmc.core.model.Vlan instances.
-