Uses of Class
com.oracle.bmc.ocvp.requests.ListEsxiHostsRequest
-
Packages that use ListEsxiHostsRequest Package Description com.oracle.bmc.ocvp com.oracle.bmc.ocvp.requests -
-
Uses of ListEsxiHostsRequest in com.oracle.bmc.ocvp
Methods in com.oracle.bmc.ocvp with parameters of type ListEsxiHostsRequest Modifier and Type Method Description ListEsxiHostsResponse
EsxiHost. listEsxiHosts(ListEsxiHostsRequest request)
Lists the ESXi hosts in the specified SDDC.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)
ListEsxiHostsResponse
EsxiHostClient. listEsxiHosts(ListEsxiHostsRequest request)
Iterable<EsxiHostSummary>
EsxiHostPaginators. listEsxiHostsRecordIterator(ListEsxiHostsRequest request)
Creates a new iterable which will iterate over theEsxiHostSummary
objects contained in responses from the listEsxiHosts operation.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 ListEsxiHostsRequest 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 ListEsxiHostsRequest in com.oracle.bmc.ocvp.requests
Methods in com.oracle.bmc.ocvp.requests that return ListEsxiHostsRequest Modifier and Type Method Description ListEsxiHostsRequest
ListEsxiHostsRequest.Builder. build()
Build the instance of ListEsxiHostsRequest as configured by this builderListEsxiHostsRequest
ListEsxiHostsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListEsxiHostsRequest as configured by this builderMethods in com.oracle.bmc.ocvp.requests with parameters of type ListEsxiHostsRequest Modifier and Type Method Description ListEsxiHostsRequest.Builder
ListEsxiHostsRequest.Builder. copy(ListEsxiHostsRequest o)
Copy method to populate the builder with values from the given instance.
-