Uses of Class
com.oracle.bmc.core.responses.GetIpsecCpeDeviceConfigContentResponse
-
Packages that use GetIpsecCpeDeviceConfigContentResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of GetIpsecCpeDeviceConfigContentResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return GetIpsecCpeDeviceConfigContentResponse Modifier and Type Method Description GetIpsecCpeDeviceConfigContentResponse
VirtualNetwork. getIpsecCpeDeviceConfigContent(GetIpsecCpeDeviceConfigContentRequest request)
Renders a set of CPE configuration content for the specified IPSec connection (for all the tunnels in the connection).GetIpsecCpeDeviceConfigContentResponse
VirtualNetworkClient. getIpsecCpeDeviceConfigContent(GetIpsecCpeDeviceConfigContentRequest request)
Methods in com.oracle.bmc.core that return types with arguments of type GetIpsecCpeDeviceConfigContentResponse Modifier and Type Method Description Future<GetIpsecCpeDeviceConfigContentResponse>
VirtualNetworkAsync. getIpsecCpeDeviceConfigContent(GetIpsecCpeDeviceConfigContentRequest request, AsyncHandler<GetIpsecCpeDeviceConfigContentRequest,GetIpsecCpeDeviceConfigContentResponse> handler)
Renders a set of CPE configuration content for the specified IPSec connection (for all the tunnels in the connection).Future<GetIpsecCpeDeviceConfigContentResponse>
VirtualNetworkAsyncClient. getIpsecCpeDeviceConfigContent(GetIpsecCpeDeviceConfigContentRequest request, AsyncHandler<GetIpsecCpeDeviceConfigContentRequest,GetIpsecCpeDeviceConfigContentResponse> handler)
Method parameters in com.oracle.bmc.core with type arguments of type GetIpsecCpeDeviceConfigContentResponse Modifier and Type Method Description Future<GetIpsecCpeDeviceConfigContentResponse>
VirtualNetworkAsync. getIpsecCpeDeviceConfigContent(GetIpsecCpeDeviceConfigContentRequest request, AsyncHandler<GetIpsecCpeDeviceConfigContentRequest,GetIpsecCpeDeviceConfigContentResponse> handler)
Renders a set of CPE configuration content for the specified IPSec connection (for all the tunnels in the connection).Future<GetIpsecCpeDeviceConfigContentResponse>
VirtualNetworkAsyncClient. getIpsecCpeDeviceConfigContent(GetIpsecCpeDeviceConfigContentRequest request, AsyncHandler<GetIpsecCpeDeviceConfigContentRequest,GetIpsecCpeDeviceConfigContentResponse> handler)
-
Uses of GetIpsecCpeDeviceConfigContentResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return GetIpsecCpeDeviceConfigContentResponse Modifier and Type Method Description GetIpsecCpeDeviceConfigContentResponse
GetIpsecCpeDeviceConfigContentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type GetIpsecCpeDeviceConfigContentResponse Modifier and Type Method Description GetIpsecCpeDeviceConfigContentResponse.Builder
GetIpsecCpeDeviceConfigContentResponse.Builder. copy(GetIpsecCpeDeviceConfigContentResponse o)
Copy method to populate the builder with values from the given instance.
-