Uses of Class
com.oracle.bmc.ocvp.requests.CreateEsxiHostRequest
-
Packages that use CreateEsxiHostRequest Package Description com.oracle.bmc.ocvp com.oracle.bmc.ocvp.requests -
-
Uses of CreateEsxiHostRequest in com.oracle.bmc.ocvp
Methods in com.oracle.bmc.ocvp with parameters of type CreateEsxiHostRequest Modifier and Type Method Description CreateEsxiHostResponse
EsxiHost. createEsxiHost(CreateEsxiHostRequest request)
Adds another ESXi host to an existing SDDC.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)
CreateEsxiHostResponse
EsxiHostClient. createEsxiHost(CreateEsxiHostRequest request)
Method parameters in com.oracle.bmc.ocvp with type arguments of type CreateEsxiHostRequest 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 CreateEsxiHostRequest in com.oracle.bmc.ocvp.requests
Methods in com.oracle.bmc.ocvp.requests that return CreateEsxiHostRequest Modifier and Type Method Description CreateEsxiHostRequest
CreateEsxiHostRequest.Builder. build()
Build the instance of CreateEsxiHostRequest as configured by this builderCreateEsxiHostRequest
CreateEsxiHostRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateEsxiHostRequest as configured by this builderMethods in com.oracle.bmc.ocvp.requests with parameters of type CreateEsxiHostRequest Modifier and Type Method Description CreateEsxiHostRequest.Builder
CreateEsxiHostRequest.Builder. copy(CreateEsxiHostRequest o)
Copy method to populate the builder with values from the given instance.
-