Uses of Class
com.oracle.bmc.core.requests.GetVcnOverlapRequest
-
Packages that use GetVcnOverlapRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of GetVcnOverlapRequest in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return types with arguments of type GetVcnOverlapRequest Modifier and Type Method Description Waiter<GetVcnOverlapRequest,GetVcnOverlapResponse>
VirtualNetworkWaiters. forGetVcnOverlap(GetVcnOverlapRequest request)
Creates a newWaiter
using the default configuration.Waiter<GetVcnOverlapRequest,GetVcnOverlapResponse>
VirtualNetworkWaiters. forGetVcnOverlap(GetVcnOverlapRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Methods in com.oracle.bmc.core with parameters of type GetVcnOverlapRequest Modifier and Type Method Description Waiter<GetVcnOverlapRequest,GetVcnOverlapResponse>
VirtualNetworkWaiters. forGetVcnOverlap(GetVcnOverlapRequest request)
Creates a newWaiter
using the default configuration.Waiter<GetVcnOverlapRequest,GetVcnOverlapResponse>
VirtualNetworkWaiters. forGetVcnOverlap(GetVcnOverlapRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.GetVcnOverlapResponse
VirtualNetwork. getVcnOverlap(GetVcnOverlapRequest request)
Gets the CIDR overlap information of the specified VCN in selected compartments.Future<GetVcnOverlapResponse>
VirtualNetworkAsync. getVcnOverlap(GetVcnOverlapRequest request, AsyncHandler<GetVcnOverlapRequest,GetVcnOverlapResponse> handler)
Gets the CIDR overlap information of the specified VCN in selected compartments.Future<GetVcnOverlapResponse>
VirtualNetworkAsyncClient. getVcnOverlap(GetVcnOverlapRequest request, AsyncHandler<GetVcnOverlapRequest,GetVcnOverlapResponse> handler)
GetVcnOverlapResponse
VirtualNetworkClient. getVcnOverlap(GetVcnOverlapRequest request)
Method parameters in com.oracle.bmc.core with type arguments of type GetVcnOverlapRequest Modifier and Type Method Description Future<GetVcnOverlapResponse>
VirtualNetworkAsync. getVcnOverlap(GetVcnOverlapRequest request, AsyncHandler<GetVcnOverlapRequest,GetVcnOverlapResponse> handler)
Gets the CIDR overlap information of the specified VCN in selected compartments.Future<GetVcnOverlapResponse>
VirtualNetworkAsyncClient. getVcnOverlap(GetVcnOverlapRequest request, AsyncHandler<GetVcnOverlapRequest,GetVcnOverlapResponse> handler)
-
Uses of GetVcnOverlapRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return GetVcnOverlapRequest Modifier and Type Method Description GetVcnOverlapRequest
GetVcnOverlapRequest.Builder. build()
Build the instance of GetVcnOverlapRequest as configured by this builderGetVcnOverlapRequest
GetVcnOverlapRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetVcnOverlapRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type GetVcnOverlapRequest Modifier and Type Method Description GetVcnOverlapRequest.Builder
GetVcnOverlapRequest.Builder. copy(GetVcnOverlapRequest o)
Copy method to populate the builder with values from the given instance.
-