Uses of Class
com.oracle.bmc.ocvp.responses.GetEsxiHostResponse
-
Packages that use GetEsxiHostResponse Package Description com.oracle.bmc.ocvp com.oracle.bmc.ocvp.responses -
-
Uses of GetEsxiHostResponse in com.oracle.bmc.ocvp
Methods in com.oracle.bmc.ocvp that return GetEsxiHostResponse Modifier and Type Method Description GetEsxiHostResponse
EsxiHost. getEsxiHost(GetEsxiHostRequest request)
Gets the specified ESXi host’s information.GetEsxiHostResponse
EsxiHostClient. getEsxiHost(GetEsxiHostRequest request)
Methods in com.oracle.bmc.ocvp that return types with arguments of type GetEsxiHostResponse Modifier and Type Method Description Waiter<GetEsxiHostRequest,GetEsxiHostResponse>
EsxiHostWaiters. forEsxiHost(GetEsxiHostRequest request, LifecycleStates... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetEsxiHostRequest,GetEsxiHostResponse>
EsxiHostWaiters. forEsxiHost(GetEsxiHostRequest request, LifecycleStates targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetEsxiHostRequest,GetEsxiHostResponse>
EsxiHostWaiters. forEsxiHost(GetEsxiHostRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, LifecycleStates... targetStates)
Creates a newWaiter
using the provided configuration.Future<GetEsxiHostResponse>
EsxiHostAsync. getEsxiHost(GetEsxiHostRequest request, AsyncHandler<GetEsxiHostRequest,GetEsxiHostResponse> handler)
Gets the specified ESXi host’s information.Future<GetEsxiHostResponse>
EsxiHostAsyncClient. getEsxiHost(GetEsxiHostRequest request, AsyncHandler<GetEsxiHostRequest,GetEsxiHostResponse> handler)
Method parameters in com.oracle.bmc.ocvp with type arguments of type GetEsxiHostResponse Modifier and Type Method Description Future<GetEsxiHostResponse>
EsxiHostAsync. getEsxiHost(GetEsxiHostRequest request, AsyncHandler<GetEsxiHostRequest,GetEsxiHostResponse> handler)
Gets the specified ESXi host’s information.Future<GetEsxiHostResponse>
EsxiHostAsyncClient. getEsxiHost(GetEsxiHostRequest request, AsyncHandler<GetEsxiHostRequest,GetEsxiHostResponse> handler)
-
Uses of GetEsxiHostResponse in com.oracle.bmc.ocvp.responses
Methods in com.oracle.bmc.ocvp.responses that return GetEsxiHostResponse Modifier and Type Method Description GetEsxiHostResponse
GetEsxiHostResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.ocvp.responses with parameters of type GetEsxiHostResponse Modifier and Type Method Description GetEsxiHostResponse.Builder
GetEsxiHostResponse.Builder. copy(GetEsxiHostResponse o)
Copy method to populate the builder with values from the given instance.
-