Uses of Class
com.oracle.bmc.core.requests.GetCpeDeviceConfigContentRequest
-
Packages that use GetCpeDeviceConfigContentRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of GetCpeDeviceConfigContentRequest in com.oracle.bmc.core
Methods in com.oracle.bmc.core with parameters of type GetCpeDeviceConfigContentRequest Modifier and Type Method Description GetCpeDeviceConfigContentResponse
VirtualNetwork. getCpeDeviceConfigContent(GetCpeDeviceConfigContentRequest request)
Renders a set of CPE configuration content that can help a network engineer configure the actual CPE device (for example, a hardware router) represented by the specifiedCpe
object.Future<GetCpeDeviceConfigContentResponse>
VirtualNetworkAsync. getCpeDeviceConfigContent(GetCpeDeviceConfigContentRequest request, AsyncHandler<GetCpeDeviceConfigContentRequest,GetCpeDeviceConfigContentResponse> handler)
Renders a set of CPE configuration content that can help a network engineer configure the actual CPE device (for example, a hardware router) represented by the specifiedCpe
object.Future<GetCpeDeviceConfigContentResponse>
VirtualNetworkAsyncClient. getCpeDeviceConfigContent(GetCpeDeviceConfigContentRequest request, AsyncHandler<GetCpeDeviceConfigContentRequest,GetCpeDeviceConfigContentResponse> handler)
GetCpeDeviceConfigContentResponse
VirtualNetworkClient. getCpeDeviceConfigContent(GetCpeDeviceConfigContentRequest request)
Method parameters in com.oracle.bmc.core with type arguments of type GetCpeDeviceConfigContentRequest Modifier and Type Method Description Future<GetCpeDeviceConfigContentResponse>
VirtualNetworkAsync. getCpeDeviceConfigContent(GetCpeDeviceConfigContentRequest request, AsyncHandler<GetCpeDeviceConfigContentRequest,GetCpeDeviceConfigContentResponse> handler)
Renders a set of CPE configuration content that can help a network engineer configure the actual CPE device (for example, a hardware router) represented by the specifiedCpe
object.Future<GetCpeDeviceConfigContentResponse>
VirtualNetworkAsyncClient. getCpeDeviceConfigContent(GetCpeDeviceConfigContentRequest request, AsyncHandler<GetCpeDeviceConfigContentRequest,GetCpeDeviceConfigContentResponse> handler)
-
Uses of GetCpeDeviceConfigContentRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return GetCpeDeviceConfigContentRequest Modifier and Type Method Description GetCpeDeviceConfigContentRequest
GetCpeDeviceConfigContentRequest.Builder. build()
Build the instance of GetCpeDeviceConfigContentRequest as configured by this builderGetCpeDeviceConfigContentRequest
GetCpeDeviceConfigContentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetCpeDeviceConfigContentRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type GetCpeDeviceConfigContentRequest Modifier and Type Method Description GetCpeDeviceConfigContentRequest.Builder
GetCpeDeviceConfigContentRequest.Builder. copy(GetCpeDeviceConfigContentRequest o)
Copy method to populate the builder with values from the given instance.
-