Uses of Class
com.oracle.bmc.ocvp.responses.ListEsxiHostsResponse
-
Packages that use ListEsxiHostsResponse Package Description com.oracle.bmc.ocvp com.oracle.bmc.ocvp.responses -
-
Uses of ListEsxiHostsResponse in com.oracle.bmc.ocvp
Methods in com.oracle.bmc.ocvp that return ListEsxiHostsResponse Modifier and Type Method Description ListEsxiHostsResponse
EsxiHost. listEsxiHosts(ListEsxiHostsRequest request)
Lists the ESXi hosts in the specified SDDC.ListEsxiHostsResponse
EsxiHostClient. listEsxiHosts(ListEsxiHostsRequest request)
Methods in com.oracle.bmc.ocvp that return types with arguments of type ListEsxiHostsResponse Modifier and Type Method Description Future<ListEsxiHostsResponse>
EsxiHostAsync. listEsxiHosts(ListEsxiHostsRequest request, AsyncHandler<ListEsxiHostsRequest,ListEsxiHostsResponse> handler)
Lists the ESXi hosts in the specified SDDC.Future<ListEsxiHostsResponse>
EsxiHostAsyncClient. listEsxiHosts(ListEsxiHostsRequest request, AsyncHandler<ListEsxiHostsRequest,ListEsxiHostsResponse> handler)
Iterable<ListEsxiHostsResponse>
EsxiHostPaginators. listEsxiHostsResponseIterator(ListEsxiHostsRequest request)
Creates a new iterable which will iterate over the responses received from the listEsxiHosts operation.Method parameters in com.oracle.bmc.ocvp with type arguments of type ListEsxiHostsResponse Modifier and Type Method Description Future<ListEsxiHostsResponse>
EsxiHostAsync. listEsxiHosts(ListEsxiHostsRequest request, AsyncHandler<ListEsxiHostsRequest,ListEsxiHostsResponse> handler)
Lists the ESXi hosts in the specified SDDC.Future<ListEsxiHostsResponse>
EsxiHostAsyncClient. listEsxiHosts(ListEsxiHostsRequest request, AsyncHandler<ListEsxiHostsRequest,ListEsxiHostsResponse> handler)
-
Uses of ListEsxiHostsResponse in com.oracle.bmc.ocvp.responses
Methods in com.oracle.bmc.ocvp.responses that return ListEsxiHostsResponse Modifier and Type Method Description ListEsxiHostsResponse
ListEsxiHostsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.ocvp.responses with parameters of type ListEsxiHostsResponse Modifier and Type Method Description ListEsxiHostsResponse.Builder
ListEsxiHostsResponse.Builder. copy(ListEsxiHostsResponse o)
Copy method to populate the builder with values from the given instance.
-