Uses of Class
com.oracle.bmc.ocvp.responses.SwapBillingResponse
-
Packages that use SwapBillingResponse Package Description com.oracle.bmc.ocvp com.oracle.bmc.ocvp.responses -
-
Uses of SwapBillingResponse in com.oracle.bmc.ocvp
Methods in com.oracle.bmc.ocvp that return SwapBillingResponse Modifier and Type Method Description SwapBillingResponse
EsxiHost. swapBilling(SwapBillingRequest request)
Swap billing between two Active ESXi hosts.SwapBillingResponse
EsxiHostClient. swapBilling(SwapBillingRequest request)
Methods in com.oracle.bmc.ocvp that return types with arguments of type SwapBillingResponse 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)
Method parameters in com.oracle.bmc.ocvp with type arguments of type SwapBillingResponse 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 SwapBillingResponse in com.oracle.bmc.ocvp.responses
Methods in com.oracle.bmc.ocvp.responses that return SwapBillingResponse Modifier and Type Method Description SwapBillingResponse
SwapBillingResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.ocvp.responses with parameters of type SwapBillingResponse Modifier and Type Method Description SwapBillingResponse.Builder
SwapBillingResponse.Builder. copy(SwapBillingResponse o)
Copy method to populate the builder with values from the given instance.
-