Uses of Class
com.oracle.bmc.ocvp.requests.DeleteEsxiHostRequest
-
Packages that use DeleteEsxiHostRequest Package Description com.oracle.bmc.ocvp com.oracle.bmc.ocvp.requests -
-
Uses of DeleteEsxiHostRequest in com.oracle.bmc.ocvp
Methods in com.oracle.bmc.ocvp with parameters of type DeleteEsxiHostRequest Modifier and Type Method Description DeleteEsxiHostResponse
EsxiHost. deleteEsxiHost(DeleteEsxiHostRequest request)
Deletes the specified ESXi host.Future<DeleteEsxiHostResponse>
EsxiHostAsync. deleteEsxiHost(DeleteEsxiHostRequest request, AsyncHandler<DeleteEsxiHostRequest,DeleteEsxiHostResponse> handler)
Deletes the specified ESXi host.Future<DeleteEsxiHostResponse>
EsxiHostAsyncClient. deleteEsxiHost(DeleteEsxiHostRequest request, AsyncHandler<DeleteEsxiHostRequest,DeleteEsxiHostResponse> handler)
DeleteEsxiHostResponse
EsxiHostClient. deleteEsxiHost(DeleteEsxiHostRequest request)
Method parameters in com.oracle.bmc.ocvp with type arguments of type DeleteEsxiHostRequest Modifier and Type Method Description Future<DeleteEsxiHostResponse>
EsxiHostAsync. deleteEsxiHost(DeleteEsxiHostRequest request, AsyncHandler<DeleteEsxiHostRequest,DeleteEsxiHostResponse> handler)
Deletes the specified ESXi host.Future<DeleteEsxiHostResponse>
EsxiHostAsyncClient. deleteEsxiHost(DeleteEsxiHostRequest request, AsyncHandler<DeleteEsxiHostRequest,DeleteEsxiHostResponse> handler)
-
Uses of DeleteEsxiHostRequest in com.oracle.bmc.ocvp.requests
Methods in com.oracle.bmc.ocvp.requests that return DeleteEsxiHostRequest Modifier and Type Method Description DeleteEsxiHostRequest
DeleteEsxiHostRequest.Builder. build()
Build the instance of DeleteEsxiHostRequest as configured by this builderDeleteEsxiHostRequest
DeleteEsxiHostRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteEsxiHostRequest as configured by this builderMethods in com.oracle.bmc.ocvp.requests with parameters of type DeleteEsxiHostRequest Modifier and Type Method Description DeleteEsxiHostRequest.Builder
DeleteEsxiHostRequest.Builder. copy(DeleteEsxiHostRequest o)
Copy method to populate the builder with values from the given instance.
-