Uses of Class
com.oracle.bmc.core.requests.ListByoipAllocatedRangesRequest
-
Packages that use ListByoipAllocatedRangesRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of ListByoipAllocatedRangesRequest in com.oracle.bmc.core
Method parameters in com.oracle.bmc.core with type arguments of type ListByoipAllocatedRangesRequest Modifier and Type Method Description Future<ListByoipAllocatedRangesResponse>VirtualNetworkAsync. listByoipAllocatedRanges(ListByoipAllocatedRangesRequest request, AsyncHandler<ListByoipAllocatedRangesRequest,ListByoipAllocatedRangesResponse> handler)Lists the subranges of a BYOIP CIDR block currently allocated to an IP pool.Future<ListByoipAllocatedRangesResponse>VirtualNetworkAsyncClient. listByoipAllocatedRanges(ListByoipAllocatedRangesRequest request, AsyncHandler<ListByoipAllocatedRangesRequest,ListByoipAllocatedRangesResponse> handler) -
Uses of ListByoipAllocatedRangesRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return ListByoipAllocatedRangesRequest Modifier and Type Method Description ListByoipAllocatedRangesRequestListByoipAllocatedRangesRequest.Builder. build()Build the instance of ListByoipAllocatedRangesRequest as configured by this builderListByoipAllocatedRangesRequestListByoipAllocatedRangesRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListByoipAllocatedRangesRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type ListByoipAllocatedRangesRequest Modifier and Type Method Description ListByoipAllocatedRangesRequest.BuilderListByoipAllocatedRangesRequest.Builder. copy(ListByoipAllocatedRangesRequest o)Copy method to populate the builder with values from the given instance.
-