Uses of Class
com.oracle.bmc.core.model.LocalPeeringGateway
-
Packages that use LocalPeeringGateway Package Description com.oracle.bmc.core com.oracle.bmc.core.model com.oracle.bmc.core.responses -
-
Uses of LocalPeeringGateway in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return types with arguments of type LocalPeeringGateway Modifier and Type Method Description Iterable<LocalPeeringGateway>
VirtualNetworkPaginators. listLocalPeeringGatewaysRecordIterator(ListLocalPeeringGatewaysRequest request)
Creates a new iterable which will iterate over theLocalPeeringGateway
objects contained in responses from the listLocalPeeringGateways operation. -
Uses of LocalPeeringGateway in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return LocalPeeringGateway Modifier and Type Method Description LocalPeeringGateway
LocalPeeringGateway.Builder. build()
Methods in com.oracle.bmc.core.model with parameters of type LocalPeeringGateway Modifier and Type Method Description LocalPeeringGateway.Builder
LocalPeeringGateway.Builder. copy(LocalPeeringGateway model)
-
Uses of LocalPeeringGateway in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return LocalPeeringGateway Modifier and Type Method Description LocalPeeringGateway
CreateLocalPeeringGatewayResponse. getLocalPeeringGateway()
The returned LocalPeeringGateway instance.LocalPeeringGateway
GetLocalPeeringGatewayResponse. getLocalPeeringGateway()
The returned LocalPeeringGateway instance.LocalPeeringGateway
UpdateLocalPeeringGatewayResponse. getLocalPeeringGateway()
The returned LocalPeeringGateway instance.Methods in com.oracle.bmc.core.responses that return types with arguments of type LocalPeeringGateway Modifier and Type Method Description List<LocalPeeringGateway>
ListLocalPeeringGatewaysResponse. getItems()
A list of com.oracle.bmc.core.model.LocalPeeringGateway instances.Methods in com.oracle.bmc.core.responses with parameters of type LocalPeeringGateway Modifier and Type Method Description CreateLocalPeeringGatewayResponse.Builder
CreateLocalPeeringGatewayResponse.Builder. localPeeringGateway(LocalPeeringGateway localPeeringGateway)
The returned LocalPeeringGateway instance.GetLocalPeeringGatewayResponse.Builder
GetLocalPeeringGatewayResponse.Builder. localPeeringGateway(LocalPeeringGateway localPeeringGateway)
The returned LocalPeeringGateway instance.UpdateLocalPeeringGatewayResponse.Builder
UpdateLocalPeeringGatewayResponse.Builder. localPeeringGateway(LocalPeeringGateway localPeeringGateway)
The returned LocalPeeringGateway instance.Method parameters in com.oracle.bmc.core.responses with type arguments of type LocalPeeringGateway Modifier and Type Method Description ListLocalPeeringGatewaysResponse.Builder
ListLocalPeeringGatewaysResponse.Builder. items(List<LocalPeeringGateway> items)
A list of com.oracle.bmc.core.model.LocalPeeringGateway instances.
-