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 theLocalPeeringGatewayobjects 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 LocalPeeringGatewayLocalPeeringGateway.Builder. build()Methods in com.oracle.bmc.core.model with parameters of type LocalPeeringGateway Modifier and Type Method Description LocalPeeringGateway.BuilderLocalPeeringGateway.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 LocalPeeringGatewayCreateLocalPeeringGatewayResponse. getLocalPeeringGateway()The returned LocalPeeringGateway instance.LocalPeeringGatewayGetLocalPeeringGatewayResponse. getLocalPeeringGateway()The returned LocalPeeringGateway instance.LocalPeeringGatewayUpdateLocalPeeringGatewayResponse. 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.BuilderCreateLocalPeeringGatewayResponse.Builder. localPeeringGateway(LocalPeeringGateway localPeeringGateway)The returned LocalPeeringGateway instance.GetLocalPeeringGatewayResponse.BuilderGetLocalPeeringGatewayResponse.Builder. localPeeringGateway(LocalPeeringGateway localPeeringGateway)The returned LocalPeeringGateway instance.UpdateLocalPeeringGatewayResponse.BuilderUpdateLocalPeeringGatewayResponse.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.BuilderListLocalPeeringGatewaysResponse.Builder. items(List<LocalPeeringGateway> items)A list of com.oracle.bmc.core.model.LocalPeeringGateway instances.
-