Uses of Class
com.oracle.bmc.core.requests.CreateIPSecConnectionRequest
-
Packages that use CreateIPSecConnectionRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of CreateIPSecConnectionRequest in com.oracle.bmc.core
Methods in com.oracle.bmc.core with parameters of type CreateIPSecConnectionRequest Modifier and Type Method Description CreateIPSecConnectionResponse
VirtualNetwork. createIPSecConnection(CreateIPSecConnectionRequest request)
Creates a new IPSec connection between the specified DRG and CPE.Future<CreateIPSecConnectionResponse>
VirtualNetworkAsync. createIPSecConnection(CreateIPSecConnectionRequest request, AsyncHandler<CreateIPSecConnectionRequest,CreateIPSecConnectionResponse> handler)
Creates a new IPSec connection between the specified DRG and CPE.Future<CreateIPSecConnectionResponse>
VirtualNetworkAsyncClient. createIPSecConnection(CreateIPSecConnectionRequest request, AsyncHandler<CreateIPSecConnectionRequest,CreateIPSecConnectionResponse> handler)
CreateIPSecConnectionResponse
VirtualNetworkClient. createIPSecConnection(CreateIPSecConnectionRequest request)
Method parameters in com.oracle.bmc.core with type arguments of type CreateIPSecConnectionRequest Modifier and Type Method Description Future<CreateIPSecConnectionResponse>
VirtualNetworkAsync. createIPSecConnection(CreateIPSecConnectionRequest request, AsyncHandler<CreateIPSecConnectionRequest,CreateIPSecConnectionResponse> handler)
Creates a new IPSec connection between the specified DRG and CPE.Future<CreateIPSecConnectionResponse>
VirtualNetworkAsyncClient. createIPSecConnection(CreateIPSecConnectionRequest request, AsyncHandler<CreateIPSecConnectionRequest,CreateIPSecConnectionResponse> handler)
-
Uses of CreateIPSecConnectionRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return CreateIPSecConnectionRequest Modifier and Type Method Description CreateIPSecConnectionRequest
CreateIPSecConnectionRequest.Builder. build()
Build the instance of CreateIPSecConnectionRequest as configured by this builderCreateIPSecConnectionRequest
CreateIPSecConnectionRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateIPSecConnectionRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type CreateIPSecConnectionRequest Modifier and Type Method Description CreateIPSecConnectionRequest.Builder
CreateIPSecConnectionRequest.Builder. copy(CreateIPSecConnectionRequest o)
Copy method to populate the builder with values from the given instance.
-