Package | Description |
---|---|
com.oracle.bmc.core | |
com.oracle.bmc.core.model | |
com.oracle.bmc.core.responses |
Modifier and Type | Method and Description |
---|---|
Iterable<Vlan> |
VirtualNetworkPaginators.listVlansRecordIterator(ListVlansRequest request)
Creates a new iterable which will iterate over the
Vlan
objects contained in responses from the listVlans operation. |
Modifier and Type | Method and Description |
---|---|
Vlan |
Vlan.Builder.build() |
Modifier and Type | Method and Description |
---|---|
Vlan.Builder |
Vlan.Builder.copy(Vlan model) |
Modifier and Type | Method and Description |
---|---|
Vlan |
CreateVlanResponse.getVlan()
The returned
Vlan instance. |
Vlan |
GetVlanResponse.getVlan()
The returned
Vlan instance. |
Vlan |
UpdateVlanResponse.getVlan()
The returned
Vlan instance. |
Modifier and Type | Method and Description |
---|---|
List<Vlan> |
ListVlansResponse.getItems()
A list of
com.oracle.bmc.core.model.Vlan instances. |
Modifier and Type | Method and 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. |
Modifier and Type | Method and Description |
---|---|
ListVlansResponse.Builder |
ListVlansResponse.Builder.items(List<Vlan> items)
A list of
com.oracle.bmc.core.model.Vlan instances. |
Copyright © 2016–2024. All rights reserved.