Uses of Class
com.oracle.bmc.core.requests.CreateLocalPeeringGatewayRequest
-
Packages that use CreateLocalPeeringGatewayRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of CreateLocalPeeringGatewayRequest in com.oracle.bmc.core
Methods in com.oracle.bmc.core with parameters of type CreateLocalPeeringGatewayRequest Modifier and Type Method Description CreateLocalPeeringGatewayResponse
VirtualNetwork. createLocalPeeringGateway(CreateLocalPeeringGatewayRequest request)
Creates a new local peering gateway (LPG) for the specified VCN.Future<CreateLocalPeeringGatewayResponse>
VirtualNetworkAsync. createLocalPeeringGateway(CreateLocalPeeringGatewayRequest request, AsyncHandler<CreateLocalPeeringGatewayRequest,CreateLocalPeeringGatewayResponse> handler)
Creates a new local peering gateway (LPG) for the specified VCN.Future<CreateLocalPeeringGatewayResponse>
VirtualNetworkAsyncClient. createLocalPeeringGateway(CreateLocalPeeringGatewayRequest request, AsyncHandler<CreateLocalPeeringGatewayRequest,CreateLocalPeeringGatewayResponse> handler)
CreateLocalPeeringGatewayResponse
VirtualNetworkClient. createLocalPeeringGateway(CreateLocalPeeringGatewayRequest request)
Method parameters in com.oracle.bmc.core with type arguments of type CreateLocalPeeringGatewayRequest Modifier and Type Method Description Future<CreateLocalPeeringGatewayResponse>
VirtualNetworkAsync. createLocalPeeringGateway(CreateLocalPeeringGatewayRequest request, AsyncHandler<CreateLocalPeeringGatewayRequest,CreateLocalPeeringGatewayResponse> handler)
Creates a new local peering gateway (LPG) for the specified VCN.Future<CreateLocalPeeringGatewayResponse>
VirtualNetworkAsyncClient. createLocalPeeringGateway(CreateLocalPeeringGatewayRequest request, AsyncHandler<CreateLocalPeeringGatewayRequest,CreateLocalPeeringGatewayResponse> handler)
-
Uses of CreateLocalPeeringGatewayRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return CreateLocalPeeringGatewayRequest Modifier and Type Method Description CreateLocalPeeringGatewayRequest
CreateLocalPeeringGatewayRequest.Builder. build()
Build the instance of CreateLocalPeeringGatewayRequest as configured by this builderCreateLocalPeeringGatewayRequest
CreateLocalPeeringGatewayRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateLocalPeeringGatewayRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type CreateLocalPeeringGatewayRequest Modifier and Type Method Description CreateLocalPeeringGatewayRequest.Builder
CreateLocalPeeringGatewayRequest.Builder. copy(CreateLocalPeeringGatewayRequest o)
Copy method to populate the builder with values from the given instance.
-