Uses of Class
com.oracle.bmc.ocvp.requests.SwapBillingRequest
-
Packages that use SwapBillingRequest Package Description com.oracle.bmc.ocvp com.oracle.bmc.ocvp.requests -
-
Uses of SwapBillingRequest in com.oracle.bmc.ocvp
Methods in com.oracle.bmc.ocvp with parameters of type SwapBillingRequest Modifier and Type Method Description SwapBillingResponse
EsxiHost. swapBilling(SwapBillingRequest request)
Swap billing between two Active ESXi hosts.Future<SwapBillingResponse>
EsxiHostAsync. swapBilling(SwapBillingRequest request, AsyncHandler<SwapBillingRequest,SwapBillingResponse> handler)
Swap billing between two Active ESXi hosts.Future<SwapBillingResponse>
EsxiHostAsyncClient. swapBilling(SwapBillingRequest request, AsyncHandler<SwapBillingRequest,SwapBillingResponse> handler)
SwapBillingResponse
EsxiHostClient. swapBilling(SwapBillingRequest request)
Method parameters in com.oracle.bmc.ocvp with type arguments of type SwapBillingRequest Modifier and Type Method Description Future<SwapBillingResponse>
EsxiHostAsync. swapBilling(SwapBillingRequest request, AsyncHandler<SwapBillingRequest,SwapBillingResponse> handler)
Swap billing between two Active ESXi hosts.Future<SwapBillingResponse>
EsxiHostAsyncClient. swapBilling(SwapBillingRequest request, AsyncHandler<SwapBillingRequest,SwapBillingResponse> handler)
-
Uses of SwapBillingRequest in com.oracle.bmc.ocvp.requests
Methods in com.oracle.bmc.ocvp.requests that return SwapBillingRequest Modifier and Type Method Description SwapBillingRequest
SwapBillingRequest.Builder. build()
Build the instance of SwapBillingRequest as configured by this builderSwapBillingRequest
SwapBillingRequest.Builder. buildWithoutInvocationCallback()
Build the instance of SwapBillingRequest as configured by this builderMethods in com.oracle.bmc.ocvp.requests with parameters of type SwapBillingRequest Modifier and Type Method Description SwapBillingRequest.Builder
SwapBillingRequest.Builder. copy(SwapBillingRequest o)
Copy method to populate the builder with values from the given instance.
-