Uses of Class
com.oracle.bmc.ocvp.responses.CreateEsxiHostResponse
-
Packages that use CreateEsxiHostResponse Package Description com.oracle.bmc.ocvp com.oracle.bmc.ocvp.responses -
-
Uses of CreateEsxiHostResponse in com.oracle.bmc.ocvp
Methods in com.oracle.bmc.ocvp that return CreateEsxiHostResponse Modifier and Type Method Description CreateEsxiHostResponse
EsxiHost. createEsxiHost(CreateEsxiHostRequest request)
Adds another ESXi host to an existing SDDC.CreateEsxiHostResponse
EsxiHostClient. createEsxiHost(CreateEsxiHostRequest request)
Methods in com.oracle.bmc.ocvp that return types with arguments of type CreateEsxiHostResponse Modifier and Type Method Description Future<CreateEsxiHostResponse>
EsxiHostAsync. createEsxiHost(CreateEsxiHostRequest request, AsyncHandler<CreateEsxiHostRequest,CreateEsxiHostResponse> handler)
Adds another ESXi host to an existing SDDC.Future<CreateEsxiHostResponse>
EsxiHostAsyncClient. createEsxiHost(CreateEsxiHostRequest request, AsyncHandler<CreateEsxiHostRequest,CreateEsxiHostResponse> handler)
Method parameters in com.oracle.bmc.ocvp with type arguments of type CreateEsxiHostResponse Modifier and Type Method Description Future<CreateEsxiHostResponse>
EsxiHostAsync. createEsxiHost(CreateEsxiHostRequest request, AsyncHandler<CreateEsxiHostRequest,CreateEsxiHostResponse> handler)
Adds another ESXi host to an existing SDDC.Future<CreateEsxiHostResponse>
EsxiHostAsyncClient. createEsxiHost(CreateEsxiHostRequest request, AsyncHandler<CreateEsxiHostRequest,CreateEsxiHostResponse> handler)
-
Uses of CreateEsxiHostResponse in com.oracle.bmc.ocvp.responses
Methods in com.oracle.bmc.ocvp.responses that return CreateEsxiHostResponse Modifier and Type Method Description CreateEsxiHostResponse
CreateEsxiHostResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.ocvp.responses with parameters of type CreateEsxiHostResponse Modifier and Type Method Description CreateEsxiHostResponse.Builder
CreateEsxiHostResponse.Builder. copy(CreateEsxiHostResponse o)
Copy method to populate the builder with values from the given instance.
-