Uses of Class
com.oracle.bmc.core.requests.GetTunnelCpeDeviceConfigContentRequest
-
Packages that use GetTunnelCpeDeviceConfigContentRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of GetTunnelCpeDeviceConfigContentRequest in com.oracle.bmc.core
Method parameters in com.oracle.bmc.core with type arguments of type GetTunnelCpeDeviceConfigContentRequest Modifier and Type Method Description Future<GetTunnelCpeDeviceConfigContentResponse>
VirtualNetworkAsync. getTunnelCpeDeviceConfigContent(GetTunnelCpeDeviceConfigContentRequest request, AsyncHandler<GetTunnelCpeDeviceConfigContentRequest,GetTunnelCpeDeviceConfigContentResponse> handler)
Renders a set of CPE configuration content for the specified IPSec tunnel.Future<GetTunnelCpeDeviceConfigContentResponse>
VirtualNetworkAsyncClient. getTunnelCpeDeviceConfigContent(GetTunnelCpeDeviceConfigContentRequest request, AsyncHandler<GetTunnelCpeDeviceConfigContentRequest,GetTunnelCpeDeviceConfigContentResponse> handler)
-
Uses of GetTunnelCpeDeviceConfigContentRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return GetTunnelCpeDeviceConfigContentRequest Modifier and Type Method Description GetTunnelCpeDeviceConfigContentRequest
GetTunnelCpeDeviceConfigContentRequest.Builder. build()
Build the instance of GetTunnelCpeDeviceConfigContentRequest as configured by this builderGetTunnelCpeDeviceConfigContentRequest
GetTunnelCpeDeviceConfigContentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetTunnelCpeDeviceConfigContentRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type GetTunnelCpeDeviceConfigContentRequest Modifier and Type Method Description GetTunnelCpeDeviceConfigContentRequest.Builder
GetTunnelCpeDeviceConfigContentRequest.Builder. copy(GetTunnelCpeDeviceConfigContentRequest o)
Copy method to populate the builder with values from the given instance.
-